Announcement

Collapse
No announcement yet.

General Script error "continue Shopping"

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

    General Script error "continue Shopping"

    The saga continues as the website falls apart around me, 4th post in 2 days.

    On clicking "Continue Shopping" in the Cart the following error occurs ONLY WHEN LOGGED IN;

    Code:
    A General Script Error Occurred
    
    --------------------------------------------------------------------------------
    Error: Bad input string "challengeout=3aaf99a89f614f55c1ded03897db6abb&USER=test&PRODUCTPAGE=index%2ehtml&challenge=dc0bce407d639781cf4baefff1c1a897&PASS=&ACTION=Login&HASH=3f14b6841ab09dc36d32a3d6f80ade58&SSLBOUNCE=&RANDOM=NETQUOTEVAR%3aRANDOM&&ACTINIC_REFERRER=http%3a%2f%2fwww%2eshhh
    Have tried a "web refresh" still get the error.

    Advice gratefully recieved
    Justin Rowe
    Shiver

    #2
    I think this is a bug. I've fixed it by changing the location of the button. See the Advanced User Guide for advice on how to do this.
    OXLink Web Design (Oxford)
    Actinic developers since version 3
    01865 361696

    Comment


      #3
      Thanks Angi,
      I'd already had a quick scan of the AUG, can you remember where abouts it was?
      Justin Rowe
      Shiver

      Comment


        #4
        I can do better than that...

        Hi Justin,

        Instructions and code from page 70 of the AUG are below:

        Locate 'CartManager.pl' within your 'Site1' folder and open it in 'Notepad' for editing.

        Locate:

        HTML Code:
        sub ContinueShopping
        A few lines down you will see:

        HTML Code:
        my $sURL = $::Session->GetLastShopPage();
        Comment out this line and add a new line so that it reads...

        HTML Code:
        # my $sURL = $::Session->GetLastShopPage();
        my $sURL = "TargetPage";
        Where 'TargetPage' is the URL of the page to be displayed.

        Then save the file and upload the store.
        OXLink Web Design (Oxford)
        Actinic developers since version 3
        01865 361696

        Comment


          #5
          Thanks Angi,

          shame we cant get it to return to the previous section but landing in the shop root is a damn site better than a slap in the face with a general script error.

          Thanks again.
          Justin Rowe
          Shiver

          Comment

          Working...
          X