PDA

View Full Version : Checlout with empty basket redirect problem


T.J
21-Jun-2003, 03:52 PM
Hi,

Using Actinic Bussiness v6 to put together a new site for work and so far so good except for the following problem...

The site is running in a custom frameset with the menu bar at the top (navbar) and the rest of the site loading below it (main). One of the buttons on the menu calls the checkout process, this works fine except when the basket is empty. When this occurs the "your basket is empty etc. etc." page is loaded and the visitor is redirected - the problem being the catalog then loads the navbar in to the main frame.

Is there anyway to make the catalog redirect to the home page (/home.htm) instead of the navbar (/navbar.htm)? Assume this is due to navbar.htm being the refeering page? Have tried changing the link to

http://www.mydomain.co.uk/cgi-bin/os000001.pl?ACTION=Start!&REFPAGE=http://www.gmmodels.co.uk/home.htm

without any joy. Any help would be apprichated

Cheers
Liam

zmagyar
23-Jun-2003, 11:19 PM
If you have this custom navigation button in the navigation bar then the script should have a BPN parameter to work correctly. So it should look likehttp://www.mydomain.co.uk/cgi-bin/os000001.pl?ACTION=Start!&REFPAGE=http://www.gmmodels.co.uk/home.htm&BPN=catalogbody.html
I hope this helps.