Jump to content

shopping-cart-product-line.tpl


Bru

Recommended Posts

Just small warning,

 

(ver. 1.4.6.2)

in shopping-cart-product-line.tpl

there is a line

 

<div id="cart_quantity_button" style="float:left;">

 

because this template can be called many times

from shopping-cart.tpl there will many <div>

with same id="cart_quantity_button" on html page.

Html page should contain only unique id

 

 

:mellow:

Bru

Link to comment
Share on other sites

  • 7 months later...

Hi,

 

Juste add <div id="cart_quantity_button_{$product.id_product}" style="float:left;"> so your id will be unique.

 

I have jus one question too, i want to modify product quantity in an input but it's not possible.

I'm on prestashop 1.4

 

Thnaks in advance

Link to comment
Share on other sites

  • 2 weeks later...

Just small warning,

 

(ver. 1.4.6.2)

in shopping-cart-product-line.tpl

there is a line

 

<div id="cart_quantity_button" style="float:left;">

 

because this template can be called many times

from shopping-cart.tpl there will many <div>

with same id="cart_quantity_button" on html page.

Html page should contain only unique id

 

 

:mellow:

Bru

 

In my shop I change

<div id="cart_quantity_button" style="float:left;">

to

<div class="cart_quantity_button" style="float:left;">

till this time it works

:rolleyes:

Bru

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...