Revisions for merk/carts/edit.php

Location: [ Horde ] / merk / carts / edit.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.57 (+2 -2 lines) 04/16/2008 04:25 PM Chuck Hagenbuch chuck

Use .html.php for Views.

1.56 (+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.55 (+2 -2 lines) 01/02/2008 06:13 AM Jan Schneider jan

Happy New Year

1.54 (+7 -2 lines) 12/10/2007 11:46 AM Duck duck

Check for errors

1.53 (+1 -5 lines) 11/26/2007 03:44 AM Duck duck

Autoloader is already loded so use it.
Remove some unneeded references.

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

Copyright assignments.

1.51 (+14 -15 lines) 06/26/2007 12:34 PM Duck duck

Move from templates to views

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

$merk => $merk_driver

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

Use MERK_TEMPLATES

1.47 (+9 -46 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.46 (+4 -4 lines) 01/10/2007 10:06 AM Duck duck

Use new template code and fix buggy templates.

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

Various fixes

1.44 (+3 -3 lines) 12/02/2006 12:05 PM Duck duck

Start working on sellers support.

1.43 (+5 -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.42 (+2 -2 lines) 11/20/2006 11:04 AM Duck duck

Simplify

1.41 (+4 -3 lines) 09/27/2006 11:49 AM Duck duck

The null stock driver don't support item options. So when adding an article into cart add its item_id not stock_id.

1.40 (+3 -1 lines) 09/05/2006 06:01 AM Duck duck

Don't show items with no stock in cart edit.
Minor fixes for editing item stock.

1.39 (+2 -2 lines) 07/26/2006 09:28 AM Duck duck

Merge get and getItemStock in a single function to avoid code duplication

1.38 (+2 -2 lines) 07/26/2006 03:19 AM Duck duck

Same more discount display fixes
Show product image in cart and checkout

1.37 (+2 -2 lines) 07/25/2006 05:56 PM Duck duck

Fix discount calculation

1.36 (+13 -31 lines) 07/25/2006 05:52 AM Duck duck

Show category name in cart, checkout and invoice
Add todo list

1.35 (+3 -6 lines) 07/23/2006 02:46 PM Duck duck

- Snow category name in the browsing title
- Use vfs direct for category image too
- Remove payment prefs, never implemented
- Actually set the prefs values in the checkout
- Change vfs direct config to be a string so other alias can be specified. For example web-servers with disabled sym-links.
- Combine confusing double addresses
- Some more clean ups and fixes

1.34 (+5 -8 lines) 07/21/2006 01:53 PM Duck duck

Clean ups

1.33 (+1 -3 lines) 07/21/2006 12:34 PM Duck duck

- Added Country option to allow limit delivery to only some countries
- Added listCostOptions and listCostStock to pass detailed stock data

1.32 (+2 -2 lines) 07/20/2006 01:44 AM Duck duck

Move stock functions in a separate driver. To allow different storages, for example one on-line with catalogue an one on company's extranet for stocks updating. Added Null stock driver for supporting shops without stock manipulation.

1.31 (+2 -1 lines) 07/17/2006 03:25 PM Duck duck

Activate gettext in templates

1.30 (+2 -2 lines) 07/17/2006 02:33 PM Duck duck

Clean up messages and add Slovenian translation

1.29 (+2 -7 lines) 07/17/2006 04:45 AM Duck duck

Fix link of taxes to incubator
Added getImage to handle image paths merk wide

1.28 (+2 -2 lines) 04/17/2006 11:11 PM Chuck Hagenbuch chuck

- always use Merk::lang()
- if selected lang is not present in config, fall on the first listed
- check for data in two places to avoid warnings
Submitted by: Duck <duck@obala.net>

1.27 (+5 -5 lines) 03/10/2006 02:40 PM Chuck Hagenbuch chuck

remove unnecessary references and singleton() calls.

1.26 (+7 -7 lines) 05/31/2005 11:35 PM Matt Selsky selsky

Spaces.

1.25 (+2 -2 lines) 04/24/2005 03:18 PM Chuck Hagenbuch chuck

"- clean up nested spaces in the code
- checkout and invoice templates clean up
- stores the tax total value in the invoice table
- correctly display tax in checkout, invoice and invoice print view
- fix state/country mix in the invoice print view"

Submitted by: duck@obala.net

1.24 (+4 -9 lines) 11/19/2004 01:45 PM Chuck Hagenbuch chuck

- New CSS menu for Merk (Duck <duck@obala.net>)
- I also cleaned up what coding standards stuff I could while I was there.

1.23 (+3 -3 lines) 10/19/2004 11:22 AM mdjukic

Change all references to *.gif images to the new *.png.

1.22 (+4 -4 lines) 10/18/2004 08:45 PM Chuck Hagenbuch chuck

Registry::getParam() -> Registry::get().

1.21 (+3 -3 lines) 05/20/2004 11:56 AM Jan Schneider jan

Fix package names.

1.20 (+2 -5 lines) 04/26/2004 05:04 PM miki

Code clean up

1.19 (+36 -26 lines) 04/26/2004 02:46 PM mdjukic

- get rid of redundant fields
- shorten stock_id_selected to stock_id
- add more comments
- if no options, do a hidden field for stock_id; if one option show a read-only enum; more than one option show an enum
- fix refreshing

1.18 (+8 -5 lines) 04/26/2004 12:42 PM mdjukic

add a refresh for cart editing to show the current available stock for the item/options selected

1.17 (+16 -11 lines) 04/26/2004 09:44 AM miki

Added order quantity check

1.16 (+18 -8 lines) 04/26/2004 08:37 AM miki

Added available_quantity
TODO: form refresh on options change

1.15 (+3 -4 lines) 04/19/2004 05:09 PM mdjukic

show shopping cart after adding

1.14 (+9 -9 lines) 04/08/2004 10:32 AM mdjukic

minor style tweaks

1.13 (+5 -5 lines) 04/07/2004 10:43 AM Chuck Hagenbuch chuck

No more HORDE_LIBS.

1.12 (+7 -6 lines) 04/04/2004 10:04 PM mdjukic

bring merk up to date with changes in horde_form, include the renderer libs only when needed, fix redundant path

1.11 (+3 -4 lines) 02/11/2004 09:55 PM mdjukic

more useless vars

1.10 (+23 -28 lines) 02/11/2004 09:28 PM mdjukic

clean up a bit, get rid of GLOBALS, set a default qty of 1

1.9 (+6 -6 lines) 02/11/2004 09:18 PM mdjukic

change  to

1.8 (+3 -2 lines) 02/11/2004 08:45 PM mdjukic

take the template out of the base.php

1.7 (+3 -3 lines) 02/11/2004 06:21 PM mdjukic

whitespace

1.6 (+65 -104 lines) 02/06/2004 01:03 AM mdjukic

- clean up form
- get rid of unnecessary foreach loops
- only show options if there are some to set

1.5 (+3 -3 lines) 01/23/2004 07:59 AM mdjukic

parse error

1.4 (+3 -3 lines) 01/22/2004 10:50 PM mdjukic

fix displayed text a bit

1.3 (+3 -3 lines) 01/20/2004 07:45 PM mdjukic

use a constant for merk's base vfs path

1.2 (+3 -3 lines) 01/20/2004 07:16 PM mdjukic

fix footer template path

1.1 01/13/2004 10:16 PM mdjukic

cart scripts, edit.php still needs a big clean of all the attributes stuff