Questions tagged [shopping-cart]

E-commerce websites can benefit from utilizing shopping cart systems to streamline the online shopping experience for customers.

"Triggering the jQuery mouseout event following a resize of an element

I'm currently trying to develop a dynamic shopping cart widget. The concept is to have a box that displays the number of items in your cart, and when you click on it, it expands to show a detailed view of the cart contents. I've successfully managed to ma ...

Is there a way for me to send the items in my shopping cart via email to the website administrator for review

Due to the nature of our products, we are unable to have a traditional shopping cart checkout. Instead, we require the checkout button to email the entire cart back to the web moderator for approval. Currently, the system retrieves products from the data ...

Looking for a way to manipulate the items in my cart by adding, removing, increasing quantity, and adjusting prices accordingly. Created by Telmo

I am currently working on enhancing telmo sampiao's shopping cart series code by adding functionality for removing items and implementing increment/decrement buttons, all while incorporating local storage to store the data. function displayCart(){ ...

Updating the basket/custom attribute on the cart page of WooCommerce with Product Add-ons

I have been experimenting with updating a custom field on the basket/cart page for each product using WooCommerce Product Add-ons. While I did manage to get a method working as a test, it's not an ideal solution and seems to be quite messy code. Strangely ...

Shopping cart with Redux implemented in React.js

Why do I encounter an issue where clicking "Add to cart" only registers a single change even after multiple clicks, and the item doesn't get added to the cart? How can this be resolved? The desired functionality is for the 'cart' array to store the value w ...

Displaying Magento's Shopping Cart Price Rules Directly on Product Pages

Currently seeking a solution to implement 'Shopping Cart Price Rules' on the product page itself, before adding the item to the cart. The reason for not opting for 'Catalog Price Rules' is due to its limitations in functionality. Specif ...

Develop a responsive shopping cart using PHP and JavaScript

I am in the process of developing an ePos system that allows users to add items to their basket by simply clicking on them, and then calculates the total price without needing to refresh the entire page. I initially attempted to use $_SESSION and store th ...