ingeborg Posted June 9, 2011 Share Posted June 9, 2011 When you Click on the block "specials" i see a list with articles, but they don't have images.You can only see them when you click on that item..The module for the specials can't be configured, so how do i get the pictures?Kind regards,Ingeborg Link to comment Share on other sites More sharing options...
Cósmica Posted December 22, 2011 Share Posted December 22, 2011 Hi, I have the same problem, how did you solve it? Thanks. Link to comment Share on other sites More sharing options...
Snade Posted December 22, 2011 Share Posted December 22, 2011 Please give URL's, so we can see what is happening. Link to comment Share on other sites More sharing options...
Cósmica Posted December 22, 2011 Share Posted December 22, 2011 I've just solved it: I opened themes/mytheme/modules/blockspecials/blockspecials.tpl and I changed the word "medium" to "home" (home is the image size I needed to show up, not medium). <li class="product_image"> <a href="{$special.link}"><img src="{$link->getImageLink($special.link_rewrite, $special.id_image, 'home')}" alt="{$special.legend|escape:html:'UTF-8'}" height="{$homeSize.height}" width="{$homeSize.width}" title="{$special.name|escape:html:'UTF-8'}" /></a> </li> Thanks! Link to comment 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