Danthee Posted July 5, 2016 Share Posted July 5, 2016 Witam ponownie, Chciałem usunąć obrazki podkategorii i po edycji kodu troszkę mi się rozjechało wszystko i nie wiem jak to cofnąć. 2 obrazek - tak było. 1 obrazek - tak jest. Link to comment Share on other sites More sharing options...
0 Danthee Posted July 5, 2016 Author Share Posted July 5, 2016 Na górze tak jest, na dole tak było. <!-- Subcategories --> <div id="subcategories"> <p class="subcategory-heading">{l s='Subcategories'}</p> <ul class="clearfix"> {foreach from=$subcategories item=subcategory} <li> <div class="subcategory-image"> <a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'html':'UTF-8'}" title="{$subcategory.name|escape:'html':'UTF-8'}" class="img"> {if $subcategory.id_image} <img class="replace-2x" src="{$link->getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'medium_default')|escape:'html':'UTF-8'}" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {else} <img class="replace-2x" src="{$img_cat_dir}{$lang_iso}-default-medium_default.jpg" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {/if} </a> </div> {if $subcategory.id_image} <img class="replace-2x" src="{$link->getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'tm_medium_default')|escape:'html':'UTF-8'}" alt="{$subcategory.name|escape:'html':'UTF-8'}" /> {else} <img class="replace-2x" src="{$img_cat_dir}default-medium_default.jpg" alt="{$subcategory.name|escape:'html':'UTF-8'}" /> {/if} </a> </div> Link to comment Share on other sites More sharing options...
0 vekia Posted July 9, 2016 Share Posted July 9, 2016 z uwagi na fakt że to niestandardowy szablon, albo szablon po zmianach css - sprawa wymaga weryfikacji bezpośrednio w sklepie podaj zatem link o ile to możliwe Link to comment Share on other sites More sharing options...
Question
Danthee
Witam ponownie,
Chciałem usunąć obrazki podkategorii i po edycji kodu troszkę mi się rozjechało wszystko i nie wiem jak to cofnąć.
2 obrazek - tak było.
1 obrazek - tak jest.
Link to comment
Share on other sites
2 answers to this question
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