Jump to content
  • 0

Generowani zdjęć


john54

Question

1 answer to this question

Recommended Posts

  • 0

dodanie nowego (nie edycji istniejącego) rozmiaru zdjęcia w panelu nie spowoduje, że automatycznie pojawią Ci się te zdjęcia na stronie produktu.
Podejrzewam, że one Ci się generują, ale byś je widział, to musisz dodatkowo w templatce z produktem wpisać nazwę dla nowych zdjęć. Czyli wyedytować linijkę np tutaj:

<img src="{$img_prod_dir}{$lang_iso}-nowa-nazwa-zdjecia.jpg" id="bigpic" alt="" title="{$product->name|escape:'htmlall':'UTF-8'}" />

lub tutaj:

<img src="{$link->getImageLink($product->link_rewrite, $cover.id_image, 'nowa-nazwa-zdjecia')}"{if $jqZoomEnabled} class="jqzoom"{/if} title="{$product->name|escape:'htmlall':'UTF-8'}" alt="{$product->name|escape:'htmlall':'UTF-8'}" id="bigpic" />
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...