Jump to content

Modificar formato add product in cart


peponsiu

Recommended Posts

Hola,

Me gustaría cambiar el formato de cuando añado un producto a mi carro, ya que he modificado el blockcart.tpl para que me muestre el producto en 2 lineas.

El problema es que cuando añado un nuevo producto, este se pone toda la información en 1 linea.

 

Gracias por adelantado !

 

Adjunto imagen para que se pueda entender mas fácilmente el problema.

 

Lo unico que he modificado de blockcart.tpl es esto:

<a class="cart_block_product_name" href="{$link->getProductLink($product.id_product, $product.link_rewrite, $product.category)}" title="{$product.name|escape:html:'UTF-8'}">{t text=$product.name length='50' encode='true'}</a>
<br>
<span class="quantity-formated"><span class="quantity">{$product.cart_quantity}</span>x</span>
<span class="remove_link">{if !isset($customizedDatas.$productId.$productAttributeId)}<a rel="nofollow" class="ajax_cart_block_remove_link" href="{$link->getPageLink('cart.php')}?delete&id_product={$product.id_product}&ipa={$product.id_product_attribute}&token={$static_token}" title="{l s='remove this product from my cart' mod='blockcart'}"> </a>{/if}</span>
<span class="price">{if $priceDisplay == $smarty.const.PS_TAX_EXC}{displayWtPrice p="`$product.total`"}{else}{displayWtPrice p="`$product.total_wt`"}{/if}</span>

post-390699-0-11573100-1355664197_thumb.png

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...