Jump to content

top sellers are not listed


Recommended Posts

hello

 

it might be related to the cache (prestashop using caching for this feature) have you tried to clear shop cache?

 

you use some overrides of classes / controllers ?

 

its cleared already but nothing changed.

 

i dont know about overrides of classes or controllers

 

http://www.worldbazaar.com.tr/tr/cok-satanlar

Edited by ps3z (see edit history)
Link to comment
Share on other sites

okay, so you don't have an override, everything is okay then.

the problem is in original file located in ROOT_DIR_OF_YOUR_STORE/classes/

 

especially in function: public static function getBestSales($id_lang, $page_number = 0, $nb_products = 10, $order_by = null, $order_way = null)

 

without access to store it will ba a little hard to say what exactly doesnt work :(

can you paste contents of original file to: http://pastebin.com/

 

i will check it on my own

+ what ps version you use?

Link to comment
Share on other sites

okay, so you don't have an override, everything is okay then.

the problem is in original file located in ROOT_DIR_OF_YOUR_STORE/classes/

 

especially in function: public static function getBestSales($id_lang, $page_number = 0, $nb_products = 10, $order_by = null, $order_way = null)

 

without access to store it will ba a little hard to say what exactly doesnt work :(

can you paste contents of original file to: http://pastebin.com/

 

i will check it on my own

+ what ps version you use?

 

my presta is 1.5.4.1

 

productsale.php

 

http://pastebin.com/5QD3GGBP

Link to comment
Share on other sites

×
×
  • Create New...