madnessr Posted April 8, 2016 Share Posted April 8, 2016 Witam, chciałbym, by na stronie produktu pojawiały się zdjęcia w pełnym rozmiarze (przygotowuje je odpowiednio na dysku). Niestety Prestashop ciągle wrzuca mi na stronie produktu pomniejszone przez siebie wersje zdjęć. <a class="jqzoom" title="{if !empty($cover.legend)}{$cover.legend|escape:'html':'UTF-8'}{else}{$product->name|escape:'html':'UTF-8'}{/if}" rel="gal1" href="{$link->getImageLink($product->link_rewrite, $cover.id_image, 'thickbox_default')|escape:'html':'UTF-8'}"> <img itemprop="image" src="{$link->getImageLink($product->link_rewrite, $cover.id_image, 'thickbox_default')|escape:'html':'UTF-8'}" title="{if !empty($cover.legend)}{$cover.legend|escape:'html':'UTF-8'}{else}{$product->name|escape:'html':'UTF-8'}{/if}" alt="{if !empty($cover.legend)}{$cover.legend|escape:'html':'UTF-8'}{else}{$product->name|escape:'html':'UTF-8'}{/if}"/> </a> Domyślam się, że muszę zamienić fragment - thickbox_default. Tylko na jaką komendę??? Link to comment Share on other sites More sharing options...
tuk66 Posted April 8, 2016 Share Posted April 8, 2016 Każdy oryginalny obraz może mieć różne wymiary. Chciałbym utworzyć nowy format obrazu i użyć jej nazwę zamiast thickbox_default. Every original image can have different dimensions. I would create a new image format and use its name instead of thickbox_default. Link to comment Share on other sites More sharing options...
madnessr Posted April 8, 2016 Author Share Posted April 8, 2016 Udało mi się to rozgryźć. Wystarczy wpisać w szablonie: $link->getImageLink($product->link_rewrite, $imageIds) I mamy link bezpośrednio do oryginalnego zdjęcia. 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