jonathanagomaa Posted July 22, 2013 Share Posted July 22, 2013 Hello all, I was wondering if it was possible to disable the payment feature in prestashop, whilst still being able to add products to a shopping cart, and email that list ONLY. I am doing work for a wholesale company that makes all their sales by phone. They want a shopping cart feature, but not the payment section. After users select and submit what they want and quantity, the client wants that list to be emailed to their sales team's direct email. Is this possible with any module, or if i disable something? Basically the work flow would be: 1. User adds products to shopping cart 2. User gets summary of shopping cart 3. User submits 4. Email is sent directly to sales team Thanks for any help you can give, Jonathan Link to comment Share on other sites More sharing options...
Dh42 Posted July 22, 2013 Share Posted July 22, 2013 You might could modify a COD module to do this. Link to comment Share on other sites More sharing options...
kristianmu Posted July 22, 2013 Share Posted July 22, 2013 As said Dh42, Only change the traducctions of "payement" by "confirm", it's the best way. I have done this with "cheque" module. And if you whant to jump the last confirmation step of COD, in the payement_execution.tpl, change the content of the <form> by: <form action="{$link->getModuleLink('cheque', 'validation', [], true)}" method="post" name="frmconfirmar"> <script language=javascript> document.frmconfirmar.submit(); </script> </form> This "auto sends" the confirmation, you can change the text here by "processing your order" Regards 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