[shopping cart] show items, editable qty and show amount for that item

This commit is contained in:
Anand Doshi
2013-06-19 17:19:20 +05:30
parent 3dceb8438e
commit c2a352711f
14 changed files with 232 additions and 61 deletions

View File

@@ -193,7 +193,8 @@ $.extend(wn.cart, {
method: "website.helpers.cart.update_cart",
args: {
item_code: opts.item_code,
qty: opts.qty
qty: opts.qty,
with_doclist: opts.with_doclist
},
btn: opts.btn,
callback: function(r) {