Commit graph

31 commits

Author SHA1 Message Date
Colin Kuskie
3b7dd524db When a Sku is purged, delete it from all carts. Better handling for cartItems whose assets have been deleted. Fixes bug #12213 2011-08-02 10:00:53 -07:00
Colin Kuskie
6bd159bcfd Fix bugs when trying to handle a Sku that no longer exists in the db. 2009-04-02 21:28:41 +00:00
Colin Kuskie
c45fe174a0 Forward porting bug fix for random checkout problems in the Shop
related to Class::InsideOut and using ref instead of refaddr/id.
2009-03-12 15:32:48 +00:00
Graham Knop
bf9bd2f0d2 use proper JSON encoding/decoding 2009-02-10 21:41:36 +00:00
Colin Kuskie
05953f83a0 update CartItem POD for get 2008-08-06 16:11:49 +00:00
Colin Kuskie
6086703d49 Apparently, any item or sku caching causes Apache to die. At this
point, both the itemCache in the Cart and the skuCache in the CartItem
have been removed.
2008-07-22 04:09:04 +00:00
Colin Kuskie
23316d60dd Removed all caching code. This seems to fix the apache
crashing problem.  Needs others to double check and
review.
2008-07-21 23:41:04 +00:00
JT Smith
ca9278190e mostly working transaction manager
fixed many bugs
2008-05-19 22:17:08 +00:00
JT Smith
8d03655bdb added in-store credit
added refund mechanism
modified ems to use refund mechanism
2008-04-20 01:12:25 +00:00
JT Smith
02c24aa44a fixed more c2 bugs
added a workflow activity that removes EMS items from the cart if they've been in there too long
2008-04-09 22:48:15 +00:00
JT Smith
8dd5a6bd2c a number of bug fixes 2008-04-04 22:42:54 +00:00
JT Smith
50a4b564e5 added item and sku caching to cart
ribbon discounts now work
checklist form control works more like you'd expect
added badge groups
2008-04-02 22:46:40 +00:00
Martin Kamerbeek
fb77b80603 adding cash paydriver, paydriver management 2008-03-24 16:39:42 +00:00
JT Smith
1cb43b13af update tests to match new code 2008-03-19 22:30:41 +00:00
JT Smith
2a2e683dd9 made event handlers for cart/sku
created baseline emsbadge and emsticket
added completePurchase() and denyPurchase() utility methods for transaction
2008-03-19 20:18:00 +00:00
JT Smith
c61890392c added basic quantity checking for inventory management, and a dateAdded field to the cart in case we need to monitor how long items have been in the cart 2008-03-17 17:33:54 +00:00
JT Smith
02199ff58c transaction backend and tests complete 2008-03-14 22:39:38 +00:00
JT Smith
8a04f5911f shipping system integrated with cart, but need admin interface to test if it works 2008-03-06 17:06:59 +00:00
JT Smith
112834a9b7 added some helper methods for addressing, and got the cart closer to working 2008-03-05 16:32:08 +00:00
JT Smith
cebb684536 added address book management system, no ui 2008-02-29 22:17:02 +00:00
JT Smith
7e6cfad2be stupid typo that i should kick myself in the nutz for 2008-02-29 17:43:42 +00:00
JT Smith
99f1fc5eb8 base cart UI is working 2008-02-28 02:15:03 +00:00
JT Smith
12d2ce6c16 some fixes 2008-02-28 01:04:14 +00:00
JT Smith
4a73cadf64 created donation asset 2008-02-27 02:44:33 +00:00
JT Smith
57cd7b6473 updated to use exceptions rather than croak 2008-02-26 23:14:48 +00:00
JT Smith
5aafd17f5a converted to use exception handling 2008-02-26 23:08:45 +00:00
JT Smith
b90a8437a7 fixed last problem. cart works !!!! 2008-02-26 18:40:58 +00:00
JT Smith
e3be583b20 very close to working 2008-02-26 18:37:53 +00:00
JT Smith
449c3c26e0 tests are getting closer to working 2008-02-26 16:52:21 +00:00
JT Smith
d207994e90 cart should be pretty much working at this point...now need to test and whatnot 2008-02-26 02:12:31 +00:00
JT Smith
fa52bf1aef oops, wrong name 2008-02-26 01:32:16 +00:00
Renamed from lib/WebGUI/Shop/CartItems.pm (Browse further)