Announcement

Collapse
No announcement yet.

Checkout problem

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

    Checkout problem

    Hi, I am currently in the final stages of testing before a site of our's goes live and a new bug has occured.

    On the first page of the checkout where the customer selects their shipping destination, upon clicking the next button the user is bounced back to the product page of the product they last added to the basket. This occurs wether the user selects a valid country or not.

    Any ideas ?

    #2
    I've just checked and the code for the button is definately correct as i changed the default grey buttons to my own image.

    <input type="IMAGE" name="ACTION_NEXT" src="b_next.gif">

    And as this was working fine up until now is it an issue with the perl scripts within the checkout process ?

    Comment


      #3
      Paul

      If you use images for the buttons in the checkout, then there is an accompanying change you need to make to the Perl scripts.

      If you look at the latest Advanced User Guide and go to p27, it will show you the changes you need to make to OrderScript.pl.

      Comment

      Working...
      X