Would like to sort products by date field.
Replying to enable e-mail notifications
What problem are you having doing that?
Hello Fred,
If you want to sort the products by date created, I think you can use productCreated:
productCreated
perch_shop_products([ 'sort' => 'productCreated', 'sort-order' => 'DESC', ]);
Great! (How might I have known this?)
(<perch:showall /> in your template.)
<perch:showall />
Replying to enable e-mail notifications
What problem are you having doing that?
Hello Fred,
If you want to sort the products by date created, I think you can use
productCreated
:Great! (How might I have known this?)
(
<perch:showall />
in your template.)