Boutique – order by default to show products
-
Hello,
When you enter in shop, the products are apparently ordered like
all products of category 1
then all products of category 2
etc
Q1 : where do you define the order by default?
When you enter in product category, how are ordered the products?
Q2 : where do you define the order by default?
Can it be different from the one for whole store?
Kind regards
Hello,
1. Navigate to Appearance > Customize > Woocommerce > Page Catalog http://prntscr.com/l36hst and chose the default sorting
2. The order set as described in #1 will remain in force for category page
Best Regards
Hello,
Thank you, I had not seen this one. But …
well, I explain … If you sell shirts, trousers, socks, …. and if your first boutique page presents only socks, many will believe that you are mainly a socks seller and won’t do the effort to scroll and scroll …
So, before entering into stg complex and time consuming (ie define product by product, which is crazy, and before other options mean sthg as I have no sale, no review), I was hoping for a simple “random”.
I found that
https://docs.woocommerce.com/document/custom-sorting-options-ascdesc/
Q1: is it compatible with your theme?
Q2: if yes, how to include it?
Kind regards
Sorry, but we didn’t test this custom code with our theme so we can’t advise here.
I understand. The Woo’s doc mentions that this has to be added to your child theme’s functions.php file
Can I do it via the custom css of the theme?
Kind regards
You can’t place PHP code to the custom CSS area. If you want to add it to the child theme then you need to install it and put the code to the functions.php file.
OK Artem,
Looks like I still have to learn plenty of basic notions 😉
Sorry for my lack of knowledge, and thank you for feedback
The topic ‘Boutique – order by default to show products’ is closed to new replies.