Jump to content

Déclinaison sur les categories


Recommended Posts

Bonjour

je veux afficher les déclinaisons des produits sous tous les prix dans les categorie

donc, j'ai été dans le fichier product.tpl et j'ai vue cette ligne

Quote

        {block name='product_variants'}
          {if $product.main_variants}
            {include file='catalog/_partials/variant-links.tpl' variants=$product.main_variants}
          {/if}
        {/block}

que je remplace par cela

        {block name='product_variants'}
          {if $product.main_variants}
            {include file='catalog/_partials/product-variant.tpl' variants=$product.main_variants}
          {/if}
        {/block}

mais, cela ne donne aucun affichage

j'ai aussi essayer de mettre 

                  {block name='product_buy'}
                    <div id="quickview-product-addToCart" class="product-actions"></div>
                  {/block}

je voie avec un 

{$product.attributes|print_r}

mais, je n'ai que une valeurs parmi tous les choix que je propose au client

                  {block name='product_buy'}
                    <div id="quickview-product-addToCart" class="product-actions"></div>
                  {/block}

idem, aucun affichage

comment, je peux faire?

et merci a ceux qui pourrons me répondre

 

 

 

 

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...