Downloads
I have created a module for ubercart, called uc_popular, the module will show a block of most popular products by node view count, a page for displaying the most popular product, a block to switch the page display from grid view to list view and a page to display the best seller of product.
depended on ubercart and uc_best_seller
Demo Page :
http://www.drupalstore.info/popular-design for the popular product page and jquery switchable design from grid to list view
http://www.drupalstore.info/best-seller for the best seller product page and jquery switchable design from grid to list view
Drupalstore.info doesn't use it anymore.
Latest version 1.3
- Query the order table directly because uc_best_seller doesnt add the sold count if the order is made by uc_paypal_button
- fix major bug missing . in the $output
- add t() to the button - Its not clear yet if this t() is working on translation
Development
| Preview | Attachment | Size |
|---|---|---|
| uc_popular.zip | 14.45 KB | |
| uc_popular_1.1.zip - fixes the Wrong parameter type to function call error | 8.91 KB | |
| uc_popular-1.3.zip - fixes only 1 product displayed, remove uc_best_sellers as dependencies | 16.39 KB |
