Questions tagged [cart]

Question related to the shopping cart: adding/removing products, shoping cart price rules, the appearance of the shopping cart page.

This tag should be used to mark questions related to the Magento shopping cart, adding/removing products, shopping cart price rules, the appearance of the shopping cart.

Related tags:

2222 questions
6
votes
7 answers

Shopping cart shows as empty upon clicking "add to cart"

We are using magento 1.7 I believe, when you are on our website on mozilla or IE on some pcs (not all) and you navigate to a product and click "add to cart" on the product page, you are redirected to "your cart is empty" page - in chrome it works…
Madvillain
  • 123
  • 1
  • 1
  • 10
5
votes
2 answers

ItemID is not available at checkout_cart_product_add_after

I am basically trying to implement the scenario where certain special products can only be brought once in customer's lifetime. So need to make sure that if they are added again after being purchased in past, they are swapped with another regular…
Ashfame
  • 451
  • 5
  • 16
4
votes
3 answers

AJAX Add To Cart

Wondering what modules are out there for an AJAX add to cart / my cart feature. From a quick google search, I'm not in love with the UI of most of the extensions that I'm finding. The UI / functionality that I'm interested actually seems super…
kalenjordan
  • 3,545
  • 4
  • 28
  • 59
3
votes
1 answer

Add gift card to cart

How can I programatically add Gift Card with message to cart ? I was able to add configurable and simple products; but not gif cards. Thanks!
iqbalmp
  • 193
  • 7
3
votes
1 answer

How to enable persistent cart for GUEST users?

After enabling persistent cart in the Admin the cart stays active for logged in users only it appears. I want to keep the cart active for all users, including those who don't log in but come back to the site at a later date. Is there a way to enable…
Michael
  • 59
  • 5
3
votes
2 answers

How to remove or reduce cart item qty via AJAX

I have to add two button minus and plus in list product page like this site: https://www.goodeggs.com/sfbay/produce . Each time an user click on minus button, the number of this product in cart will be change. I can't find any solution to do this.…
HungDQ
  • 802
  • 10
  • 31
2
votes
1 answer

Changing the Continue Shopping Button URL in Magento

How do I change where the continue shopping button is redirecting my customers to?
Christina Rule
  • 946
  • 3
  • 15
  • 29
2
votes
1 answer

Why there's no checkbox of the terms and conditions in the checkout?

I'm a newbie of magento :) I wanted to ask , as ever , despite having flagged in magento admin checkbox that enables conditions and terms and , why in the frontend , in the checkout at the end of the purchase process , there's no checkbox terms and…
trent
  • 23
  • 2
2
votes
1 answer

Why magento shows cart when a product is added to cart

It is just crazy that magento shows the cart when a product is added to the cart. I didn't do anything it just started acting like this by itself. weird. How do I unset this? I don't want the items in the cart to be displayed when i add a product…
2
votes
1 answer

Cart in private browsing mode

Is there a solution to get the cart works for users browse in private mode? From what I understood the cart works just if cookies are enabled. Thank you for any help.
2
votes
3 answers

We can't add this item to your shopping cart right now on detail page

If someone want to add a product to the cart from the list view it works fine. But from a product detail page the Error appears: We can't add this item to your shopping cart right now.
user50000
  • 31
  • 1
  • 1
  • 2
2
votes
2 answers

how to refresh the page when a product is added

How do i refresh a page when someone clicks the add to cart button my current add to cart code is getProduct(); ?> __('Add to Cart'); ?> isSaleable()): ?>
Michael1278
  • 21
  • 1
  • 3
1
vote
1 answer

How to delete particular item form cart pop up

I just want to remove a single item from the Cart pop up.Here is my code to display the product image, name, Quantity, price and Remove icon in cart pop up.
Ramya
  • 1,088
  • 2
  • 19
  • 48
1
vote
1 answer

how to display dropdown on cart page based on category?

This is my cart page Here i have added 3 dropdown list which is static and i want to show first 2 dropdown based on category "rings" any solution?
Donika
  • 547
  • 8
  • 19
1
vote
1 answer

How to add data in item cart page

I want to add data in cart How can i do this without change core files
Newbie
  • 1,614
  • 6
  • 29
  • 47
1
2 3 4