Jump to content

Edit History

Peter Liska

Peter Liska

19 minutes ago, Michi001 said:

Then i try to edit the _partials/miniature/product-listgrid.tpl file the same way Peter Liska show us in this topic.

This is true. (but NOT for latest actualized theme versions)

You have to edit this. I forgot to mention it.

 

But this file does not  longer exist in latest Github repository. There is only this (productlist.tpl):

https://github.com/PrestaShop/PrestaShop/blob/develop/themes/classic/templates/catalog/_partials/productlist.tpl

Containing only this:

<div class="products{if !empty($cssClass)} {$cssClass}{/if}" itemscope itemtype="http://schema.org/ItemList">
    {foreach from=$products item="product" key="position"}
        {include file="catalog/_partials/miniatures/product.tpl" product=$product position=$position}
    {/foreach}
</div>

... include file="catalog/_partials/miniatures/product.tpl ...

Peter Liska

Peter Liska

8 minutes ago, Michi001 said:

Then i try to edit the _partials/miniature/product-listgrid.tpl file the same way Peter Liska show us in this topic.

This is true. (but NOT for latest actualized theme versions)

You have to edit this. I forgot to mention it.

 

But this file does not  longer exist in latest Github repository. There is only this (productlist.tpl):

https://github.com/PrestaShop/PrestaShop/blob/develop/themes/classic/templates/catalog/_partials/productlist.tpl

Containing only this:

<div class="products{if !empty($cssClass)} {$cssClass}{/if}" itemscope itemtype="http://schema.org/ItemList">
    {foreach from=$products item="product" key="position"}
        {include file="catalog/_partials/miniatures/product.tpl" product=$product position=$position}
    {/foreach}
</div>

{include file="catalog/_partials/miniatures/product.tpl

×
×
  • Create New...