add cart test
This commit is contained in:
parent
15bb05694f
commit
0100dc7dbd
|
|
@ -86,7 +86,7 @@ function onStart(){
|
|||
$('#loader_add').hide();
|
||||
function addToCartq(prodId, qty) {
|
||||
|
||||
$(document).ready(function (){
|
||||
$(function (){
|
||||
var product = {};
|
||||
product.product_id = prodId;
|
||||
product.quantity = qty;
|
||||
|
|
|
|||
Loading…
Reference in New Issue