Jump to content

Prestashop 1.7.1 (delete items from shopping cart)


kornwaikas

Recommended Posts

Solved


 


Go to


themes/MY THEME/templates/checkout/_partials/cart-detailed-product-line.tpl


quit (-) line


add(+) line



<!-- product left body: description -->
<div class="product-line-grid-body col-md-4 col-xs-8">
<div class="product-line-info">
- <a class="label" href="{$product.url}">{$product.name}</a>
+ <a class="label" href="{$product.url}" data-id_customization="{$product.id_customization|intval}">{$product.name}</a>
</div>

<div class="product-line-info">

Link to comment
Share on other sites

  • 6 months later...
  • 6 months later...

He probado esta solución y en la version 1.7.2.1 no funciona. Me podeis ayudar ? 

A mi me ocurre lo mismo con la version 1.7.2.1 cuando eliminamos un producto del carrito, el carrito no se actualiza automáticamente, por lo tanto, el elemento eliminado permanece visible hasta que actualicemos la página manualmente.
Con la plantilla predeterminada Classic, el producto se elimina en este momento.

Muchas gracias por el apoyo.

Prestashop versión 1.7.2.1

plantilla lava0161

Link to comment
Share on other sites

We have a problem with the template. When we delete a product from the cart, the cart doesn´t refresh automatically, therefore the deleted item remain visible till we refresh the page manually.
With the default template Classic the product is removed at the moment.

Thank you very much for the support.

Prestashop version 1.7.2.1

lava0161 template

Link to comment
Share on other sites

On 25/4/2018 at 2:05 PM, MHD FAUZI said:

We have a problem with the template. When we delete a product from the cart, the cart doesn´t refresh automatically, therefore the deleted item remain visible till we refresh the page manually.
With the default template Classic the product is removed at the moment.

Thank you very much for the support.

Prestashop version 1.7.2.1

lava0161 template

 

I have the same problem. Have you found a solution?

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...