Steve Posted November 28, 2018 Share Posted November 28, 2018 So the company I currently work for fixes cars for others. When a car is damaged, that goes to our company (with humans doing all the work). This costs a lot of time. I'm currently building the webshop to make it more automated. We want to display the real prices, but without letting the customer pay. (The company is B2B and we'd like to still make payments through human documentation/communication) but ordering and invoices will go through the shop. How can I achieve this? Link to comment Share on other sites More sharing options...
the.rampage.rado Posted November 28, 2018 Share Posted November 28, 2018 You can use COD module from Prestashop (I don't know why it's not available in TB). Translate all your text as you need them to show whatever information you need. COD can be translated too so it does not confuse the user. It enables you to complete order without payment of any kind. Link to comment Share on other sites More sharing options...
Steve Posted November 28, 2018 Author Share Posted November 28, 2018 @the-rampage-rado Is it also possible to completely delete the payment step? I could change some code if that's needed. Link to comment Share on other sites More sharing options...
the.rampage.rado Posted November 28, 2018 Share Posted November 28, 2018 No way I'm aware.... When checking out with COD with 1 step checkout mode you have: order summary as normal, client, click on COD, one confirmation page -> click confirm and the customer is shown new page 'congratulations for your new order blah-blah'. So only 1 click more. He's not redirected outside your shop. For me it's the best solution in your case, quick and easy setup, no future hassle... Link to comment Share on other sites More sharing options...
Traumflug Posted November 28, 2018 Share Posted November 28, 2018 There's a Catalog Mode. Back office -> Preferences -> Products. This should give a fully working shop, without all the carts, addresses and payment fluff. Link to comment Share on other sites More sharing options...
the.rampage.rado Posted November 28, 2018 Share Posted November 28, 2018 I believe he needs to have order but simpify it by removing the last step in the process... Link to comment Share on other sites More sharing options...
Steve Posted November 28, 2018 Author Share Posted November 28, 2018 @traumflug What rampage said. I need the Customer to 'purchase' products without paying. Link to comment Share on other sites More sharing options...
Steve Posted November 28, 2018 Author Share Posted November 28, 2018 @the-rampage-rado I will look into COD, looks intresting. I could change the name from 'cash on delivery' to something different, that would be maybe work. So instead saying 'cash on delivery' the customer sees 'Pay later'. You receive all the code when buying a module right? Link to comment Share on other sites More sharing options...
the.rampage.rado Posted November 28, 2018 Share Posted November 28, 2018 It's free module part of ps. Go th PS'es github page and download it from there. Then install with your TB. You can totally change the strings of text to show whatever you want even in English, yes. It will fit your idea perfectly. I do all my invoicing and shipping lables by hand too and COD is the most popular way of paying in Bulgaria still so I have used it for nearly 6 years now. Link to comment Share on other sites More sharing options...
Gotabor Posted November 28, 2018 Share Posted November 28, 2018 If you need the client to complete the order without any money involved, you can also copy the bankwire module and rework the mail template + the payment method name and it's message on the order page. Did that about a year ago on a PS and it works great (I use it for state controlled offices and town hall in France which use a unique payment process). EDIT : If I remember correctly, I must have followed this tutorial : http://rocinantesoftware.blogspot.com/2015/11/how-to-make-copy-of-prestashop-16-bank_2.html Link to comment Share on other sites More sharing options...
haylau Posted November 28, 2018 Share Posted November 28, 2018 Rather than copying code to amend a module can you not use Custom payment methods v1.2.4 - by thirty bees Link to comment Share on other sites More sharing options...
the.rampage.rado Posted November 28, 2018 Share Posted November 28, 2018 @haylau - I had a problem with this module with Warehouse - the payment options were not displaying... Link to comment Share on other sites More sharing options...
Steve Posted November 28, 2018 Author Share Posted November 28, 2018 @the-rampage-rado Thanks for helping me and saying there's a free module! I was looking at this: https://addons.prestashop.com/en/cash-on-delivery-cod/6337-cash-on-delivery-with-fee-surcharge-plus-cod.html I have uploaded the zip but I can't seem to find it in my back office though. Do you know why? Link to comment Share on other sites More sharing options...
the.rampage.rado Posted November 28, 2018 Share Posted November 28, 2018 You have to install the module through the system modules page or upload the folder in modules, not the zip... After FTP upload it will be uninstalled, you have to find it and install it in the same page. Then translation is done the usual way. Link to comment Share on other sites More sharing options...
Steve Posted November 28, 2018 Author Share Posted November 28, 2018 @the-rampage-rado You have to install the module through the system modules page Do you mean Back Office --> Modules and Services --> Add a new module? Because that's what I did. Edit: I downloaded it from here btw: https://github.com/PrestaShop/cashondelivery Edit 2: I fixed it, when you download it from github it has '-master' in the name, that is not allowed. Link to comment Share on other sites More sharing options...
the.rampage.rado Posted November 28, 2018 Share Posted November 28, 2018 Yes, it should be there. Try to remove "-master" from the zip? Link to comment Share on other sites More sharing options...
Steve Posted November 28, 2018 Author Share Posted November 28, 2018 @the-rampage-rado Yes, it should be there. Try to remove “-master” from the zip? I found out by the time you commented, will comment again if I have more questions. Thank you! Link to comment Share on other sites More sharing options...
datakick Posted November 28, 2018 Share Posted November 28, 2018 When downloading modules from github, it's always recommended to download official releases. When you click on big grean clone/download button, you are downloading source code. But that does not mean it's a valid module. Some modules require build process to be performed. Developers often do this for you and publish valid packaged in release tab. Link to comment Share on other sites More sharing options...
colorful-ant Posted November 28, 2018 Share Posted November 28, 2018 I have not tested it for your question, maybe the TB module "Custom Payments" is helpful too https://store.thirtybees.com/shop-modules/payment/custom-payments Link to comment Share on other sites More sharing options...
Steve Posted November 29, 2018 Author Share Posted November 29, 2018 @datakick Thanks for the info, I installed it your way! 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