Forum
Subtotal Error
When displaying the cart this part of the template multiplies the price for some reason
<perch:shop id="total_items_formatted" />
So an item of 50 USD becomes 100 USD at the subtotal of the purchase and then is taxed whatever percentage. What's happening at total_items_formatted? Why does it multiply the price?
How many of the item are in the cart?
This sounds like it could be the behaviour I've found, except in my case it's only on products marked with 'use sale price': https://forum.grabaperch.com/forum/05-29-2017-perch-shop-12-cartpricing-mode-issue
One. Here's a var_dump
Does it happen if the product is not 'on sale' ?
It does keep happening.
Ok, that's curious.
Any way to debug why [total_items] becomes 81.00?
Not for you, no.
Fixed in 1.2.1 release https://addons.perchcms.com/addons/shop
Yep, confirmed fixed for me too.