Adjusting Price Calculation in Cart Drawer – Symmetry Theme

Topic summary

A user is experiencing an issue with the cart drawer on their Shopify store using the Symmetry theme. The problem involves static pricing that doesn’t update when product quantities change.

Current behavior:

  • Quantity 1 shows €64.95 (discounted) and €220 (original, struck through)
  • Increasing quantity keeps prices unchanged

Desired behavior:

  • Quantity 2 should show €130 (discounted) and €440 (original)
  • Prices should multiply dynamically with quantity changes

Response received:
A community member suggests the issue likely stems from custom code—either from a Shopify app or manually added code. They recommend examining the theme files to identify and fix the problematic code.

Status: The issue remains unresolved, requiring theme file investigation to locate the code causing the static pricing behavior.

Summarized with AI on October 31. AI used: claude-sonnet-4-5-20250929.

Dear all,

I have a question regarding my website, thefurrypawprint.com, where I am using the Symmetry theme.

Currently, in my cart drawer, the displayed price does not update when I adjust the quantity. As shown in the attached screenshot, the current price is displayed in red, with the original price struck through in black.

At the moment:

  • Quantity: 1 → Price: €64.95 (discounted) and €220 (original)
  • If I increase the quantity, the prices remain the same.

What I want:

  • Quantity: 2 → Price: €130 (discounted) and €440 (original)
  • And so on as the quantity increases.

Could you please advise me on how to modify this so that the price updates dynamically based on the selected quantity?

Thank you in advance for your help!

Best regards,

Lars

Hey @Lars_Veldman I think a code might cause issue. This code maybe a Shopify app code or code that added by you. This need to take a look in your theme file and then this need to fix issue.