PDA

View Full Version : Credit card info on checkout


jacy
10-Oct-2003, 09:23 AM
Hi ll,
I'd like to put somewhere on the checkout page of my site in bold letters and also on the order confirmation email that if people pay by Credit Card there will be a 3% surcharge added to the total cost of the order. I already have it in bold on my terms and condition pages but want it where there can be no missing it. I've worn the cost so far because I don't think many people really read the T&C's. I don't want customers to think i'm ripping them off. any detailed instructions greatly appreciated.

Cheers,

jacy

antrixx
10-Oct-2003, 09:29 AM
What I did for the last site I worked on, was to add a line at the top of Act_Order03.html stating about the surcharge. If you allow customers to send their details separately, then it's best to add it to Act_Order02.html, as they wont see Act_Order03 if they send details separately.

jacy
10-Oct-2003, 09:33 AM
Thanks Antrixx,
But where exactly do i enter the line of text? right at the top? I just don't want to make a mistake and ruin the email format.

thanks again,

Jacy

antrixx
10-Oct-2003, 09:46 AM
Where exactly would like like the customer to see the message?

You could always put it at the top of the Act_Primary.html page if you want to make sure they see it.

I, personally, would put it under NETQUOTEVAR:PAYMENTTITLE on Act_Order02.html, as this is where they select their payment option and are most likely to notice it *before* they choose their payment method.

jacy
10-Oct-2003, 09:51 AM
I would like the customer to see the message just before they enter their CC details. I think entering the info where you have mentioned will do the job nicely. :)

Thanks again

Jacy

jacy
10-Oct-2003, 09:56 AM
Sorry to be so dense but i found NETQUOTEVAR:PAYMENTTITLE
and just wanted to know if i should enter the line of text in between these 2 lines?

<H3>NETQUOTEVAR:PAYMENTTITLE</H3>
<meta http-equiv="Content-Language" content="en-au">

I appreciate your help

Jacy

antrixx
10-Oct-2003, 10:06 AM
Under <H3>NETQUOTEVAR:PAYMENTTITLE</H3>, type <p>Text you want the customer to see here</p>.

Once you do that, save it, upload it, and then go to do a test order. You don't actually have to place the order, just get as far as selecting the payment method and it should show up just above there.

jacy
10-Oct-2003, 10:24 AM
Brilliant!!! That worked perfectly :D

Thank You so much!!

Jacy