python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Show random WooCommerce products from other categories as related products if only one product in a category
By default WooCommerce adds below a single product details page related products that have the same categories and/or tags.
These products are not controlled by the shop manager – WooCommerce automati...

evavienna
Votes: 0
Answers: 1
How to update woocommerce products statuses to private in phpmyadmin
I want to change a specific range of products to "private".
I am using this query to display my products:
SELECT * FROM `wp_posts`
WHERE `ID` BETWEEN 2044 AND 2048
AND `post_type` = 'product...
Daniel Andersson
Votes: 0
Answers: 1
customize woocomerce product order random + featured wordpress
I would like to achieve a custom ordering for products in woocomerce. I would like to get first a few featured products, then all the others randomly.
Is it possible to modify it somehow, that product...

Mátyás Grőger
Votes: 0
Answers: 1
How to hide certain products on WooCommerce cart page
I have changed the main WooCommerce cart page using CSS to hide the products on this page.
The reason for the change, I am attempting to dedicate the cart page to only show the product "Thank You...
learnmorecode
Votes: 0
Answers: 1