Price is Not Mutiplying on Product Page

Topic summary

A user is experiencing an issue where the product price does not multiply by quantity on their product page (using the IRA theme). For example, if one item costs 140, selecting 2 items should display 280, but the price remains static.

Current Behavior:

  • Price displays correctly in the cart/checkout page
  • Price does NOT update dynamically on the product page when quantity changes

Community Response:

  • This dynamic price multiplication is not a standard theme feature
  • Implementation requires custom theme code modifications, specifically JavaScript integration
  • Users recommend seeking help from Shopify experts or developers who specialize in theme customization

Status: The issue requires custom coding work to achieve the desired functionality. The user has confirmed this is the customization they’re looking for.

Summarized with AI on November 7. AI used: claude-sonnet-4-5-20250929.

Hello,
I need help in my product page, I’m using IRA theme.
Website link: https://vipinners.com/products/vip-golds-mens-cotton-briefs-assorted-colours#
Price is not multiplying if increasing the quantity.

For Example,
If One Brief is 140.
Then 2 brief price should be 280.

The issue here is if anyone increase the quantity the price is not multiplying on product page but it is showing correct price on Cart Page.

I’d like to show customer the price in product page.
If any one increases the quantity, then it should multiply with price and show the amount on product page.

Thanks

Hi @Carevip !

It looks like the feature that you want, needs some changes on your theme coding because, normally, it will not really show on product page. Total amount only shows in cart page or checkout page. Kindly reach out to Shopify experts that specializes in theme coding customization.

1 Like

Hi @SealSubs-Roan ,
Usually it won’t show in product page, yes need to change/add some coding on the theme will work.
That’s what I’m really looking for.

Hello @Carevip

Welcome to Shopify Community

Usually theme does not offer such things, but it is possible via custom code within the theme including JS integration. So if you are not good with code then I would highly recommend you to seek help from a developer.

Feel free to ask if needed any help.

Thanks