Show a series of specific products in a specific order
Hello,
I am contacting you because I am trying to display a series of products in my store in a certain order.
I saw that there is a specific module to show certain products, called "Shop", but it doesn't work for me since I can't select single products, it only lets me select from a certain category.
I have been using your template for years, and to display the products I still use code that continues to work despite changes to your template. I give you an example:
[products ids="562, 577, 560, 561, 565, 1454, 3484, 3488, 3486, 3497, 3493, 1598, 1595, 1601, 1604, 5762" columns="3"]
It's great for me because I can indicate which products I want to show. The only drawback is that it orders the products in alphabetical order, and I would like the order that I indicate when adding the IDs to be respected.
Would this be possible?
Thank you very much,
Greetings.
Comments
Hi,
You can only select the order from the Appearance -> Customize -> WooCommerce -> Product Catalog.
If you would like to order your products by ID, you would have to modify the files in which we do not provide support.
But I found this:
https://stackoverflow.com/questions/21633120/how-can-i-get-the-order-id-in-woocommerce
It might be helpful if you would like to try to modify the files.
Best regards
Ok, thanks Phil!