maca_eglarest Posted October 28, 2013 Share Posted October 28, 2013 This is a part of the product.tpl of my theme. {if isset($packItems) && $packItems|@count > 0} <div id="blockpack" class="block"> <h2>{l s='Pack content'}</h2> <ul id="pack_items"> {foreach from=$packItems item=packitem name=$packitemlist} <li class="clearfix"> <a href="{$packitemLink|escape:'htmlall':'UTF-8'}" title="{$packitem.legend|escape:'htmlall':'UTF-8'}" class="product_image"><img src="{$link->getImageLink($packitem.link_rewrite, $packitem.id_image, 'small')}" alt="{$packitem.legend|escape:'htmlall':'UTF-8'}" /> <div> <h3><a href="{$packitemLink|escape:'htmlall':'UTF-8'}">{$packitem.name|truncate:34:'...':true|escape:'htmlall':'UTF-8'}</a></h3> <p class="product_accessories_price"> {if $packitem.show_price AND !isset($restricted_country_mode) AND !$PS_CATALOG_MODE}<span class="price_pack">{if $priceDisplay != 1}{displayWtPrice p=$packitem.price}{else}{displayWtPrice p=$packitem.price_tax_exc}{/if}</span> {if isset($packitem.reduction) && $packitem.reduction} <span class="old_price_pack">{convertPrice price=$packitem.price_without_reduction}</span> {/if} {/if} </p></div> </li>{/foreach} </ul> </div> {/if} The links (of words and images) from the pack don't works. What could I change so it works? Thanks a lot. Link to comment Share on other sites More sharing options...
maca_eglarest Posted October 30, 2013 Author Share Posted October 30, 2013 Nobody? 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