Jump to content

Use on product page the heading category image.


JacoboPS

Recommended Posts

I would like the product page (that shows the default-product image under breadcrumbs) to display the same image as its category (category_default image). I think I need to make some code changes (on the product pages?) in order to do that. Can you give me a hand? Which files do I need to modify?

 

[Prestashop 1.7.0.6]

Edited by JacoboPS (see edit history)
Link to comment
Share on other sites

I would like the product page (that shows the default-product image under breadcrumbs) to display the same image as its category (category_default image). I think I need to make some code changes (on the product pages?) in order to do that. Can you give me a hand? Which files do I need to modify?

In Prestashop 1.6

 

File template Product is:

/themes/your-template/product.tpl
Do you want to display the image of the default category associated with that product or do you want to display all images of the categories associated with that product?

 

Sorry for my English  :ph34r:

Link to comment
Share on other sites

Sorry that I forgot to say that I use the PS 1.7.0.6

Check File:

/themes/classic/templates/catalog/product.tpl
This use variable:

$category
This check "options" With var_dump

{$category|var_dump}
Sorry for my English,
Link to comment
Share on other sites

Te perdono tu english (tu crees que me echarán del foro si cambio de idioma?) si me lo explicas un poco mejor: entiendo que debo meter este código "{$category|var_dump}" pero no tengo ninguna mención a "$category en el fichero  "product.tpl" (sí, estoy un poco pez) :o .

Link to comment
Share on other sites

  • 1 year later...

I see the post have a few time, but i will reply anyway..

i've tryed this and it works..

<img src="{$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category_default')|escape:'html':'UTF-8'}"/>

hope this work for anybody also..

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