shopping-cart

Open Source Comparison Engines

A long time ago, Lycos had a comparison engine that is now defunct. I would like to find an open source equivalent of this offering... ...

how do I add an unknown selection of inventory items with a user supplied quantity to a cart?

I'm currently using PHP, JAVASCRIPT, MYSQL, XHTML, CSS to develop my site. Note that solutions are not limited to this but preferred if possible. I have a large MYSQL table of widgets and a page that allows the user to search for a specific widget. Let's say for example the user types the model name for some widget, the search could ...

Django shopping cart/basket solution (or should I DIM)?

Hi there. I'm about to build a site that has about half a dozen fairly similar products. They're all DVDs so they fit into a very "fixed" database very well. I was going to make a DVD model. Tag them up. All very simple. All very easy. But we need to be able to sell them. The current site outsources the whole purchasing system but that...

How to implement ASP.NET Shopping Cart?

I tried to find similar questions but with no luck. Anybody can give me an idea how to build a Shopping Cart in ASP.NET the best practice way? I know a wayto use Session but I think it would be painful to maintain the Session across pages. I've heard also to use Profile. So which one do I have to choose? Which one is the best and most ...

Cart table structure and update only particular item in cart.

I am trying to design database for a simple online shopping cart.I am not getting the idea of what to place for the table shopping cart.Is not it ok to create cart id as primary key?And later on while updating the items in a cart,what would be the appropriate logic to update only the changed field(say quantity) of a particular product?Pl...

How can I structure a table so that the field remains atomic?

I have a shopping cart in which I have to keep track of stock, and this includes stock with attributes. For example: shirt -- blue, small = 50 -- blue, medium = 22 -- blue, large = 53 -- red, small = 15 etc... These fields are currently separated by commas in the database and the IDs would be as follows: 1,3 1,4 1,5 2,3 wh...

Submit a form to Facebox

Is there a way to submit a form to Facebox? As it is right now you need to use an anchor tag to invoke the facebox method but I need to submit a form and send the data to the php handler and show it in facebox. So if I'm on order.html and then submit the add to cart button and the cart is on index.php?action=add (form action) which exc...

jQuery Shopping Cart

Hi all, i want to use shopping cart in my portal. can i get shopping cart plugin for jquery? Gnaniyar Zubair ...

Requirements for coding a Store Manager Application in Java ?

Hello Can anyone list the requirements for building a Store Manager Windows Application for an Online PHP Store. For e.g. here is an windows application which manages an online store: hXXp://www.pinnaclecart-manager.com/ I am familiar with Java and PHP. Can anyone list the requirements (i.e. any books, tutorials, libraries etc) to bu...

How to build an Ecommerce Shopping Cart in Django ?

Hello Is there a book or a tutorial which teaches how to build a shopping cart with django or any other python framework ? ...

Shopping cart implementation

I want to integrate a shopping cart in my site. The cart should be such that it resets once the user signs out of the application. This can be either achieved via sessions or using the database tables. What should be prefered out of the above two? Are there any security loop holes if this is handled via sessions? ...

integrating a shopping cart, not the other way around

Hi, ZEN Cart seems to be able to do anything I could possibly ever want, but seems a bit bloated (for me) and more importantly - it's design process seems unbearable. I don't want to have reform a default design, I have my website design completed other than the shopping cart related items. I want to be able to add them in, working the ...

Good opensource Java Shopping cart frameworks that can be extended to use Lucene and PDFbox

Hi I'm looking for a Java open source shopping cart framework. I have had a look at KonaKart and OfBiz but I'm looking for other examples for comparison. I will need to have the search on the cart use Lucene to search through the PDFs so that keywords from the documents can return results. So I will need to be able to 'hook" into the ...

Shopping cart without breaking design

I have a fully designed website, but have now realized a need for a shopping cart. Can anyone recommend a shopping cart that lets you add elements to your pages, rather than design a template for? I don't want to lose the work/design i have/have done! APACHE/PHP, in particular, rockethost ...

WHMCS - Removing a step in the order process

I am using the default order form template. The 3rd step is the redundant step that I wish to remove. It shows the order and then "update cart". Here are possibilities in order of preference: 1) Remove step 3 completely, and change "add to cart" to next 2) Change "add to cart" and "update cart" to "next" and "confirm" respectively Whic...

E-commerce package for PHP / Customer management and "order tracking"

Hi, We're developing a PHP based website through which people can subscribe to certain services. I'm looking for a solution (open-source or reasonably priced) that helps track customer's orders - what have they ordered --> have they paid or not --> has that been approved by the site administrator, etc. The end-user can have multiple sub...

tips on building my first ecommerce site

I've just taken on a client who needs a subscription based ecommerce site created using ProductCart software. I'm pretty handy with PHP so I should be able to figure out the software. My question is - what are some things i should be aware of when creating a subscription based ecommerce site? What types of questions should I be asking th...

What best shopping cart application to use?

I am looking for a PHP based open source full featured shopping cart application which is easiest to learn and to theme.... I don't want to write my own because I'm concerned about the security and I don't really make very handy admins. Plus I have no experience with online selling and this is my first shot. I'm thinking between Magent...

ASP.Net shopping cart application

Hi guys, I am trying to create an C# / asp.net shopping cart application from scratch (the intention is to understand the layout and the functionality). Any idea where I can get ideas about how to create a basic simple shopping cart app? I know there is alot of information out there, but I wanted to get some word of mouth referrals. Th...

What is good Open source, Java based Shopping cart framework

I am looking for a simple, Open Source, Java based Shopping cart Framework. I am not looking for konakart or Offbiz which are huge and not just a framework. I am sure there should be some small framework or Jar etc for shopping cart. ...