vekia Posted January 19, 2017 Posted January 19, 2017 homepage "best sellers" tab for PrestaShop 1.7 This is free module that creates new "tab" item with most selled products from your online store. Module uses "homepage tabs" feature that is not available by default in classic theme in PrestaShop but you can easily create it with guide (details about here: homepage tabs feature). New "tab" item - once clicked will show best sellers from your shop. Download module: homebestsellerstab.zip 2 Share this post Link to post Share on other sites More sharing options...
Daniel Patilea Posted January 19, 2017 Posted January 19, 2017 Nice! Share this post Link to post Share on other sites More sharing options...
vekia Posted January 19, 2017 Posted January 19, 2017 Nice! yess it is i finally fully reproduced the homepage tabs feature and all modules to create it are available for free :-) Share this post Link to post Share on other sites More sharing options...
Vilius PromoApranga Posted January 21, 2017 Posted January 21, 2017 Nice work vekia! I will have to try this after 1.7.0.5 Share this post Link to post Share on other sites More sharing options...
caovillanueva Posted July 18, 2017 Posted July 18, 2017 Can i use this module with out tab feature?? I mean , just put the block under homeslider. it is possible? Share this post Link to post Share on other sites More sharing options...
vekia Posted August 30, 2017 Posted August 30, 2017 unfortunately, it is dedicated for tabs feature only Share this post Link to post Share on other sites More sharing options...
daleykd Posted February 5, 2018 Posted February 5, 2018 PS1.7.2.4 (upgraded from PS1.6.0.14) Getting an error when I Enable this module: I can get around this by modifying /modules/homebestsellerstab/homebestsellerstab.php, line 231. Change: $products_for_template = ProductSale::getBestSalesLight($this->context->language->id, 0, $nProducts); to $products_for_template = ProductSale::getBestSales($this->context->language->id, 0, $nProducts); (Just getting rid of "Light.") 1 Share this post Link to post Share on other sites More sharing options...
backamblock Posted July 26, 2018 Posted July 26, 2018 Hey to everybody reading this, could you please have a look here and give me a short hint what to search for to fix my error? https://www.prestashop.com/forums/topic/586112-tutorial-homepage-tabs-in-prestshop-17/?do=findComment&comment=2929167 Thank you so much Share this post Link to post Share on other sites More sharing options...
Klemart3D Posted January 11, 2019 Posted January 11, 2019 Hi @vekia, thanks for this module. By using your module v1.3.0 on PS v1.7.4.3 I'm having this alert : (1/1) ContextErrorException Notice: Undefined index: unit_price_ratio So I had to replace into your getProducts function "ProductSale::getBestSalesLight" by "ProductSale::getBestSales" to works without notice. And in this same function your $nProducts variable is still a string, it will be better to send it as an in integer to the function with "(int)$nProducts" Hope this helps. Share this post Link to post Share on other sites More sharing options...
tosal Posted May 7, 2019 Posted May 7, 2019 hi there does it works on prestashop 1.7.5 ? Share this post Link to post Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now