Skip to main content

Questions tagged [shopping-cart]

Shopping cart systems for e-businesses such as online shops.

shopping-cart
872 questions with no upvoted or accepted answers
23 votes
1 answer
2k views

Why do the customer's shipping options not match the database or module settings in Zen Cart 1.5?

A client has a custom shipping module in Zen Cart 1.5. Yesterday I adapted the module to be zone-aware (they wanted the original module to apply to the USA, and a copy to be tweaked for non-USA orders)...
pjmorse's user avatar
  • 9,284
9 votes
1 answer
5k views

Magento: Bundle not adding to cart

I made a custom Magento extension that would allow bundled product types to be associated with a "parent" bundle product. For example, if I was selling computer parts and I created a bunch of SIMPLE ...
Simon Song's user avatar
6 votes
1 answer
389 views

PHP Shopping cart - Categories page not working as wanted

I have 2 tables products and categories (CatParentId 0 is the parent category). What I am trying to achieve is when a user clicks on the parent category, it should fetch the products listed in ...
Saiyan Prince's user avatar
4 votes
0 answers
2k views

Meteor JS: Shopping Cart Without Login - session id, etc

I'm working on a e-commerce project. I would like the customers of the e-commerce site to be able to add items to the shopping cart and checkout without having to login. To do this, I have decided to ...
preston's user avatar
  • 4,237
4 votes
0 answers
57 views

Create gift certificate using Ultracart API

I am new to Ultracart checkout api. I have developed an shopping cart system using Ultracart api and need to create gift certificate for certain amount. and I have to do this by using api. Please ...
Prak's user avatar
  • 825
4 votes
1 answer
742 views

Shopping cart with Devise - session_id changes after signing in

I try to implement a shopping cart. I store session_id in a database, and related products which are on a shopping cart. After signing in I would like to have the same session and be able to connects ...
ciembor's user avatar
  • 7,287
4 votes
0 answers
2k views

JSF opensource WebShop

I am very new in the world of Java EE and JSF, and I am looking for a webshop application to sell software products that includes features like: invoice generation shopping cart integration with a ...
user avatar
4 votes
1 answer
6k views

ios: Designing a shopping cart in an iPhone App

I have a design decision to make for an online ordering app. I believe this question is for a more advanced iOS/mobile e-commerce developer but I am welcoming everyone to help out. I'm thinking to ...
bendigi's user avatar
  • 600
4 votes
1 answer
3k views

Shopping cart and different kinds of discounts. Storing discounts in DB and applying it to order calculations

Currently, I'm looking for best practice to "applying discounts" to cart/order. So, I'm planning to implement such kind of discounts as... fixed user's discount (for example, I'd like to give 10% ...
Kirzilla's user avatar
  • 16.6k
3 votes
1 answer
667 views

Add to Cart Item functionality is not working in my react-redux

I'm working on react shopping cart using react-redux and My add to cart Functionality is not working. I've tried a lot with multiple approaches but those did not work. I'm unable to get data into my ...
user13873787's user avatar
3 votes
1 answer
220 views

Remove WooCommerce Cart Condition (Minimum Amount of a Product)

i'm a bit stuck for this.. i'm trying to remove a condition whenever the user adds a specific product, in this case a box of wines So when i add a bottle of wine there's a minium amount condition so ...
Claudio's user avatar
  • 75
3 votes
0 answers
422 views

Paypal BN (Build Notation) - How to get it from Paypal

Reason: I need to write my own Paypal cart (long story) for existing web site. The main reason for this is to use coupons (gift coupons and discount coupons). I have found a fantastic tutorial here (...
user3917359's user avatar
3 votes
1 answer
2k views

Add two different Products with Custom Add-To-Cart() in WooCommerce

I'm trying to add multiple products with just one Click to my WooCommerce Cart. This is my actual code: jQuery("#button").click(function(e){ e.preventDefault(); addToCart(28,29,"Red"); ...
marvinski03's user avatar
3 votes
1 answer
241 views

Having trouble creating shopping cart [PHP and XML]

I’m working on a website that contains four web pages and an xml file. The menu.xml file contains menu for edibles and looks something like this <menu> <item name="Pizzas"> &...
user3821728's user avatar
3 votes
1 answer
2k views

Magento - Modify Shopping Cart Rules Function to apply discounts by Percentage of Original Price Instead of Product Price Discount

I'm working on a project where the entire store products have a special price different (lowered) from the original price. I want to be able to apply shopping cart discounts By Percentage of the ...
miami's user avatar
  • 31

15 30 50 per page
1
2 3 4 5
59