Jump to content

[Solved] blocklayered 1.3 don't sort by attributes


DRON

Recommended Posts

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.

Link to comment
Share on other sites

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);

Link to comment
Share on other sites

  • 2 months later...
  • 4 weeks later...
  • 2 years later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...