Announcement

Collapse
No announcement yet.

Form Buttons Customisation

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

    Form Buttons Customisation

    Is it possible to customise the form buttons on the cart / checkout.

    If so where do I edit - I would like to re-format using css the following buttons :

    Change
    Cancel
    Next
    Back

    Thanks in advance
    Now in the process of actinicing this site <a href="http://www.shop4windowfilms.co.uk" target="_blank">Here</a>.

    #2
    You do this in the Act_Order01,02,03,04.html templates.

    Look for a sequence of lines that say:

    <INPUT TYPE=SUBMIT NAME=ACTION VALUE="NETQUOTEVAR:BACKBUTTON">

    and there will be 2 or 3 SUBMIT buttons there.

    Just change them to:

    <INPUT TYPE=SUBMIT NAME=ACTION VALUE="NETQUOTEVAR:BACKBUTTON" class="button">

    You might use:

    .button {border:1px solid #000000; color:#000000; background-color:#FFFFFF}

    to apply that style to a button.
    http://www.johnsons-seeds.com - Actinic plugins, remote add to cart and custom CMS
    http://www.dtbrownseeds.co.uk - More seeds and plants....
    http://www.mr-fothergills.co.uk - Well it used to be Actinic...

    Comment


      #3
      Many thanks for that - I knew it was there somewhere but it was late last night when I finally succeeded in getting a version of the site on the net to test and these buttons frustrated me when I cam across them.
      Now in the process of actinicing this site <a href="http://www.shop4windowfilms.co.uk" target="_blank">Here</a>.

      Comment

      Working...
      X