- This topic has 1 reply, 2 voices, and was last updated 12 years, 5 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Is it possible to display popular or latest products from specific categories?
Tagged: estore products
Title says it all really
The wp_eStore_latest_products and wp_eStore_popular_products appear to work across the whole database. Is it possible to use these on a specific category or will it be in the future?
I think this would be a really useful feature.
TIA.
You can do that with the latest products display option like the following:
[wp_eStore_latest_products number=5 style=1 cat_id=1]
You specify which category via the “cat_id” parameter. You will need to get a new build of the extra shortcodes plugin for this as I just added this.
The category option is not possible for the popular products. I will look into making it possible in the future.