
LOVE that you added the sticky Add To Cart bar!
However, it would help if we had some control over the displayed price. I have a product where the “retail” price is $44.90, but if you subscribe you get the first one free and then each additional delivery is discounted 25% to $33.95. In the product section, the price is listed as $0, but the sticky bar shows the $44.90 price. So, I need to turn the sticky bar off b/c it’s really confusing to the customer.
Would be great to have the option to toggle price off in the sticky bar, or at least have it display the subscription price instead of the retail price.

Hi @Steve Patrizi,
Thanks so much for the suggestion and feedback on the use-case with subscriptions!
If you’d like to hide the price for a template, you can add this CSS to the “Custom CSS” for the Product overview section:
.sticky-atc-bar__price {
display: none;
}If you’re wanting to have the price change due to the subscription, you’ll need to get in touch with your app developers for this as they’ll need to integrate a bit more into the price bar. Unfortunately the code for that change is outside the theme itself.