X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   How to display 10 specific products at homepage? (https://forum.x-cart.com/showthread.php?t=70121)

sinobest 09-30-2014 03:19 PM

How to display 10 specific products at homepage?
 
I want to display 10 specific products at homepage, not using featured products function.

say i like to show 10 top seller products from a specific category;
show 10 top reviewed products from a specific category;
show 10 new added products

totaltec 09-30-2014 07:46 PM

Re: How to display 10 specific products at homepage?
 
Each of these would be accomplished as separate pieces of code. Surely the featured products could be used to accomplish one of these tasks.

show 10 top seller products from a specific category;
>> This will need a custom piece of code to search the products in the specified category, build an array, and assign them to smarty.

show 10 top reviewed products from a specific category;
>> This will take an even more complicated database lookup. Not sure that an example exists for this currently.

show 10 new added products
>> This is already available and is a module available with X-cart Gold Plus.

sinobest 10-01-2014 05:27 PM

Re: How to display 10 specific products at homepage?
 
details, pls

sinobest 11-02-2014 02:39 PM

Re: How to display 10 specific products at homepage?
 
any body can share method here?


All times are GMT -8. The time now is 09:09 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.