Ducati87 Posted April 28, 2013 Share Posted April 28, 2013 (edited) Hi, I'm still configuring my e-shop, but there's a problem with images path of featured products module. It doesn't show any images of my products, take a look to the screen: Edited April 28, 2013 by Ducati87 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted April 28, 2013 Share Posted April 28, 2013 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 More sharing options...
Ducati87 Posted April 28, 2013 Author Share Posted April 28, 2013 thanks for the reply, I'll check it. P.S. you are right, that isn't default theme. I bought it on templatemonster. Link to comment Share on other sites More sharing options...
Ducati87 Posted April 28, 2013 Author Share Posted April 28, 2013 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 More sharing options...
Ducati87 Posted April 28, 2013 Author Share Posted April 28, 2013 problem solved! the error was in homefeatured.tpl of my new template! thanks! Link to comment Share on other sites More sharing options...
Ducati87 Posted April 28, 2013 Author Share Posted April 28, 2013 last thing: how can I remove that blank space between images and price? Link to comment Share on other sites More sharing options...
vekia Posted April 28, 2013 Share Posted April 28, 2013 is hard to say what you need to change because you use non-default theme can you paste the url to your store? I will check it regards 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