1061679_1508430704 Posted October 14, 2019 Share Posted October 14, 2019 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 More sharing options...
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 accountSign in
Already have an account? Sign in here.
Sign In Now