PDA

View Full Version : checkout bounce page


jay cee
07-Jun-2005, 05:10 PM
hi,

Is there anyway of change the page that you are redirected to if your cart is empty and the customer has press the checkout button? i.e a help page

Many Thanks

Jay Cee :D

TraceyG
09-Jun-2005, 10:04 AM
Hi Jay,

I have asked the development team about this as I think it will involve change the perl scripts. I will let you know if it can be done when I hear back from them.

jay cee
09-Jun-2005, 10:45 AM
Hi,

I've just worked it out.
Edit OrderScript.pl
Search for 'sub ValidateStart'

You Should see..
$sLocalPage = $::Session->GetLastShopPage();

Replace the above with...

# $sLocalPage = $::Session->GetLastShopPage();
$sLocalPage = "Your url";

In the above replace 'Your url' with the required url

Save, exit and update the site

Jay Cee

TraceyG
09-Jun-2005, 11:36 AM
Hi Jay,

Well done, your knowledge of perl is definitely better than mine ;)