hi -
Just a quick query regarding custom variables, as I can't seem to find an answer to this in the 'Help' files.
If I create a custom variable that applies to a Product, and is set in Product | Properties, can I then use that custom variable in the Shopping Cart and Checkout pages?
For instance, 'Product A' has custom 'var1' set to TRUE in Product | Properties.
'Product A' is now placed by the customer into the shopping cart.
In the code for Checkout Page 0 (the Shopping Cart') can I put a BLOCK IF in, that says that if custom var1 = TRUE then { - some code / action - } ? Meaning that if 'Product A' is in the Shopping cart, the {- some code / action - } runs, but if 'Product A' is not in the cart, the {- some code / action - } doesn't run/execute?
Many thanks
Just a quick query regarding custom variables, as I can't seem to find an answer to this in the 'Help' files.
If I create a custom variable that applies to a Product, and is set in Product | Properties, can I then use that custom variable in the Shopping Cart and Checkout pages?
For instance, 'Product A' has custom 'var1' set to TRUE in Product | Properties.
'Product A' is now placed by the customer into the shopping cart.
In the code for Checkout Page 0 (the Shopping Cart') can I put a BLOCK IF in, that says that if custom var1 = TRUE then { - some code / action - } ? Meaning that if 'Product A' is in the Shopping cart, the {- some code / action - } runs, but if 'Product A' is not in the cart, the {- some code / action - } doesn't run/execute?
Many thanks
Comment