I wonder if anyone has come across this.
I’m using the Recharge Subscriptions App on my product page. The price does display correctly in the widget with the discount, but the price label on the product page itself doesn’t update when switching between one-time and subscription options.
eg:
Product price: £24
Price widget (one-time): £24
Price widget (subscription): £24 (crossed out) → discounted to £21
I want the product price to update with the discounted price.
After checking, I noticed that the Recharge subscription widget doesn’t automatically update the main product price when switching between one-time and subscription options, so I implemented a custom JavaScript solution to handle this.