I’m using the theme Dawn 2.0, and I’m customizing it by coding on the product page.
For example:
-
the product’s original price is $50 per unit for at least 50 units
-
when customers increase the quantity up to at least 100 units, the price will be down to $45 per unit
I’m to get the quantity from the quantity__input form and access the product variant globally in the global.js file to update its price but I can’t.
Please give me some advice or instructions to solve this problem. Thanks a lot!