I am trying to combine the base price with the option price in the option prompt. I tried several variable like below, but I am obviously missing something:
Any thoughts?
Thanks for any insight.
EDIT: I originally had tried to make the base price zero, and use the actual option prices. I had a custom field to override the base price on the page. This worked, except the AttributeMachine was updating the price to Zero.
HTML Code:
<mvt:assign name="l.settings:pm:combinedprice" value="l.settings:attributemachine:product:price + l.settings:option:price" />
&mvte:pm:combinedprice;
Thanks for any insight.
EDIT: I originally had tried to make the base price zero, and use the actual option prices. I had a custom field to override the base price on the page. This worked, except the AttributeMachine was updating the price to Zero.
Comment