-
-
I’m using the cl_woocommerce shortcode as my product catalog, but I cannot get it to sort using the Woocommer sort option. When I edit the page with the custimzer there are many sort options like ID, NONE, Name, DATE. which work, but what I need it for it to support the default sort in Woo when you go to Products – sorting. This adjusts the menu order setting for the product, so it should sort this way, but I cannot get the cl_woocommerce to use this sort regardless of which sort option I use in the customizer. This leaves me to way to push a product to the top of the list.
-
Hello,
Can you paste a link where are you using this? So i can get a clearer view..
Thanks!
-
Here is the page I use
https://cbdhempexperts.com/shopping/
and here is a test page too
Use GetSamples as the Password for the store
I want it to respect the menu_order column that is set for products here
https://cbdhempexperts.com/wp-admin/edit.php?post_type=product&orderby=menu_order+title&order=ASC
- This reply was modified 6 years, 1 month ago by vitalife.
-
Hello,
I understand.
The items order in the Products > All Products menu in wordpress dashboard is related to the time the product being added. Then you can sort them temporary using the ‘ordering’ column, only for the back-end view.But the shop element used to display these products in the shop page, has different sorting attributes. Select the one from the list (https://postimg.cc/GBwRDj0F) that you want to use for product order. This is a woocommerce feature that is not overwritten by theme. If you want more options for product sorting, i suggest you use a plugin that does it.
Best regards!
-
This is NOT correct, the Woo Commerce option on the backend is for how you want prodcuts sorted on your front it. Its Custom Ordering Plus Name which is the default for the store You cam see that here
I need your page /shopping to use this sort. The setting in your screenshot has several optoins (name, date, etc) but NONE of them are the Woo Commerce Default Sort.
I need Custom Ordering + Name
-
There is a Menu Order setting under advanced for every product. We need your shortcode to use this setting.
-
Hello,
You can use the woocommerce default shortcodes instead of our shortcode: https://docs.woocommerce.com/document/woocommerce-shortcodes/
for example you can use [products] with the order attributes.
Check the documentation for more info.
Let us know.
Regards!
-
You must be logged in to reply to this topic.