m0ttan Posted October 8, 2021 Share Posted October 8, 2021 (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 October 8, 2021 by m0ttan (see edit history) Link to comment
Matis75 Posted October 11, 2021 Share Posted October 11, 2021 · Hidden 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
m0ttan Posted October 11, 2021 Author Share Posted October 11, 2021 · Hidden Hidden Hello. Solved by updating the theme. Topic closed. Link to comment
faxboys Posted December 27, 2021 Share Posted December 27, 2021 that is what i tried last night but the site was set at 7.2. just updated to 7.4 this morning. will try that option Link to comment Share on other sites More sharing options...
faxboys Posted December 27, 2021 Share Posted December 27, 2021 changed the script....the minute you click the agree to terms checkbox it greys out the place order button Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now