tijojoel Posted August 10, 2017 Share Posted August 10, 2017 Hi, I had removed shipping and payment options from prestashop one page checkout. Now no payment option is coming, I want to show order confirmation button over there and when clicked on it should insert order in database and make status as NEW. Any one have any idea to do it? My page is attached herewith. Link to comment Share on other sites More sharing options...
Scully Posted August 10, 2017 Share Posted August 10, 2017 (edited) You sai: "I had removed shipping and payment options from prestashop one page checkout." and then "Now no payment option is coming," This seems obvious to me. If you remove part of the coude it's not displayed anymore. Or did I miss something? Have you already seen guide to avoid troubles....? https://www.prestashop.com/forums/topic/623215-how-to-avoid-troubles-with-upgrades-new-modules-and-changes/ Edited August 10, 2017 by Scully (see edit history) Link to comment Share on other sites More sharing options...
tijojoel Posted August 11, 2017 Author Share Posted August 11, 2017 I want no payment module there instead of that a button so that when user clicks on the button he can confirm the order and the order will insert into the database Link to comment Share on other sites More sharing options...
Scully Posted August 11, 2017 Share Posted August 11, 2017 PrestaShop core is intended to have a payment module. The payment module does the final order verification. If you wanted to get rid of any payment module it would need much of code changes - if feasible at all. Link to comment Share on other sites More sharing options...
tijojoel Posted August 11, 2017 Author Share Posted August 11, 2017 I need to just confirm the order by the customer without payment. Do you have any idea to do that? Link to comment Share on other sites More sharing options...
Scully Posted August 11, 2017 Share Posted August 11, 2017 Unfortunately not much of an idea. PrestaShop works the way each order needs a payment method - unconditionally. Deleting the on screen parts where payment occurs does not help much. Maybe a glimps of hope. These is a free module called universal payment module. It allows any kind of payment and any kind of textual adaptions. Maybe change some wording to make payment just confirmation and use that? But changing ps core would end up in a nightmare. Link to the module mentionned: https://www.prestashop.com/forums/topic/139475-modulefree-universal-payment-module/ Or use bankwire as alternate - but it needed more adaptions in terms of texting / wording. 1 Link to comment Share on other sites More sharing options...
tijojoel Posted August 11, 2017 Author Share Posted August 11, 2017 Thank you very much for your inputs 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