I’m trying to create a table that uses Java for discount pricing. I can grab the number just fine and insert it into the table but the math equation fails when implemented into the shopify page.
Any help would be much appreciated thanks.
The code below works in a regular .html document but doesn’t work in shopify. I get NaN.
$200
Volume Discounts
| Buy | Save | You Pay |
|---|---|---|
| 2-3 | 20% off | |
| 4-9 | 30% off | |
| 10-24 | 40% off | |
| 25-49 | 50% off | |
| 50-99 | 60% off |