Jump to content

How to display more than one special products in left sidebar in prestashop1.6


Recommended Posts

hello

in this case it will be necessary to alter module .php code

in .php file it is necessary to alter hookRightColumn($params) function and replace code with getRandomSpecial with Product::getPricesDrop function

in .tpl file instead simple code we will have to add foreach loop on $specials variable.

 

 

you can do it also with module like products pro

it allows to add blocks with products (like new products, specials, products from selected categories etc.) to shop columns/homepage/homepage tabs etc.

 

Link to comment
Share on other sites

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...