Ecommerce Basket object - do i need it??

Please support our eCommerce advertiser: Get a Free E-commerce Success Analysis!
Reply

Join Date: May 2009
Posts: 1
Reputation: eramgarden is an unknown quantity at this point 
Solved Threads: 0
eramgarden eramgarden is offline Offline
Newbie Poster

Ecommerce Basket object - do i need it??

 
0
  #1
May 27th, 2009
In our E-Commerce app, we have a page that customer service uses to place orders. Customers call and place orders. Customers can also place orders thru the main website.

Either way, we save the items in a "Basket" object. Users can remove items from it, add to it. This Basket object is NOT saved in the database. It's kept in ViewState. Anyway, when user clicks submit, we transfer the Basket object into Order object and we save that Order Object.

Basket object is like a dumb down version of Order object. When Order is saved, we have all the data in the database. Order object and tables have lots of Foriegn Key and non-nullable fields.

My question is, should we even have this Basket object? Do ecommerce sites even need a Basket object that they convert to an actual object?
Reply With Quote Quick reply to this message  
Join Date: Nov 2008
Posts: 26
Reputation: ApparelJudy is an unknown quantity at this point 
Solved Threads: 1
ApparelJudy ApparelJudy is offline Offline
Light Poster

Re: Ecommerce Basket object - do i need it??

 
0
  #2
Jul 21st, 2009
It is a general feature of ecommerce sites. Ecommerce basket should be the same to ecommerce shopping carts. London people like to call ecommerce basket. Americans call ecommerce shopping cart.
I prefer Fastcommerce Free Shopping Cart and Ecommerce Sites
Reply With Quote Quick reply to this message  
Join Date: Sep 2007
Posts: 6
Reputation: schizoman is an unknown quantity at this point 
Solved Threads: 0
schizoman schizoman is offline Offline
Newbie Poster

Re: Ecommerce Basket object - do i need it??

 
0
  #3
Aug 5th, 2009
We certainly use shopping carts (baskets) at my job. As you point out, carts are malleable and transient, while orders are hard data. It only takes a couple of SQL statements and a foreign key to transform the former into part of the latter.
Reality is a recursive oxymoron....
Reply With Quote Quick reply to this message  
Join Date: Aug 2009
Posts: 56
Reputation: syahrizal is an unknown quantity at this point 
Solved Threads: 3
syahrizal syahrizal is offline Offline
Junior Poster in Training

Re: Ecommerce Basket object - do i need it??

 
0
  #4
Aug 8th, 2009
The shopping cart can let us know the statistics and the number of user that using our online shop. So, this stuff is pretty useful ...
Come visit LinuxRise.com
Download and use Linux today...
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:




Views: 972 | Replies: 3
Thread Tools Search this Thread



Tag cloud for eCommerce
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC