SIM integration for Authorize.net is ugly by default - and I mean plain, white and ugly...
Fixing it up and making it a little more "attractive" and even "themed" to your site just isn't that easy - the plain white payment page has been a turn off for at least one client who bothered to phone us and tell us so... and for every one that phones, there have to be a bigger number who just don't bother... and just walk...
To liven up your boring white payment page, you can enter the authorize.net header and footer settings - but these are limited to 255 characters, and if you have several online stores feeding through one authorize.net account, this isn't an option at all!
To fix the problem you need to find the Act_OCCAuthorizeNetTemplate.html file (C:\Program Files\Actinic v7\Sites\Site1\CommonOCC\) and insert a single hidden input variable...
<INPUT TYPE="hidden" name=x_Header_HTML_Payment_Form value="_YOUR_HTML_HERE_">
You can also use:
<INPUT TYPE="hidden" name=x_Footer_HTML_Payment_Form value="_YOUR_HTML_HERE_">
I inserted this AFTER the Actinic variable:
NETQUOTEVAR:OCC_VALUES
Using a CSS call and reference to the header images found on our SSL enabled account, I've been able to make the checkout page a little more attractive in a fairly short amount of time...
See http://www.nod32usa.com/acatalog/
place an order and get as far as payment (or purchase some anti-virus solutions if you need them )...
I'm going to be playing with it some more - but first attempts to put the page boards in place fell foul of something horrible within the tableset provided by the basic SIM integration page... more work needs to be done to overcome this deficiency... at least clients now know it's our checkout page!
I hope this helps those of you with authorize.net white checkout page blues....
regards
Greg
Fixing it up and making it a little more "attractive" and even "themed" to your site just isn't that easy - the plain white payment page has been a turn off for at least one client who bothered to phone us and tell us so... and for every one that phones, there have to be a bigger number who just don't bother... and just walk...
To liven up your boring white payment page, you can enter the authorize.net header and footer settings - but these are limited to 255 characters, and if you have several online stores feeding through one authorize.net account, this isn't an option at all!
To fix the problem you need to find the Act_OCCAuthorizeNetTemplate.html file (C:\Program Files\Actinic v7\Sites\Site1\CommonOCC\) and insert a single hidden input variable...
<INPUT TYPE="hidden" name=x_Header_HTML_Payment_Form value="_YOUR_HTML_HERE_">
You can also use:
<INPUT TYPE="hidden" name=x_Footer_HTML_Payment_Form value="_YOUR_HTML_HERE_">
I inserted this AFTER the Actinic variable:
NETQUOTEVAR:OCC_VALUES
Using a CSS call and reference to the header images found on our SSL enabled account, I've been able to make the checkout page a little more attractive in a fairly short amount of time...
See http://www.nod32usa.com/acatalog/
place an order and get as far as payment (or purchase some anti-virus solutions if you need them )...
I'm going to be playing with it some more - but first attempts to put the page boards in place fell foul of something horrible within the tableset provided by the basic SIM integration page... more work needs to be done to overcome this deficiency... at least clients now know it's our checkout page!
I hope this helps those of you with authorize.net white checkout page blues....
regards
Greg
Comment