Jump to content

Prestashop 1.7 how to move attributes and number of pcs from product detail to product list?


Ctibor

Recommended Posts

In the product detail in the product.tpl file in the catalog/_partials/ miniatures/ folder there is a block:
{block name='product_variants'}
             {if $product.main_variants}
               {include file='catalog/_partials/variant-links.tpl' variants=$product.main_variants}
             {/if}
           {/block}
I thought if I moved it to the product.tpl file in the catalog folder it would work. But it doesn't work. Could someone advise me?

attrib.png

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...