WooCommerce is an open source eCommerce plugin available for WordPress.
IN WooCommerce, I need to multiply all product prices by a number. So I have used the following (via a …
php wordpress woocommerce product priceHow 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-woocommerceI am trying to change a text in the WooCommerce checkout page from Shipping to Delivery from Your Order Section. …
php wordpress woocommerce checkoutI need to change automatically an order status for completed after receiving payment, but only if the order status is "…
php wordpress woocommerce payment-gateway ordersI'm using the plugin woocommerce for my wordpress site, and need a section where member can see their order history. …
wordpress plugins woocommerce shortcodeWooCommerce: I have some jQuery that loads on document.ready that effects the quantity input box. Works great. My issue …
wordpress woocommercehow to get metadata of a product woocommerce? I have field custom en my products and I need to get …
php wordpress woocommerce metadata ordersIn my Wordpress Woocommerce site I have removed all of the shipping and billing details so the customer only has …
wordpress woocommerce checkoutI have created in WooCommerce two custom coupon types: function custom_discount_type( $discount_types ) { $discount_types['cash_back_fixed'] =__( …
php wordpress woocommerce orders couponI 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