G
G
George2016-04-29 14:13:10
WordPress
George, 2016-04-29 14:13:10

How to disable shipping and payment in Woocommerce?

In the Woocommerce settings, shipping is disabled (including each shipping method), and payment methods are also disabled.
On the ordering page (in our case, the application) , the fields address 1, address 2, country, region (there is only a city) are hidden . Sales outlets in all countries, the default customer address is geolocation.
When placing an order, "incorrect payment method" pops up, but it is disabled, as well as delivery.
I just need to place orders / applications so that a notification falls on the email and the manager would then contact himself.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
shumjachi, 2017-04-20
@shumjachi

you can try
add_filter('woocommerce_cart_needs_payment', 'disabled_payment');
function disabled_payment() {
return false;
}

W
WP Panda, 2016-04-30
@wppanda5

https://wordpress.org/plugins/yith-woocommerce-cat...

I
iPod4g, 2016-06-08
@iPod4g

tell me with what module or code can I disable the payment page when buying a woocommerce product? module https://wordpress.org/plugins/yith-woocommerce-cat... is not needed, it disables buttons and payment pages for all products...

F
Frame25, 2016-10-08
@Frame25

Duck and that there is no free solution, how to make a catalog on WP without a basket and so that it is about as convenient as in Woocommerce? that is, I want to consider the free option, and the paid one will be plan B.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question