Top "Cart" questions

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

Creating a Shopping Cart using only HTML/JavaScript

I'm not sure what to do in order to complete this project. I need to create a shopping cart that …

javascript html arrays html-table cart
Magento - How to get cart items total in header.phtml

I am using Magento eCommerce and I have modified my header.phtml via the Blank template. Code, this is my …

php magento xhtml cart
How to clear a Woocommerce cart

I am wondering how you can clear the contents of your cart on page load using woocommerce. I came accross …

e-commerce woocommerce cart
Fatal error: Call to undefined function money_format()

Every time I try to run this code there is a message saying: Fatal error: Call to undefined function money_…

php cart shopping
Adding Woocommerce Add to Cart Button to related products and product listing

I'm having some difficulty in adding additional stuffs to WooCommerce as I'm still new to it. I'm trying to add …

wordpress cart woocommerce
How to retrieve cart_item_data with WooCommerce?

During the add_to_cart function, there is a filter to add "cart item data". The filter is woocommerce_add_…

php wordpress woocommerce cart
How to remove Shipping from Woocommerce cart?

I have one question. I need remove shipping and shipping calculate from cart. Its possible delete with hooks? I am …

wordpress woocommerce hook cart
Get in WooCommerce cart the product ID of a cart item

$cart_item = $woocommerce->cart->get_cart(); I have the above code. if I run print_r on cart_…

php wordpress woocommerce cart product
Get the number of items in cart in wordpress using woocommerce

i'm actually developping a website. But i'm facing an issue. I need to display the number of item that are …

php wordpress woocommerce cart display