I’m aware that you can add/subtract from the original price with custom pricing like below.
data-item-custom1-name="Choose Additional Options"
data-item-custom1-options="nothing|whip cream[+1.00]|oreo[+2.00]"
I want to multiply the original. Sounds easy enough but the below definitely doesn’t work. Any idea on how to do this?
data-item-custom1-name="Choose ticket"
data-item-custom1-options="regular|special[*1.2]|vip[*3]"