Jump to content

[solved] Problems with featured products


Recommended Posts

i've noticed that this isn't default theme, am i rigth?

 

check homefeatured.tpl file (located in modules / homefeatured directory)

you've got there something like:

 

<img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'home_default')}" height="{$homeSize.height}" width="{$homeSize.width}" alt="{$product.name|escape:html:'UTF-8'}" />

 

you've got home_default or something else? Compare your value with images list for products in preferecens -> images

 

you can also regenerate thumbnails there

Link to comment
Share on other sites

I haven't touched the home_default but I can't understand where the problem could be.

 

this is the tag:

<img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'home_default')}" height="{$homeSize.height}" width="{$homeSize.width}" alt="{$product.name|escape:html:'UTF-8'}

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