Raaert Posted January 27, 2012 Share Posted January 27, 2012 Hi, How can i make my webshop accept order without choosing delivery or payment method? I want to completely hide delivery/payment, so that they dont show up. The idea is that customers adds products to the cart, and sends a query for the products, to which i can return with a price and delivery. I'm using the default Prestashop theme in v1.4.6.2 Thanks in advance. Link to comment Share on other sites More sharing options...
Richard S Posted January 30, 2012 Share Posted January 30, 2012 You need to work with OrderController or and order-steps.tpl in your theme. Link to comment Share on other sites More sharing options...
shacker Posted January 30, 2012 Share Posted January 30, 2012 put a price of 0 in the products and this skip the transport and payment (better if use one page checkout in presferences) Link to comment Share on other sites More sharing options...
depi Posted October 21, 2012 Share Posted October 21, 2012 I need the same, but I want users can view the prices! Some suggestions? Link to comment Share on other sites More sharing options...
tomerg3 Posted October 22, 2012 Share Posted October 22, 2012 You want them to view prices, but not pay for them? If you make a product downloadable / virtual, it will not use shipping. Link to comment Share on other sites More sharing options...
depi Posted October 22, 2012 Share Posted October 22, 2012 >If you make a product downloadable / virtual, it will not use shipping. OK thanks, It is perfect. But I need that the Check-out ends with a request for the products in the cart, not with the payment. Some suggestions? Link to comment Share on other sites More sharing options...
tomerg3 Posted October 22, 2012 Share Posted October 22, 2012 But I need that the Check-out ends with a request for the products in the cart, not with the payment. Some suggestions? I don't know what that means. Link to comment Share on other sites More sharing options...
dkjo Posted July 17, 2013 Share Posted July 17, 2013 But I need that the Check-out ends with a request for the products in the cart, not with the payment. Some suggestions? I don't know what that means. I think depi is talking about such a situation /which I'm interested in too/: - show pirices for products, allow user to order it -> add products to cart, fill in the form and "post" order information to the shop owner. After shop owner receives order (what products, and where send them to) he/she contacts user and provides him/her with payment and delivery details himself/herself (not via prestashop process including payment and shipping choice). Link to comment Share on other sites More sharing options...
nicej3 Posted October 27, 2014 Share Posted October 27, 2014 (edited) Same situation here. Our client need a system where users can order products without delivery and payment. He want to contact the user to confirm and send to he the payment information when the order is done with checkout method (excluding payment and delivery steps). Have Some one the solution? Modify the controller is not the best way IMHO. Tks @ all. Edited October 27, 2014 by nicej3 (see edit history) Link to comment Share on other sites More sharing options...
samyha Posted October 27, 2014 Share Posted October 27, 2014 Same situation here. Our client need a system where users can order products without delivery and payment. He want to contact the user to confirm and send to he the payment information when the order is done with checkout method (excluding payment and delivery steps). Have Some one the solution? Modify the controller is not the best way IMHO. Tks @ all. Hi, In your case I advise you to activate the catalog mode in the back office, and then create your client's order manually. Otherwise, you'll need a specific development. Have a nice day! Link to comment Share on other sites More sharing options...
Recommended Posts