0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed order-sending email. More... about 15 years ago
Add support for free shipping; fix stray markdown in README More... about 15 years ago
Fixed race condition where if customer emptied basket before datafeed arrived, order created would have no items in it. More... about 15 years ago
Add mechanism to immediately empty the cart on customer checkout; update docs. More... over 15 years ago
Correct FC form parameters; add session ID as a hidden field. Now empties the basket of the user who checked out. Workaround for if SESSION_BLOCK_SPIDERS is enabled in osCommerce -- it wouldn't let our datafeed post before. Fix errors with creating a new customer and use the billing address if the shipping address isn't specified. Remove testing statements and update test.xmldatafeed to send the sessionID for testing purposes. More... over 15 years ago
Remove useless return statement. More... over 15 years ago
Write torchCartForCustomer method to purge a customer's cart. More... over 15 years ago
Fix the paths after renaming 'fc' to 'foxycart' More... over 15 years ago
Update paths to scripts & CSS. More... over 15 years ago
README: now with download links. More... over 15 years ago
README: now with download instructions. More... over 15 years ago
Format example code. More... over 15 years ago
Rename extension directory; consistently use the project's name in README. More... over 15 years ago
Update README More... over 15 years ago
Remove stock osC files. More... over 15 years ago
Brush up README More... over 15 years ago
Add README, update config.php More... over 15 years ago
Remove old editor temp files. More... over 15 years ago
Send email on new order receipt. More... over 15 years ago
Send out order email. More... over 15 years ago
Finish up checkout replacement. It works, and it works well. More... over 15 years ago
Add in checkout replacement code & thickbox. More... over 15 years ago
Finish moving all products from basket to order. More... over 15 years ago
Creating orders in the database. WIN. More... over 15 years ago
Get orders completely generated. More... over 15 years ago
Hack up some crafty method_missing-style action for Order class More... over 15 years ago
Write address formatting code. More... over 15 years ago
Remove editor swapfiles. More... over 15 years ago
Initial commit of foxycart datafeed. More... over 15 years ago
Got customer creation working; creates a correct address book entry and inserts the password hash in the right spot. More... over 15 years ago