How do I change this value?
In the design for checkout page 1, under Taxes
There is this:
<input type="checkbox" <Actinic:Variable Name="TaxExempt1CheckStatus"/> name="TAXEXEMPT1" value="YES" class="checkbox" /> <label for="TAXEXEMPT1"><actinic:variable name="AdvTaxPrompt000" /></label>
I thought this should be in the menu : Design > Text
I tried searching
TAXEXEMPT1
Advanced Tax 1 Prompt
AdvTaxPrompt000
But nothing.
Where do I change the text for this value?
Thank you.
In the design for checkout page 1, under Taxes
There is this:
<input type="checkbox" <Actinic:Variable Name="TaxExempt1CheckStatus"/> name="TAXEXEMPT1" value="YES" class="checkbox" /> <label for="TAXEXEMPT1"><actinic:variable name="AdvTaxPrompt000" /></label>
I thought this should be in the menu : Design > Text
I tried searching
TAXEXEMPT1
Advanced Tax 1 Prompt
AdvTaxPrompt000
But nothing.
Where do I change the text for this value?
Thank you.
Comment