This question follows How to show a product custom field (custom SKU) in WooCommerce orders answer to my previous question. How do I make a product custom field
I am creating a custom shipping method for Woocommerce using this tutorial https://docs.woocommerce.com/document/shipping-method-api/ but I am having issues deb
I am trying to find a way on how to add the customer phone and email below the name on the WooCommerce order view. See picture for reference where I need to ad
I want to display a cancelled order custom notice as a strip on top of checkout page (like we generally see the order success message from Wordpress). I need to
I own an e-Commerce business and i want to hide the products that have a stock of less than 3. This is what i came up to: add_action( 'woocommerce_product_que
I would like to show some content after the fifth product of a product category. Based on Add content in between product rows in WooCommerce archives answers co
I need to retrieve the product with highest price in whole database. I've tried this but doesn't work. $args = [ 'limit' => '1', 'orderby'
in Wordpress I'm using Woocommerce v3.3.5 and in single product pages for variable products, When I click the add to cart button while I don't select a variatio
We are trying to update WC orders based on an external script. However, the script is unable to acquire the order_id for some reason. I tried to run the SQL que
I display the id and sku of each variable product in the general tab - of the wp admin product data box with the following code. Any idea how to get the the var
Using the functions below I've applied a custom field to products added in Woocommerce cart and checkout page also to orders and notification email. My questi
I'm using "set minimum and maximum allowable product quantities to be added in WooCommerce Cart" to require a minimum and maximum quantity order. Now, i need to
I would like to get the responses of each route (add to cart, update cart and delete cart) already applied to the promotion. What I face now is it only response
How could I redirect any logging to files to stdout/err/.. ? (to be specific I have rsyslog going) Basically, I would like what WC_Log_Handler_File produces to
How to show in the archive page TITLE, the number of products, in WooCommerce? Thanks!
How to show in the archive page TITLE, the number of products, in WooCommerce? Thanks!
I would like to adjust quantity step for specific product categories to allow decimal numbers (0.5 steps specifically). A bit like in Set quantity minimum, maxi
I am trying to add a row to Single product Additional information table. Actually is there any hooks or filter to do this? I have searched the hook but can'
In Woocommerce within the product edit screen, under variables, I currently have products which have up to 52 options, this is displayed over 4 pages, however I
I am trying to create a drop down list box in woocommerce but have it populated with data from the database. I have the majority of the code working but the po