I've just uploaded my new site, and while testing it have found that the payment redirect it not working - so if someone goes to pay by credit card it just says
or by paypal it says
(which I guess is an improvement over protx as it does allow you to push the button if the redirect fails).
Looking at the source for the redirect page it seems there is some code commented out -
and to my untrained eye that looks very much like a bit of code that would cause the page to redirect...?
I have been messing about in the actinic html in order to get this website how I want it (1 page, 1 click straight to checkout, no acatalog dir etc) so I might have changed something that generates that bit of code - but what and where???
To replicate problem go to www.zestra-for-women.co.uk, click any of the buy now buttons, enter details, next, choose credit card payment and next again - this is where it stops.
(the site is live, as is the payment option, but as you can't get to the protx bit you can accidently buy anything!)
This site has replaced a live site so there is some urgency in getting it working again (I switched the PPC ads of yesterday, but may still get the occasional visitor)
You will now be automatically transferred to the Protx VSP secure server to process your credit card details with complete confidence.
Click the PayPal button to go to PayPal's secure server and process your payment.
Looking at the source for the redirect page it seems there is some code commented out -
<SCRIPT LANGUAGE="JavaScript">
<!--
function onLoad()
{
document.formOCC.submit();
}
// -->
</SCRIPT>
<!--
function onLoad()
{
document.formOCC.submit();
}
// -->
</SCRIPT>
I have been messing about in the actinic html in order to get this website how I want it (1 page, 1 click straight to checkout, no acatalog dir etc) so I might have changed something that generates that bit of code - but what and where???
To replicate problem go to www.zestra-for-women.co.uk, click any of the buy now buttons, enter details, next, choose credit card payment and next again - this is where it stops.
(the site is live, as is the payment option, but as you can't get to the protx bit you can accidently buy anything!)
This site has replaced a live site so there is some urgency in getting it working again (I switched the PPC ads of yesterday, but may still get the occasional visitor)
Comment