Relative Content

Tag Archive for wordpresswoocommerce

Woocommerce: quantity based price

I would like to have a volume discount for only one of my woocommerce products. I found the code below, but it applies to all products. How can I convert this code so that it is only valid for a specific product (based on product ID or product SKU)?

Woocommerce – Variable products filtering with in stock and size

I stumbled across this on my website and it does not make much sense. When someone applies the in stock status it shows all products which are in stock which is okay as they have available variant but when for example the user applies size L it shows again all products with no difference applied to the displayed products. I’ve read that this is the expected Woo behavior when trying to filter in stock products with another attribute. I’ve searched for possible solutions but was not able to find a working one for my case and currently I am using this:

Add checkout button in order persional page woocommerce

I’m customizing my website using WooCommerce for sales. I’m facing an issue where unpaid orders (on the personal page) should have a ‘Request Payment’ button to confirm the order. I’ve tried various methods but haven’t found a solution. Please assist me in resolving this.