cruzer076 Posted November 29, 2011 Share Posted November 29, 2011 Hey guys, I have Theme190, and everything has been good, except when I add new products, on the front page it is loading an incorrect image..but if you click the product, it is the correct image on the product page. Where do I change this? example: http://server.itvideopros.com/~fishin/ Just click on any featured item and see. The images that are shown on the featured section are stock images I am assuming that came with the theme, I don't know where to manage them or delete them or how its associating with the product images... Any advice where to look? Thanks Link to comment Share on other sites More sharing options...
setupmyemail Posted December 2, 2011 Share Posted December 2, 2011 I have the exact issue! Anyone else manage to fix this? It appears to be going to a image located here: http://therimblowbuddy.co.cc/img/p/8/8-home_featured.jpg Why isn't it pulling the real image of the product? I know its pulling an image from the theme like the original poster above. Help desperately needed! Link to comment Share on other sites More sharing options...
setupmyemail Posted December 2, 2011 Share Posted December 2, 2011 I figured it out. It appears that the module is actually being configured here: /themes/theme191/modules/homefeatured/homefeatured.tpl On line 9 it has: #a class="product_image" ##ref="{$product.link}" title="{$product.name|escape:html:'UTF-8'}">#mg src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'home_featured')}" alt="{$product.name|escape:html:'UTF-8'}" /># You can either change the $product.id_image, 'home_featured' TO $product.id_image, 'home' so it picks up the real image rather than the themes image!! I hope this helps. I just replaced the whole homefeatured.tpl at ../themes/theme191/modules/homefeatured/ with the one located on /modules/homefeatured on the root. I hope that makes sense. Also, the specials and other modules will probably need the same fix. Link to comment Share on other sites More sharing options...
cruzer076 Posted December 14, 2011 Author Share Posted December 14, 2011 Dude.... you so totally rock! Replacing it with the file in /modules/homefeatured fixed it! Thank you so much! 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