I have just gone live with my first Actinic site (Cosmetics 4 Less)
My client has an account with Protx payment service provider and we thoroughly tested the site in test mode before going live.
In test mode there was a 'NEXT' button on the PSP Bounce Page that allowed the customer to transfer from the site to the Protx server. However when we switched over to production (live) mode the 'NEXT' button disappeared from the PSP Bounce Page and the checkout process effectively stalled on that page.
After 3 phone calls to tech support we eventually found a solution. As I am sure someone else will encounter the same problem at some stage I am posting the solution here.
Inside the Site folder (in my case: C Drive | Program Files | Actinic V8 | Site 1) there is a folder called CommonOCC. Inside there is an HTML file called Act_OCCPROTXTemplate
When we opened that file in Dreamweaver we found (in this case on lines 25 and 27):
NETQUOTEDEL:TESTMODE
By commenting out the above lines the 'NEXT' button that was previously missing from the PSP Bounce Page reappeared and the checkout process was working again.
Hopefully that will save somebody a lot of time spent head scratching
My client has an account with Protx payment service provider and we thoroughly tested the site in test mode before going live.
In test mode there was a 'NEXT' button on the PSP Bounce Page that allowed the customer to transfer from the site to the Protx server. However when we switched over to production (live) mode the 'NEXT' button disappeared from the PSP Bounce Page and the checkout process effectively stalled on that page.
After 3 phone calls to tech support we eventually found a solution. As I am sure someone else will encounter the same problem at some stage I am posting the solution here.
Inside the Site folder (in my case: C Drive | Program Files | Actinic V8 | Site 1) there is a folder called CommonOCC. Inside there is an HTML file called Act_OCCPROTXTemplate
When we opened that file in Dreamweaver we found (in this case on lines 25 and 27):
NETQUOTEDEL:TESTMODE
By commenting out the above lines the 'NEXT' button that was previously missing from the PSP Bounce Page reappeared and the checkout process was working again.
Hopefully that will save somebody a lot of time spent head scratching
Comment