Announcement

Collapse
No announcement yet.

Changing default button in checkout?

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

    Changing default button in checkout?

    Is there any way to change the default button clicked in the checkout?

    I ask because if you are logged in on site, and you request a purchase to be sent as an invoice with order, you are required to enter your password to confirm the purchase. However, if you enter your password and click 'Return' or 'Enter', it clicks the default button - which happens to be the 'Back' button. So customers might be confused into thinking that their order has been sent, when in fact it hasn't.

    Can this be changed at all?

    #2
    javascript

    you can use javascript.focus to specify which form element is highlighted as default.. You will need to find the master form and enter the code in there...

    Comment


      #3
      Originally posted by dmc
      you can use javascript.focus to specify which form element is highlighted as default.. You will need to find the master form and enter the code in there...
      Thanks for that. If it was something to do with the html, I might have had a go, but as I don't know anything about javascript, I'll leave it as it is. It's not that much of a problem.

      Comment

      Working...
      X