[ad_1]
[ad_2]
Hi, so I tried multiple times to sort my products by date but it doesn't work. They're sort randomly even if it's says "sort by date".
I got this code on my elementor Archive Product Page.
Anyone can help me ?
Copyright © 2020 - 2022, Project DMC - WordPress Tutorials for Beginners- All Rights Reserved. Privacy Policy
Right, you’ve managed to display different buttons, strictly via css.
But css can sort, you need js to accomplish that.
That js should add ventlistener to the buttons you created. If someone clicked on price depending, js script should reshuffle the products list.
This js should be enqueued if product page.
With this information + google you should be able to figure it out.