@roband7 said in index 404 error after ps 1.6.1.1 migration:
CUSTOMCODE
very nice, but how must be save for example - my english ist not the best to read at the forum, the documentation etc :(
```
{if $pagename=='product'}
{else}
{/if}
{if $pagename == "product"}
{else}
{/if}
```
after saving :(
the tb-team make a great job, thats very excelent ;) :D
modul productscategory i have a suggestion:
in example i think isnt seo-like
i mean that its better or?
example modul productscategory -> productscategory -> truncate over 18
<h5 itemprop="name" class="product-name">
<a href="{$link->getProductLink($categoryProduct.id_product, $categoryProduct.link_rewrite, $categoryProduct.category, $categoryProduct.ean13)|escape:'html':'UTF-8'}" title="{$categoryProduct.name|htmlspecialchars}">{$categoryProduct.name|truncate:30:'...'|escape:'html':'UTF-8'}</a>
</h5>