Announcement

Collapse
No announcement yet.

"NEXT" going to previous page in Checkout Stage 1

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

    "NEXT" going to previous page in Checkout Stage 1

    On selecting the "NEXT" button during checkout stage 1, it reverts back to the previous page.

    Has anyone experienced this problem before? I have reverted the layouts to factory settings and compacted the database, but it makes no difference.

    You can view the problem at my test site:

    http://www.testmole.co.uk

    #2
    ALL your buttons do the same thing (including your Search Button). They're not passing anything to the cart scripts that lets the cart know that they're different.

    Best look there and undo what you've done.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      UPDATE. See http://community.actinic.com/showthread.php?t=45042 and fix your buttons so that they have different name="ACTION_CANCEL", name="ACTION_NEXT", etc taglets.
      Last edited by KB2; 23-Mar-2010, 01:21 PM. Reason: Updating kb links
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #4
        Hi Norman,

        Thanks for the tip.

        Really odd, as the original buttons prior to changign did the same thing.

        Comment


          #5
          The original buttons are usually SUMBIT buttons, not IMAGE ones and operate differently. They have name and value taglets, the name is all the same (ACTION) on all buttons but the value is different, depending on what's required. You cannot do this with image buttons. Image buttons don't send a value, they send the co-ordinates of the click. Hence the alternative name=ACTION_BACK type of parameter.
          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment

          Working...
          X