Announcement

Collapse
No announcement yet.

Direct Link to cart error in V7

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

    Direct Link to cart error in V7

    I am currently developing the following Website:

    http://www.pennywell.co.uk/acatalog/index.html

    I have modified all the primary templates (including the Cart template). The problem is I am using a direct link to the cart - and for some reason when I view the cart all the surrounding catalogue links do not work. As on clicking them I seem to be calling the links now from within the cgi-bin directory, due to the direct referrer used to view the cart.

    Can anyone please advise why this is? as I am a little confused to how I caused this problem due to this?
    - GARRY

    #2
    Hi there

    This has now been resolved, the solution is to edit the Act_Primary.html and change the javascript menu code from:

    Code:
    fw_menu_0.addMenuItem("Hats","location='chefwear_hat.html'");
    to a full url link like:

    Code:
    fw_menu_0.addMenuItem("Hats","location='http://localhost/acatalog/chefwear_hat.html'");

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment

    Working...
    X