Jump to content

No images with block specials


Recommended Posts

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

  • 6 months later...

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

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