This topic has 12 replies, 2 voices, and was last updated 1 years, 11 months ago ago by Rose Tyler
We are encountering an issue when customers try to choose a subscription checkout option. The discounted subscription rate is not automatically calculated, nor is it appearing in the checkout correctly.
When adding an item to my cart, customers have the opportunity to choose a subscription model with discounted pricing. Regardless of which discount is chosen, the price in the mini-cart popup does not reflect the discount.
Furthermore, in the My Cart screen, the discount tier is reset, so customers must re-choose the discount they previously selected. Additionally, the price does not automatically update once on the My Cart screen if a customer switches subscription tiers.
We disabled the theme and activated another theme temporarily – upon doing this the subscription function was working as expected. I anticipate the theme is interacting poorly with the WooCommerce Subscription plugin. The plugin developers have suggested we reach out to you.
Looking forward to your insights and support here.
Hello,
Please check how it works when “Advanced Layout” is disabled in Theme Options–>WooCommerce(Shop)–>Cart/Checkout.
If this doesn’t help, please record a video of the problems.
Also, provide FTP access, then we will check what can be done to help you.
If you do not know how to create FTP contact with your hosting provider, they will help you.
Regards
Thank you for your support. This did not resolve the issue.
Please see a video below of the issues after making the suggested change.
1- Regardless of which discount is chosen, the price in the mini-cart popup does not reflect the discount.
2- My Cart screen, the discount tier is reset, so customers must re-choose the discount they previously selected. Additionally, the price does not automatically update once on the My Cart screen if a customer switches subscription tiers.
3- There is no update cart option, preventing a new tier from being selected and the price increasing as expected.
https://www.loom.com/share/0fcb369be247422cb6b9b7d7a1eb9b7a
Hello,
FTP directory is empty – https://prnt.sc/NLjmXo8Y_L3P
Check the destination folder of our user, or ask your hosting provider for help with this, we need access to your WP installation.
Regards
Please see updated Login and Files
Hello,
We’ve disabled “AJAX Add To Cart For Simple And Variable Products” https://prnt.sc/hxpDU1FRCQWj
Please clear cache and check now.
Regards
Thank you, this has fixed the first two issues above.
However, after I’ve added an item to my cart, in the My Cart page> If I choose a new subscription tier, the price does not update.
Meaning, there is no way for a customer to toggle between subscription tiers once in their cart. There isn’t an “update” cart feature or something similar here.
Hello,
Try to add the next custom CSS code:
button[name=update_cart] {
display: inline-block !important;
margin-bottom: 10px;
order: -1;
}
.actions>div:last-child {
display: inline-flex;
flex-wrap: wrap;
justify-content: flex-end;
}
Regards
Please specify where I should add the above code?
Theme Options > Theme custom CSS > Global.
Regards
Amazing – thank you for all your support here!
You’re welcome!
Regards
Tagged: cart, checkout, checkout page, mini-cart, product choices, subscription, woocommerce, wordpress
The issue related to '‘Subscription Product Choices at Checkout not reflecting in mini cart, cart, or checkout page’' has been successfully resolved, and the topic is now closed for further responses