Jluis Posted March 28, 2018 Share Posted March 28, 2018 Hola para ver los detalles del paquete de productos, modifiqué el archivo shopping-cart-product-line.tpl de la siguiente manera, pero no ocurre nada. ¿Qué preocuparse será mi código <td class="cart_description"> {capture name=sep} : {/capture} {capture}{l s=' : '}{/capture} <p class="product-name"><a href="{$link->getProductLink($product.id_product, $product.link_rewrite, $product.category, null, null, $product.id_shop, $product.id_product_attribute, false, false, true)|escape:'html':'UTF-8'}">{$product.name|escape:'html':'UTF-8'}</a></p> {if $product.reference}<small class="cart_ref">{l s='SKU'}{$smarty.capture.default}{$product.reference|escape:'html':'UTF-8'}</small>{/if} {if isset($product.attributes) && $product.attributes}<small><a href="{$link->getProductLink($product.id_product, $product.link_rewrite, $product.category, null, null, $product.id_shop, $product.id_product_attribute, false, false, true)|escape:'html':'UTF-8'}">{$product.attributes|@replace: $smarty.capture.sep:$smarty.capture.default|escape:'html':'UTF-8'}</a></small>{/if} {if packItems|@count > 0} {foreach from=$packItems item=packItem} <div> <p>{$packItem.description_short}</p> </div> {/foreach} {/if} </td> 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