PDA

View Full Version : Check out


ClaireMH
15-Dec-2003, 08:06 AM
How can I remove the add address to address book on my checkout page.

I would also like to remove the inbvoice address from the receipt page.

Is this possible?

Menar
15-Dec-2003, 08:49 AM
Hi there,

How can I remove the add address to address book on my checkout page.

In Actinic if you go into Design|Text click on the 'Goto' button then insert the following values;

Phase = 1
ID = 276

Removing the text from the prompt will eliminate the text on-line.

To take out the invoice address from the receipt page, simply comment out (<!-- NETQUOTEVAR:INVOICETO -->) the variables;

NETQUOTEVAR:INVOICETO
NETQUOTEVAR:INVOICENAME NETQUOTEVAR:INVOICEJOBTITLE NETQUOTEVAR:INVOICECOMPANY NETQUOTEVAR:INVOICEADDRESS1 NETQUOTEVAR:INVOICEADDRESS2 NETQUOTEVAR:INVOICEADDRESS3 NETQUOTEVAR:INVOICEADDRESS4 NETQUOTEVAR:INVOICEPOSTCODE NETQUOTEVAR:INVOICECOUNTRY NETQUOTEVAR:INVOICEPHONE NETQUOTEVAR:INVOICEFAX NETQUOTEVAR:INVOICEEMAIL NETQUOTEVAR:INVOICEUSERDEFINED



Hope this helps

ClaireMH
15-Dec-2003, 09:18 AM
This only removes the text. The selector is still available!

Is it also possible to change the text 'Address' on the first check out page to head office?

Menar
15-Dec-2003, 09:23 AM
Hi there,

Could you please post your company url or perhaps attach a screen shot of the area you want to change.

ClaireMH
15-Dec-2003, 09:39 AM
My URL is

www.diamondsafetyawards.com

Login as

test
test

The page in question is the first check out page you will come to.

Menar
15-Dec-2003, 10:38 AM
Hi there,

I am unable to check the page you are referring to as I cannot log in using the details that you have provided.

Have you updated you store?? with the 'test' customer account created.

ClaireMH
15-Dec-2003, 12:14 PM
Oops, sorry about that.
It should be working now...

Menar
15-Dec-2003, 03:18 PM
Hi,

Is it also possible to change the text 'Address' on the first check out page to head office?

Yes, if you go to Design | Text click on the goto button and insert
Phase = -1
ID = 147

and then change the 'Invoice Address' prompt to read what you want.

ClaireMH
15-Dec-2003, 03:27 PM
Brilliant.

Thankyou