-
Notifications
You must be signed in to change notification settings - Fork 11
Description
The products that I am attempting to sell have a Subscription Price ($12.00 / year), and a Sign-up Fee ($14.00) to make the total price of the product $26.00 & $12.00 Ongoing per Year. I have set the Custom Price String as $26.00 to represent that.
When you go to the Cart & Checkout, if you add more than one product, the subtotal remains as $26.00 whereas other products which do not have custom query strings update accordingly (product_2 = $10, quantity = 2, subtotal = $20).
If I take out the custom string, the default text populated by subscriptions calculates properly (quantity: 2 = "24$ per year and $28 sign up fee")... So I can only assume it's an issue with this plugin and where it gets its information from. Is there any way that we can possibly get the values or the subscription per day/month/year + sign up fee etc rather than just printing the custom string..?