Using <?php echo eStore_print_all_products_stylish(); ?>
Is there a way to display the products in reverse order so the newest items I add show at the end of the list?
Using <?php echo eStore_print_all_products_stylish(); ?>
Is there a way to display the products in reverse order so the newest items I add show at the end of the list?
There is another shortcode and function that lets you choose the order of the product display. Here is the shortcode... it also has a equivalent PHP function version:
[wp_eStore_category_products_fancy id=1 style=3 order=1]
The explanation section of that shortcode will explain the details. Essentially you assign your products that you want to display to a particular category then use this shortcode.
You can use this shortcode if using the "Extra eStore Shortcode" plugin. It can be freely downloaded from here:
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
You can also modify the plugin code to make the function that you are using to display the products in the order that you want.
You must log in to post.