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

Cart Page Unit Price w/ Discount & Total Amount

Cart Page Unit Price w/ Discount & Total Amount

remz1234
Excursionist
41 0 9

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). 

 

remz1234_0-1750149035315.png

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?

 

 

 

 

Replies 2 (2)

Small_Task_Help
Shopify Partner
1144 55 112

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)

To Get Shopify Experts Help, Click Here or E-mail - hi@ecommercesmalltask.com
About Us - We are Shopify Developers India
At Google My Business - Ecommerce Small Task - Hire Shopify Developers Ahmedabad
remz1234
Excursionist
41 0 9

Hi @Small_Task_Help could you please elaborate this? Thank you