add cart test

This commit is contained in:
Kerim 2023-06-21 02:51:15 +05:00
parent 15bb05694f
commit 0100dc7dbd
1 changed files with 1 additions and 1 deletions

View File

@ -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;