DRON Posted May 11, 2011 Posted May 11, 2011 Hi everybody.I install module blocklayered 1.3 on prestashop 1.4.1.The module displays a list of attributes of products. But when I choosing an attribute shows loading and nothing happens. Looks like it does not sort on the selected attributes. Please help me how to fix it? Please tell me how to correct use this module. Share this post Link to post Share on other sites More sharing options...
DRON Posted May 11, 2011 Posted May 11, 2011 Any Ideas? Share this post Link to post Share on other sites More sharing options...
DRON Posted May 12, 2011 Posted May 12, 2011 I fix this issue. Thanks to OREL user. The problem was in blocklayered.php. I use not default prefix for my data base. Just change syntax from ps_database_fild to '._DB_PREFIX_.'database_fild.Also change $parent = new сategory($id_parent); -> $parent = new Category($id_parent); Share this post Link to post Share on other sites More sharing options...
mrzoom Posted May 12, 2011 Posted May 12, 2011 Thank you so much DRON! Share this post Link to post Share on other sites More sharing options...
acobo Posted July 21, 2011 Posted July 21, 2011 Hi Dron!Where can i find ps_database_fild?I can't find it in blocklayered.php...Thanks! Share this post Link to post Share on other sites More sharing options...
Minwormed Posted August 14, 2011 Posted August 14, 2011 Same problem here, please, help... Thanks! Share this post Link to post Share on other sites More sharing options...
spreyeers Posted October 11, 2013 Posted October 11, 2013 replace all 'ps_' to '._DB_PREFIX_.' 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