Jump to content

Featured Product Images Not Correct?


Recommended Posts

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

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

  • 2 weeks later...

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