Hi,
I am trying to display a JavaScript confirmation pop-up when a customer presses the "next" button on Checkout Page 1. This is to be only displayed if a customer has selected the TAXEXEMPT1 checkbox, which stores its value in <Actinic:Variable Name="TaxExempt1CheckStatus"/> (i believe).
I have tested my code with a "block if" and it displays correctly. However when i use a "block if" around my code it never seems to display. My block if code is as follows:
Am I using this variable correctly? What am I doing wrong?
Regards, Robbie
I am trying to display a JavaScript confirmation pop-up when a customer presses the "next" button on Checkout Page 1. This is to be only displayed if a customer has selected the TAXEXEMPT1 checkbox, which stores its value in <Actinic:Variable Name="TaxExempt1CheckStatus"/> (i believe).
I have tested my code with a "block if" and it displays correctly. However when i use a "block if" around my code it never seems to display. My block if code is as follows:
Code:
<actinic:variable name="TaxExempt1CheckStatus" /> == true
Regards, Robbie
Comment