Announcement

Collapse
No announcement yet.

Back Button on order00 page

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

    Back Button on order00 page

    Hi

    I have been asked by some users to our site if it possible to have introduce a back button onto the order00 page, (to replicate the same options as on theorder01 page). I realise you can hit cancel on order00 but that takes you back to the index page.

    I tried copying and pasting from 01 to 00 but this does not work, just leaves the netquotevar backbutton message where the back button should be.

    Regards
    Sarah

    #2
    You could try coding this in:

    <input type="button" value="&lt; Back" onclick="window.location.href='http://www.YOURSITE.co.uk/your-desired-page.html'" />

    Changing the YOUR-BITs as required.
    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

    Working...
    X