Top "Woocommerce" questions

WooCommerce is an open source eCommerce plugin available for WordPress.

Change product prices via a hook in WooCommerce 3

IN WooCommerce, I need to multiply all product prices by a number. So I have used the following (via a …

php wordpress woocommerce product price
Adding custom field to product category

How can I add custom fields to product category? I have added custom field to product but I can't find …

php wordpress woocommerce custom-fields hook-woocommerce
How to change WooCommerce text shipping in checkout

I am trying to change a text in the WooCommerce checkout page from Shipping to Delivery from Your Order Section. …

php wordpress woocommerce checkout
Change order status just after payment in WooCommerce

I need to change automatically an order status for completed after receiving payment, but only if the order status is "…

php wordpress woocommerce payment-gateway orders
in woocommerce, is there a shortcode/page to view all orders?

I'm using the plugin woocommerce for my wordpress site, and need a section where member can see their order history. …

wordpress plugins woocommerce shortcode
Run jQuery after WooCommerce AJAX cart update

WooCommerce: I have some jQuery that loads on document.ready that effects the quantity input box. Works great. My issue …

wordpress woocommerce
Get the metadata of an order item in woocommerce 3

how to get metadata of a product woocommerce? I have field custom en my products and I need to get …

php wordpress woocommerce metadata orders
Woocommerce Removing "Additional information" Name On Checkout Page

In my Wordpress Woocommerce site I have removed all of the shipping and billing details so the customer only has …

wordpress woocommerce checkout
Get coupon data from WooCommerce orders

I have created in WooCommerce two custom coupon types: function custom_discount_type( $discount_types ) { $discount_types['cash_back_fixed'] =__( …

php wordpress woocommerce orders coupon
WooCommerce - woocommerce_rest_cannot_view - Status 401

I have generated a consumer key and consumer secret. The website has SSL installed. I have also installed plugins required …

wordpress woocommerce woocommerce-rest-api wordpress-rest-api