|
1.30 (+2 -2 lines) |
12/04/2008 02:39 PM |
Duck duck |
Tax index fixes |
|
1.29 (+1 -8 lines) |
01/30/2008 04:15 AM |
Duck duck |
- Convert read the prefs address inside the getInfo call
- Save the default shipping address
- Avoid some warnings |
|
1.28 (+3 -3 lines) |
01/12/2008 08:54 AM |
Duck duck |
Dont directly access the service_only property |
|
1.27 (+2 -2 lines) |
01/02/2008 06:13 AM |
Jan Schneider jan |
Happy New Year |
|
1.26 (+3 -3 lines) |
11/06/2007 10:03 AM |
Jan Schneider jan |
Copyright assignments. |
|
1.25 (+1 -9 lines) |
07/04/2007 07:15 AM |
Duck duck |
Save default billing address inside the getInfo process to save the billing addres even in direct item checkout |
|
1.24 (+2 -2 lines) |
06/27/2007 01:23 PM |
Jan Schneider jan |
Bump year, looks like a missed a few last time. |
|
1.23 (+10 -10 lines) |
06/25/2007 12:09 PM |
Duck duck |
move categories out of DT
php5 style methods definition
move vfs path constant to merk object |
|
1.22 (+4 -2 lines) |
06/15/2007 08:19 PM |
Chuck Hagenbuch chuck |
small CS cleanups |
|
1.21 (+6 -6 lines) |
06/15/2007 12:15 AM |
Chuck Hagenbuch chuck |
$merk => $merk_driver |
|
1.20 (+4 -4 lines) |
05/16/2007 08:03 PM |
Duck duck |
Don't silence send invoice errors |
|
1.19 (+11 -3 lines) |
04/28/2007 05:22 AM |
Duck duck |
Move process form to an object, instead of including a file.
Add getSellingForm api method to allow inclusion of direct selling form outside merk. For example on a custom product page. |
|
1.18 (+2 -2 lines) |
02/13/2007 05:44 AM |
Duck duck |
Fix item model handling |
|
1.17 (+7 -7 lines) |
01/10/2007 09:28 AM |
Duck duck |
Use Horde_Image to resize images to thumbnails and big images.
Store images by ID, to avoid problems with strange filenames (spaces, special characters etc).
Don't load VFS driver on every driver creation, but only when needed (store and edit images).
Open big images and linked Ansel images in a ?big picture? pop-up.
Upgrade script will come soon. |
|
1.16 (+2 -2 lines) |
12/30/2006 05:26 AM |
Jan Schneider jan |
quotes |
|
1.15 (+2 -2 lines) |
12/30/2006 05:18 AM |
Jan Schneider jan |
spelling |
|
1.14 (+10 -4 lines) |
12/04/2006 03:58 PM |
Duck duck |
Various fixes |
|
1.13 (+2 -2 lines) |
12/02/2006 01:26 PM |
Duck duck |
Move item category in parameter in the main item table.
Clean up the mess with item category naming (c, cid and item_category, becomes cid). |
|
1.12 (+2 -1 lines) |
12/02/2006 10:32 AM |
Duck duck |
Don't format item_discount if it's not set |
|
1.11 (+2 -2 lines) |
11/20/2006 02:53 PM |
Duck duck |
Split the checkout form preparation into a separate file and start working on a ?direct by? page, which allow the user to buy a article directly in one step. |
|
1.10 (+49 -45 lines) |
11/12/2006 01:07 PM |
Duck duck |
Rename item_delivery to item_service to match usage purposes and actually implement it. If in the shopping chart we have all ?soft delivery? items presume that we are selling not deliverable goods (services, consulting etc.) and avoid all shipping and delivery processing. |
|
1.9 (+2 -2 lines) |
11/12/2006 05:25 AM |
Duck duck |
Check delivery_price here. |
|
1.8 (+41 -42 lines) |
10/17/2006 04:33 PM |
Duck duck |
Don't notify if of the successful invoice if we are passing to the payment system.
Don't border the client about unsuccessful mail send.
Fix mail recipient in authorizationResponse api call; |
|
1.7 (+4 -1 lines) |
10/17/2006 04:16 AM |
Duck duck |
- factory the invoice class in the process level
- add getName apo call for registy to retrive invoice name
- check currencies and type in incubator |
|
1.6 (+6 -5 lines) |
10/10/2006 12:24 PM |
Duck duck |
Format the prices only for the template parts. Other rounding price can produce incorrect calculation of invoices or payment calculation. |
|
1.5 (+3 -3 lines) |
10/09/2006 01:27 PM |
Duck duck |
Pass original article price to the selling app.
Deliveries do not need Horde_SQL_Attributes |
|
1.4 (+18 -4 lines) |
10/06/2006 10:01 AM |
Duck duck |
Pass even articles data to the payment system since some payment system contract their own bill. |
|
1.3 (+24 -9 lines) |
10/03/2006 03:36 PM |
Duck duck |
Correctly format the delivery item and redirect to the payment process using full url. |
|
1.2 (+18 -13 lines) |
10/03/2006 03:16 PM |
Duck duck |
Remove some uneeded variables |
|
1.1 |
10/03/2006 02:58 PM |
Duck duck |
Move checkout processing in a separate script to have more cleaner code.
Actually save the default billing address in preferences.
Don't require tax for deliveries.
Catch more errors in checkout processing. |