jijo009 Posted July 6, 2012 Share Posted July 6, 2012 confirmFreeOrder() javascript function is not working in 1.4.8 , its happening when a user uses a credit bill and when he don't want to pay any amount. Link to comment Share on other sites More sharing options...
yves1986 Posted October 17, 2012 Share Posted October 17, 2012 I have the same problem. Have you found any solution to this? Link to comment Share on other sites More sharing options...
jijo009 Posted October 18, 2012 Author Share Posted October 18, 2012 yes , i solved the issue by using 1.5 files . Link to comment Share on other sites More sharing options...
kelvz Posted August 12, 2013 Share Posted August 12, 2013 where is the solution? please.. Link to comment Share on other sites More sharing options...
bteo Posted October 1, 2013 Share Posted October 1, 2013 I'm also looking for a solution and posted another topic here http://www.prestashop.com/forums/topic/278614-how-to-redirect-confirmfreeorder-to-a-new-page/ For me the button works but have to remove a dot Original <input type="button" class="exclusive_large" name="confirmOrder" id="confirmOrder" value="'.Tools::displayError('I confirm my order.').'" onclick="confirmFreeOrder();" /> Changed to <input type="button" class="exclusive_large" name="confirmOrder" id="confirmOrder" value="'.Tools::displayError('I confirm my order').'" onclick="confirmFreeOrder();" style="margin-left:0;" /></p>'; There is a dot in the wrong place displayError('I confirm my order').' SEE how its after order? displayError('I confirm my order.').' 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