jquery-smartcart
jquery-smartcart copied to clipboard
The smart interactive jQuery Shopping Cart plugin with PayPal payment support
How can I add a product manually?
thank you so much because of your great job. I changed `jquery.smartCart.js` file ` this.cart_element.addClass('modal fade panel panel-default sc-cart sc-theme-' + this.options.theme); ` and in index page I call it...
Is there a possibility to store the result of the purchase in a database like mysqli? If yes, how?
I tried many things, including the below combinations $('#smartcart').smartCart({ locales: 'en-IN', currencyOptions: { style: 'currency', currency: 'INR', currencyDisplay: '₹' } }); and $('#smartcart').smartCart({ locales: 'en-IN', currencyOptions: { style: 'currencyDisplay', currency:...
It works fine and thanks but I want to know how can I modify and be able to get the cart details on my database. I am not using PHP...
Hi; Is it possible to show selected options in cart like this? Product 1 Quantity 2 Red
Hi there, How can i limit max qty for each product in cart?
Fix bug error when updating the quantity or remove an item from the cart
Got this error when updating the quantity or remove an item from the cart. Any idea how to solve this?
I have set `highlightEffect: false` but it is still highlighting in green, how do I stop that?