Jump to content

Disabling Shipping and payment


yanik

Recommended Posts

Hello to all,

I am new to shopping cart and also a beginner in php or any code... except xhtml and css...

So,

We are requested to extend an existing website with a shopping cart. But, the client wants his client to be able to go browse the goods, add goods to a order (or shopping cart) and place the order.

No needs for payment module or any sort of payment. Payment will sorted by invoice with the client directly. I hope I am clear.

Same with the shipping, we want to disable shipping function as payment function of prestashop. In other word, we need to create an e-catalog where it is possible to pass an order without payment on the site and shipping management online...


All payment and shipping will be organize by phone and e-mail.


So, the question is: How can we tweak the code or configure prestashop so the payment and shipping are skipped but order is passed...


Thanks in advance

Yanik the newbie

Link to comment
Share on other sites

  • 3 months later...
  • 3 months later...
  • 1 month later...

I'm also interested in this feature.

 

I need a payment module that basically all it does is submit the order to the BO, without the user inputting payment or shipping information, and then I contact them manually.

 

I'm not sure how to create such a module. Any tips?

Link to comment
Share on other sites

  • 1 month later...

That's exactly what I did (same as dave).

I change the payment to "will call" and in last page added the description "We will call you with exact total and delivery dates after we received your order"

then I disabled the inventory control (most of our item are for future) and had to add few more options for shipping (Trucking and...)

Overall, not so difficult. I started from scratch I easily found what I needed on forum.

You might have to do some adjustment on invoice and... in BO. I did most of if by translation and very few hard coding.

By the way, our website is not open to public (only registered store owners) you can easily achieve that as well (if you need to)

Link to comment
Share on other sites

Hi... Newbie here... :wacko:

 

I have a similar situation (but not the same). Our client is a school and enrolls students in courses. There is no shipping and no tax on the courses. I've setup the courses as products with no tax and set all three items on the Shipping tab (under Handling) in the admin to 0. I understand this disables them. I was also told that setting the products to downloadable (even though there are no files to download) will turn off shipping. Does anyone have any thoughts on the best way to accomplish this?

 

Thanks...

 

Clem

Link to comment
Share on other sites

  • 5 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...