I have just created a new product template using code from other sample templates.
Actinic Version: 7.0.7
During line by line testing I have found out that the following code does two things.
<Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS>
With a basic product with no options this code delivers the 'Add To Cart' button which to be honest doesn't take alot to work out.
With a product that has options however this code also delivers the options which is a little harder to understand.
Can anyone shed some light on why and how a split the two out to individual items?
Actinic Version: 7.0.7
During line by line testing I have found out that the following code does two things.
<Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS>
With a basic product with no options this code delivers the 'Add To Cart' button which to be honest doesn't take alot to work out.
With a product that has options however this code also delivers the options which is a little harder to understand.
Can anyone shed some light on why and how a split the two out to individual items?
Comment