Announcement

Collapse
No announcement yet.

Next Buttons

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

    Next Buttons

    Hi all,

    I want to change the text in the NextButton on Checkout Page 2 so that it is more obvious that the order process is at an end with the next click for example 'Complete'.

    I have already tried changing the name="NextButton" in the Checkout next Button Layout but it then applies it to all Next buttons.

    Is this something easy to rectify or is it a Perl change?

    Gilbo

    #2
    You could try changing the Checkout Next Button layout to this:

    Code:
    <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Checkout%20Page%202%22">
    	<input type="submit" name="ACTION" value="Complete" />
    </actinic:block>
    	<actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%21%3d%20%22Checkout%20Page%202%22">
    	<input type="submit" name="ACTION" value="<actinic:variable encoding="html" name="NextButton" />" />
    	</actinic:block>
    Haven't tried it so you may want to wait for an expert to say Yes or No
    Unusual Silver Jewellery
    Giftmill - Unusual Gifts
    Crystal Healing Jewellery
    Steampunk Jewellery

    Comment


      #3
      Well sort of worked. But instead of taking the order to the receipt page it went to terms and conditions......

      How? I'll never know.
      Gilbo

      Comment


        #4
        Just tried it on a test site and it seems to work OK.

        Have no idea why it would bring the T&C page up -probably one for the experts to sort out.
        Unusual Silver Jewellery
        Giftmill - Unusual Gifts
        Crystal Healing Jewellery
        Steampunk Jewellery

        Comment


          #5
          Calling all experts.....

          Using the change above sends the user to the t and c page and doesn;t complete the order process.

          Gilbo

          Comment


            #6
            have you got a link to this not working? Even if it's on a test site
            I suspect you've probably broken a <a href> tag somewhere when replacing the code or removed something you shouldn't have, maybe
            It'd be easier to see online
            Tracey

            Comment


              #7
              Hello expert,

              The site is uploading at the moment and will take a couple of mins to complete. It is at

              www.dominion-it.com/acatalog

              The complete button prior to showing the receipt on screen is the problem.

              Cheers
              Gilbo

              Comment


                #8
                right firstly it'll be a LOT easier for people to check/help you if it works in Firefox which it currently doesn't at ALL. Not in FF3, at any rate.

                I placed a test 'order' and, on pressing complete was taken to the section page that I'd ordered from. Not T&Cs. No receipt page either, mind you but that could be a problem with the button itself. Did you receive a test order? I have no idea if it worked or not!

                I'd be inclined to change the 'next' button back and add a note to the page saying that clicking next will complete the order.
                Then fix the site in FF before looking at changing the button again in case the 2 problems are related.

                (ps..I'm no expert, just happened to be inclined to reply!)
                Tracey

                Comment


                  #9
                  Hi,

                  Thanks, I will use text instruction for now and try and fix the FF problem, I reckon clear:both missing on a div somewhere.

                  Thanks for all you help.

                  I will class you as an expert

                  Gilbo

                  Comment

                  Working...
                  X