Relative Content

Tag Archive for wordpresswoocommercehook-woocommerce

turn checkout to quote request when there is no shipping method found

need to create a code snippet that turns checkout to quote requests when there is no shipping method available and user doesn’t need to pay for the product and hide the payment option.
just a quote request. so I need to add the code into the theme function.php for woocommerce.

turn checkout to quote request when there is no shipping method found

need to create a code snippet that turns checkout to quote requests when there is no shipping method available and user doesn’t need to pay for the product and hide the payment option.
just a quote request. so I need to add the code into the theme function.php for woocommerce.

How to dynamically change shop base for tax calc?

I’m have a woocommerce site that has multiple pickup options in different tax brackets along with shipping. The store is configured to calculate tax according to the customer shipping address.

How to dynamically change shop base for tax calc?

I’m have a woocommerce site that has multiple pickup options in different tax brackets along with shipping. The store is configured to calculate tax according to the customer shipping address.

How to dynamically change shop base for tax calc?

I’m have a woocommerce site that has multiple pickup options in different tax brackets along with shipping. The store is configured to calculate tax according to the customer shipping address.

How to dynamically change shop base for tax calc?

I’m have a woocommerce site that has multiple pickup options in different tax brackets along with shipping. The store is configured to calculate tax according to the customer shipping address.

Display in Emails / Order Detail Pages in Woocommerce

The billing state is correctly being display in checkout page and is required for all countries but for some reason it’s not being displayed neither in the order detail pages (thankyou page + order admin page) and emails except for United States even though the state is correctly saved in the database.

Adding a Conditional Step in WooCommerce Checkout for Specific Product Categories

how can I add a step in the product checkout process in WooCommerce? I want a form to appear before the payment step if the user selects a certain product type [category]. The user should only proceed to the payment process after filling out the form or leaving it blank. I would like to do it by php code in functions file