Jump to content

Mostrar categoría especifica de producto en plantilla


1061679_1508430704

Recommended Posts

Estimados

Alguien sabe como mostrar una categoría específica(tal vez usando el id) de producto en plantilla de prestashop?

Encontré  este script pero se muestran todas... necesito mostrar una en específico:

{foreach from=Product::getProductCategoriesFull($product->id) item=cat}
    {$cat.name}{if $i < $len - 1}, {/if}
    {$i = $i + 1}
{/foreach}


muchas gracias

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