Chased it up by email on Friday. Still no response
Announcement
Collapse
No announcement yet.
How to stop 'shipping to another address?' option appearing?
Collapse
X
-
Hi,
Have you tried going to 'Help | Troubleshooting | Website Purge and Refresh'. Tick both options (if you have any customised perl scripts they will be replaced with the originals) and then click the 'purge and refresh button).
Can you let me know what the ticket number is so I can find out what has happened to the support request.********************
Tracey
SellerDeck
Comment
-
Hi Ben,
An email was sent out on 10th Oct requesting a snapshot from you but we haven't as yet received your snapshot. I believe that the email has been sent again to you now in case you didn't receive it. Please let me know if you still haven't got the email from us.********************
Tracey
SellerDeck
Comment
-
Hi Ben,
I am so sorry about this. I'm afraid that because of the sheer number of snapshots we are getting in recently I somehow managed to miss yours. I can only apologise and assure you that it is being looked at now and you should get a response back shortly. Please let me know by emailing me direct if you do not hear anything by tomorrow afternoon.********************
Tracey
SellerDeck
Comment
-
Hi,
The fix is to go to the 'Design' menu and select 'Library'. On the 'Layouts' tab, expand the 'Checkout Area' group and locate the 'Delivery Location' layout. Double-click on this layout to open it and locate:
Code:<tr> <td colspan="2"><Actinic:Variable Name="InvoicePrompt016"/></td> <td><input type="checkbox" <Actinic:Variable Name="InvoiceSeparateCheckStatus"/> name="SEPARATESHIP" value="YES" /></td> </tr>
Replace the above with:
Code:<actinic:block if="%3cactinic%3avariable%20name%3d%22InvoicePrompt016Visible%22%20%2f%3e"> <tr> <td colspan="2"><Actinic:Variable Name="InvoicePrompt016"/></td> <td><input type="checkbox" <Actinic:Variable Name="InvoiceSeparateCheckStatus"/> name="SEPARATESHIP" value="YES"/></td> </tr> </actinic:block>
********************
Tracey
SellerDeck
Comment
Comment