Announcement

Collapse
No announcement yet.

'Change' button

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

    'Change' button

    Does anyone know if it is possible to amend the button for changing the delivery address (ship to seperate address in the second stage of the checkout) to an image?

    Have managed to change all the other buttons but cant find the code for this one!

    David
    Cheers

    David
    Located in Edinburgh UK

    http://twitter.com/mcfinster

    #2
    Hi there

    Go to Design | Text | Phase id 18
    and replace the word 'Change' to the image file (<img src="/filename.gif")

    and then go to Phase id 2067

    change <INPUT TYPE=SUBMIT NAME="ACTION" VALUE="%s">

    to read as

    <INPUT TYPE=IMAGE NAME="ACTION" VALUE="%s">
    Regards

    Dhivya Malani

    Comment


      #3
      Dhivya,

      Thanks for that but it doesn't seem to work, looks to me like it needs the SUBMIT action for it to work correctly.

      Any other suggestions?

      Regards

      David
      Cheers

      David
      Located in Edinburgh UK

      http://twitter.com/mcfinster

      Comment


        #4
        Dave,

        The first reply to your post is step one of two steps you need to perform. You also need to amend one of the Perl scripts (OrderScript.pl). Please note Actinic won't support any tampering you do with the Perl scripts, so back up the script in question first!

        The full instructions are in Actinic's v7 advanced user guide, pages 29/30

        http://downloads.actinic.com/docs/us...cedguide_7.pdf


        HTH
        Chris
        -----
        http://www.livingaidsonline.co.uk

        Comment


          #5
          Can't actually believe I missed that section of the AVG, performed every change right up to that step!

          Never mind, working mow. Thanks Chris.

          David
          Cheers

          David
          Located in Edinburgh UK

          http://twitter.com/mcfinster

          Comment


            #6
            No problem - I did exactly the same thing a few months ago. You don't forget hair-pulling experiences like that easily
            Chris
            -----
            http://www.livingaidsonline.co.uk

            Comment


              #7
              Does anyone know how this is done for version 8?

              I see that OrderScript.pl now has the code mentioned above by default. I've found the text relating to the Change button but version 8 is obviously different to some extent in this area and the above doesn't work.

              Thanks

              Comment


                #8
                Nevermind - I found the solution on page 81 of the AUG 1.2.

                Comment


                  #9
                  The solution worked but I found that the button image, although placed in Site1 folder wasn't being uploaded to the server automatically as it normally would be. In the end I had to include the button file in the Additional Files area to ensure they load. Once done it worked perfectly.

                  Not sure if this is a feature or a bug. Could you update the AUG to note this for others please?

                  Comment


                    #10
                    Thanks John - I have made a note of this for the next time I update the guide.

                    Comment

                    Working...
                    X