Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Sort order is ascending when using “Product by id”

$
0
0

Replies: 0

The sort order is default ascending instead of the order that the ids has been inserted.

I’ve already done some tests and found a solution:
In the file “wpcsp-shortcodes.php” on line 218 add the follwing code:
'orderby' => 'post__in'
(in else of “productsbyid”, right after line ‘post__in’ => …)

It would be great if there will come a new version with this change.

Thanks and best regards


Viewing all articles
Browse latest Browse all 59525

Trending Articles