All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello, I have an auto applied discount based on customer tag. In the Cart page, you can see the compare price (the value of item with discount and without discount).
Example on the screenshot above, the discounted price of the item is 1.31$ (2.54$ - 48.5% = 1.308 or 1.31) and when multiplied by 10, the total should be 13.10$. But based on my total amount in cart page, its calculation is (2.54$ * 10) = 25.40 - 48.5% = 13.081 or 13.09$ (which is more accurate).
How can I sort this out? Is there a way the total amount will calculate it as discounted price * qty?
Hi,
Hope this will help
- Go to Cart Template and Edit Code to Use Discounted Price
- Show Discounted Unit Price
{{ item.final_line_price | money }}
- Show Discount Amount (Optional)