How to setup DataBatables to work like shopcart ?
How to setup DataBatables to work like shopcart ?
Hi,
I am newbie working DataTables. I want to setup datatables to work like a shopcart. The user/seller select lines, set price and quantity, the footer is updated with total e the order is send to server...
I start to try merging DataTables with 'SimpleCart' js library..
Where can I get help?
I am newbie working DataTables. I want to setup datatables to work like a shopcart. The user/seller select lines, set price and quantity, the footer is updated with total e the order is send to server...
I start to try merging DataTables with 'SimpleCart' js library..
Where can I get help?
This discussion has been closed.
Replies
http://www.carreteiroalimentos.com.br/pedidos/images/shopcart.JPG
I changed a little strategy.
I'll use two DataTables ..
The first table is a list of products.
The second table is the purchase order.
I need to know how to add a button / image in the last column that adds the line in the second table.
See my setup at:
http://jsfiddle.net/XZr2d/49/