Hello All,
I've set up my site to skip checkout page 0 (the client only ships to the uk) as per the KB article. That works well.
Trouble is that now on checkout page 1 (the first one the user sees) I just get "Ship to separate delivery address:", a greyed out "Yes" and a "Change" button. Ideally I want what's displayed on Checkout page 0 here i.e. a check box with "tick here for a separate delivery address". Incidentally this is what I see in the design view with Actinic.
The code that's displaying this is;
<Actinic:LOCATION TYPE='SEPARATESHIP'>
<img src="images/page_title_delivery_details.gif"/></br></br>
<actinic:block if="%3cactinic%3avariable%20name%3d%22InvoicePrompt016Required%22%20%2f%3e" /><span class="actrequired"></actinic:block>
<input type="checkbox" name="SEPARATESHIP" value="YES" checked /> <Actinic:Variable Name="InvoicePrompt016"/>
<actinic:block if="%3cactinic%3avariable%20name%3d%22InvoicePrompt016Required%22%20%2f%3e" /><span class="actrequired"></actinic:block>
</br></br>
</Actinic:LOCATION>
I'm stumped as to what to do so any prods in the right direction would be appreciated.
Thanks in advance,
John
I've set up my site to skip checkout page 0 (the client only ships to the uk) as per the KB article. That works well.
Trouble is that now on checkout page 1 (the first one the user sees) I just get "Ship to separate delivery address:", a greyed out "Yes" and a "Change" button. Ideally I want what's displayed on Checkout page 0 here i.e. a check box with "tick here for a separate delivery address". Incidentally this is what I see in the design view with Actinic.
The code that's displaying this is;
<Actinic:LOCATION TYPE='SEPARATESHIP'>
<img src="images/page_title_delivery_details.gif"/></br></br>
<actinic:block if="%3cactinic%3avariable%20name%3d%22InvoicePrompt016Required%22%20%2f%3e" /><span class="actrequired"></actinic:block>
<input type="checkbox" name="SEPARATESHIP" value="YES" checked /> <Actinic:Variable Name="InvoicePrompt016"/>
<actinic:block if="%3cactinic%3avariable%20name%3d%22InvoicePrompt016Required%22%20%2f%3e" /><span class="actrequired"></actinic:block>
</br></br>
</Actinic:LOCATION>
I'm stumped as to what to do so any prods in the right direction would be appreciated.
Thanks in advance,
John
Comment