Jump to content

Problema con pacchetti


marco_78

Recommended Posts

Utilizzi dei temi particolari?

Cmq il problema penso sia lato tpl. 

 

{if isset($packItems) && $packItems|@count > 0}
<section id="blockpack">
<h3 class="page-product-heading">{l s='Pack content'}</h3>
{include file="$tpl_dir./product-list.tpl" products=$packItems}
</section>
{/if}

Link to comment
Share on other sites

Il problema sembra essere dovuto al tema.

Da quel che ho visto bisognerebbe modificare questo:

{if isset($packItems) && $packItems|@count > 0}
<section id="blockpack">
<h3 class="page-product-heading">{l s='Pack content'}</h3>
{include file="$tpl_dir./product-list.tpl" products=$packItems}
</section>
{/if}

Non ne sono sicuro. Si accettano soluzioni

  • Like 1
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...