Top "Cart" questions

A web cart or online shopping cart is a web app used to shop online.

How to remove the single cart item using codeigniter cart class?

I am using codeigniter cart class for my shopping cart project. I have number of items on the cart. Now …

php codeigniter codeigniter-2 shopping-cart cart
Set WooCommerce cart expiration

I would like to erase the cart content when the woocommerce session expires. I can see there's a variable setting …

php wordpress session woocommerce cart
Change the cart item quantity for specific products in woocommerce

Can I change WooCommerce quantity in some specific product? I have tried: global $woocommerce; $items = $woocommerce->cart->get_…

php wordpress woocommerce cart product-quantity
GET a coupon code via URL and apply it in WooCommerce Checkout page

I have a WooCommerce website and when customer add-to-cart a product, it is get redirected to checkout page, so cart …

php wordpress woocommerce cart coupon
Magento - Dynamically change discount cost in cart

In my magento store how can i go about changing the discount total in my shopping cart dynamically? I'm able …

magento cart discount
Accessing shipping cost in Magento's cart and/or checkout

Please note, this question is regarding the shipping cost, not price. There is an important difference, i.e. what $$ charge …

php magento cart shipping
Decision tree using continuous variable

I have a question about Decision tree using continuous variable I heard that when output variable is continuous and input …

r machine-learning cart decision-tree rpart
Adding Cart items Ruby on Rails

I am developing a very basic shopping cart and the issue I am having is that if I add more …

ruby-on-rails ruby-on-rails-3 checkout cart
c# shopping cart

I've been looking at this code to create a basic shopping cart, but the drawback is that it uses a …

c# cart shopping
Woocommerce add to cart ajax and mini-cart

I need to re-populate mini-cart when product added via ajax add to cart. I manage to update cart quantity with …

php ajax wordpress woocommerce cart