Page 1 of 1

Retrieve Most Popular Products

Posted: Mon Jan 19, 2015 9:04 pm
by efficiondave
What's the best way to retrieve the most popular products? We want to display the 3 most popular products on the site home page.

Re: Retrieve Most Popular Products

Posted: Tue Jan 20, 2015 12:04 am
by mazhar
We do have a popular products conlib you can embed that on your home page. From Web Pages edit the Home Page and then insert following HTML in description area

Code: Select all

[[ConLib:PopularProductsDialog MaxItems="3"]]

Re: Retrieve Most Popular Products

Posted: Tue Jan 20, 2015 6:35 am
by efficiondave
Thanks, not sure how I missed that.