Jump to content
  • 0

Produkty powiązane w oknie modalnym "add to cart"


Michał S.

Question

Witam, 

potrzebuję pomocy w poniższym case'ie:

Chciałbym wyświetlać produkty powiązane w oknie modalnym, które wyświetla się po dodaniu produktu do koszyka. 

Przekleiłem poniższą  sekcję z pliku product.tpl to pliku modal.tpl, niestety bez rezultatów. Co pominąłem? 

{block name='product_accessories'}
      {if $accessories}
        <section class="product-accessories clearfix mb-3">
          <p class="product-accessories-title h1 mb-2">{l s='You might also like' d='Shop.CreathemeCatalog'}</p>
          <div class="products align-items-center row">
            {foreach from=$accessories item=product_accessory}
              {block name='product_miniature'}
                {include file='catalog/_partials/miniatures/product.tpl' product=$product_accessory}
              {/block}
            {/foreach}
          </div>
        </section>
      {/if}
    {/block}

 

Link to comment
Share on other sites

1 answer 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...