Jump to content

No encuentro como editar blockcart.tpl


Recommended Posts

¿Que es lo que necesitas cambiar en el archivo: /themes/default/modules/blockcart/blockcart.tpl ?

 

Intento que no aparezcan los gastos de envio en la cesta de la compra, y en todas los foros que leo todo el mundo modifica  el blockcart.tpl y no se donde se encuentra para poder modificarlo.

Link to comment
Share on other sites

Hola,
 
Si te refieres al carrito que tu has movido al lateral derecho o izquierda de tu tienda, mira lo que dice el usuario: Carolina Custom Designs

 


Here is what you need to do:
 
in modules > blockcart > blockcart.tpl comment out the following lines
<span>{l s='Shipping' mod='blockcart'}</span>
<span id="cart_block_shipping_cost" class="price ajax_cart_shipping_cost">{$shipping_cost}</span>
<br/>
Next you will need to edit the following line (same file)
<span id="cart_block_total" class="price ajax_block_cart_total">{$total}</span>
Change this to
<span id="cart_block_total" class="price ajax_block_cart_total">{$product.total}</span>
That should solve your problem.
 
Marty Shue
 
de aplicar sobre el fichero:
 
/themes/su-plantilla/modules/blockcart/blockcart.tpl

Si te refieres al bloque de información personal tienes que toquetear otro fichero.

 

 

¿O simplemente te refieres a la configuración de los transportista, donde tienes varias guías como estas: http://www.prestashop.com/forums/topic/222247-guia-para-parametrizar-los-transportes-y-los-impuestos/http://victor-rodenas.com/2013/07/31/guia-configurar-gastos-de-envio-en-prestashop-1-5/ ? 

 

¿O hablas del resumen del carito?

Link to comment
Share on other sites

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