Announcement

Collapse
No announcement yet.

Checlout with empty basket redirect problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Checlout with empty basket redirect problem

    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

    #2
    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 like
    Code:
    http://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.
    Zoltan
    Actinic Software
    www.actinic.co.uk

    Comment

    Working...
    X