Jump to content

Unable to finish orders after updating to 1.7.8


m0ttan

Recommended Posts

Posted (edited) · Hidden
Hidden

Hello.

After updating to latest version 1.7.8 all is ok except the fact that customers cannot hit the button "Place order" from step 4 (faded/grey butto with mouseicon 🚫). 

We did not change anything, the acceptance of terms and conditions is disabled, carriers and payments can be chosen.

Edited by m0ttan (see edit history)
Link to comment
Hidden

Hi m0ttan,

make change in your theme:

themes/your_theme/templates/checkout/_partials/steps/payment.tpl, line 130:

from

<button type="submit" {if !$selected_payment_option} disabled {/if} class="btn btn-primary center-block">

to

<button type="submit" class="btn btn-primary center-block{if !$selected_payment_option} disabled{/if}">

 

Link to comment
  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...