Revisions for merk/direct.php

Location: [ Horde ] / merk / direct.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
 
  Revision Date Author Log Message
1.22 (+2 -2 lines) 04/16/2008 04:25 PM Chuck Hagenbuch chuck

Use .html.php for Views.

1.21 (+2 -2 lines) 01/07/2008 03:15 AM Duck duck

- Fix edit link name in stock options.
- Small templates clean up.
- @define -> define

1.20 (+2 -2 lines) 12/10/2007 07:32 AM Duck duck

Ensure passed parameters are integers.

1.19 (+2 -2 lines) 11/06/2007 10:03 AM Jan Schneider jan

Copyright assignments.

1.18 (+2 -2 lines) 06/27/2007 01:23 PM Jan Schneider jan

Bump year, looks like a missed a few last time.

1.17 (+9 -9 lines) 06/26/2007 12:34 PM Duck duck

Move from templates to views

1.16 (+4 -4 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.15 (+10 -10 lines) 06/15/2007 12:15 AM Chuck Hagenbuch chuck

$merk => $merk_driver

1.14 (+2 -2 lines) 05/26/2007 11:39 AM Duck duck

Use MERK_TEMPLATES

1.13 (+2 -3 lines) 04/28/2007 07:40 AM Duck duck

Move the stock selection fields in a Merk method to avoid  code duplication.
Add a action to notify the user of too much selected quantity even before posting the form.

1.12 (+8 -49 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.11 (+3 -2 lines) 02/04/2007 01:52 PM Duck duck

Change load_image to specify the image view size and show the big one in the direct selling.

1.10 (+5 -5 lines) 01/10/2007 10:06 AM Duck duck

Use new template code and fix buggy templates.

1.9 (+2 -2 lines) 12/08/2006 04:33 AM Duck duck

Move cache out of each object in the global space.
Cache taxes data.

1.8 (+2 -2 lines) 12/04/2006 03:58 PM Duck duck

Various fixes

1.7 (+8 -1 lines) 11/22/2006 10:34 AM Duck duck

If no stock_id selected make sure one is set

1.6 (+3 -6 lines) 11/21/2006 03:31 PM Duck duck

Consolidate the usage and purpose of getItem() and getItemArray().
Minimize the sql load by retrieving just the data from the current language in getItem().

1.5 (+12 -5 lines) 11/21/2006 11:57 AM Duck duck

Add  item description.
Fix stock check.

1.4 (+2 -2 lines) 11/21/2006 02:22 AM Duck duck

Update translation and testing item id.

1.3 (+36 -6 lines) 11/21/2006 02:19 AM Duck duck

Fix reducing item stock.
Finish processing of direct buy form.

1.2 (+47 -15 lines) 11/21/2006 01:48 AM Duck duck

Add item option selection and check available stock quantity.

1.1 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.