Change subscription Products Redirects to empty /cart
-
- Current Behavior:
- When a user adds a product of type?
job_visibility_subscription
?to the cart, they are?redirected directly to the checkout page, which works perfectly. - However, if the user decides to go back to the product selection page and chooses a?different subscription product, the following happens:
- They are redirected to the?
/cart
?page (instead of the checkout). - Three messages appear on the?
/cart
?page:- “Annual Subscription has been added to your cart.”
- “Your cart has been emptied of subscription products. Only one subscription product can be purchased at a time.”
- “Your cart is currently empty.”
- They are redirected to the?
- When a user adds a product of type?
- What I Want:
- When the user goes back to the product selection page and chooses a?different subscription product, I want the following behavior:
- The new product should?replace the old one in the cart.
- The user should be?redirected directly to the checkout page?(not the?
/cart
?page).
- When the user goes back to the product selection page and chooses a?different subscription product, I want the following behavior:
- Current Behavior:
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.