Jump to content

[SOLUCIONADO] Quitar "añadir al carrito" en categorias


ka3r

Recommended Posts

Hola,

 

Necesito quitar el botón "añadir al carrito " en el apartado categorías ya que si le doy a añadir al carrito lo añade sin tener en cuenta la combinaciones y cosas así.

 

He tenido en cuenta lo que dice en esta web:

http://victor-rodena...prestashop-1-5/

 

Mi web es www.nearsport.com

 

y sigue sin funcionarme.

 

Gracias

Edited by ka3r (see edit history)
Link to comment
Share on other sites

En el fichero:

 

themes/theme475/product-list.tpl
Busca esto:

<a class="ajax_add_to_cart_button exclusive" rel="ajax_id_product_{$product.id_product|intval}" href="{$link->getPageLink('cart',false, NULL, "add&id_product={$product.id_product|intval}&token={$static_token}", true)}" title="{l s='Add to cart'}"><span></span>{l s='Add to cart'}</a>
y dejalo asi:

 

{* <a class="ajax_add_to_cart_button exclusive" rel="ajax_id_product_{$product.id_product|intval}" href="{$link->getPageLink('cart',false, NULL, "add&id_product={$product.id_product|intval}&token={$static_token}", true)}" title="{l s='Add to cart'}"><span></span>{l s='Add to cart'}</a>
*}
Busca tambien esto:

 

<a class="ajax_add_to_cart_button exclusive" rel="ajax_id_product_{$product.id_product|intval}" href="{$link->getPageLink('cart',false, NULL, "add&id_product={$product.id_product|intval}", true)} title="{l s='Add to cart'}"><span></span>{l s='Add to cart'}</a>
Y dejalo asi:

 

{*  <a class="ajax_add_to_cart_button exclusive" rel="ajax_id_product_{$product.id_product|intval}" href="{$link->getPageLink('cart',false, NULL, "add&id_product={$product.id_product|intval}", true)} title="{l s='Add to cart'}"><span></span>{l s='Add to cart'}</a>
*}
Link to comment
Share on other sites

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