e-Commerce 6.x-4.x-dev commits

Syndicate content
Drupal E-Commerce git repository
Updated: 52 min 17 sec ago

* Add in new hook to format_currency() to allow the display prices to be changed ...

Sun, 03/22/2009 - 18:21
* Add in new hook to format_currency() to allow the display prices to be changed with external modules, like a displaying in a different currency * Changed the actual display of the currency to be a theme template to add easier control
  • [DBH] ec_common/ec_common.module
  • [DBH] ec_common/templates/format-currency-aft.tpl.php
  • [DBH] ec_common/templates/format-currency.tpl.php
  • [DBH] ec_common/templates/theme.inc

* Add clear price modification so you can clear the price field on a misc transaction ...

Sun, 03/22/2009 - 17:37
* Add clear price modification so you can clear the price field on a misc transaction. This allow you to add message into transactions
  • [DBH] ec_charge/modules/system.inc
  • [DBH] ec_checkout/ec_checkout.theme.inc

* Fix up sorting of misc.

Sun, 03/22/2009 - 17:23
* Fix up sorting of misc.
  • [DBH] ec_checkout/ec_checkout.checkout.inc

* Add title modification for charges.

Sun, 03/22/2009 - 17:20
* Add title modification for charges.
  • [DBH] ec_charge/ec_charge.admin.inc
  • [DBH] ec_charge/modules/system.inc

* Fix up typo in display only charge modification

Sun, 03/22/2009 - 16:54
* Fix up typo in display only charge modification
  • [DBH] ec_charge/modules/system.inc

* Add ability to have display only modification in charges

Sun, 03/22/2009 - 16:50
* Add ability to have display only modification in charges
  • [DBH] ec_charge/modules/system.inc
  • [DBH] ec_store/ec_store.install
  • [DBH] ec_store/ec_store.module

* #408570 fix up typo in receipt checkout.

Sun, 03/22/2009 - 16:23
* #408570 fix up typo in receipt checkout.
  • [DBH] ec_receipt/ec_receipt.checkout.inc

* add lowest modification which will return only the lowest value calculated charge

Sun, 03/22/2009 - 16:18
* add lowest modification which will return only the lowest value calculated charge
  • [DBH] ec_charge/modules/system.inc

* Change the highest modification to comparings is the same no matter the sign

Sun, 03/22/2009 - 16:13
* Change the highest modification to comparings is the same no matter the sign
  • [DBH] ec_charge/modules/system.inc

* Add modifications to charges to allow manipulation of miscellaneous transactions ...

Sun, 03/22/2009 - 16:10
* Add modifications to charges to allow manipulation of miscellaneous transactions before they are added to the transaction.
  • [DBH] ec_charge/ec_charge.admin.inc
  • [DBH] ec_charge/ec_charge.module
  • [DBH] ec_charge/modules/system.inc

* Get deleting of additional charges working.

Sat, 03/21/2009 - 16:48
* Get deleting of additional charges working.
  • [DBH] ec_charge/ec_charge.admin.inc
  • [DBH] ec_charge/ec_charge.module

* add cancel button from charge editing form

Sat, 03/21/2009 - 16:31
* add cancel button from charge editing form
  • [DBH] ec_charge/ec_charge.admin.inc

* Make changes so the componets can now be deleted off a charge.

Sat, 03/21/2009 - 16:26
* Make changes so the componets can now be deleted off a charge.
  • [DBH] ec_charge/ec_charge.admin.inc
  • [DBH] ec_charge/ec_charge.module

* Fix up issue with loading componets end getting the correct module.

Sat, 03/21/2009 - 15:57
* Fix up issue with loading componets end getting the correct module.
  • [DBH] ec_charge/ec_charge.module

by Darren Oh: Added Views field converter for checkout links.

Sat, 03/21/2009 - 01:16
by Darren Oh: Added Views field converter for checkout links.
  • [DBH] ec_checkout/ec_checkout.views_convert.inc

* Create tests to check addresses to make sure they are loaded into the order correctly

Fri, 03/20/2009 - 23:26
* Create tests to check addresses to make sure they are loaded into the order correctly
  • [DBH] ec_anon/ec_anon.test
  • [DBH] ec_checkout/ec_checkout.test
  • [DBH] ec_receipt/tests/ec_receipt_test_payment.info
  • [DBH] ec_receipt/tests/ec_receipt_test_payment.module

* Fix issue were addresses were being lost.

Fri, 03/20/2009 - 23:24
* Fix issue were addresses were being lost.
  • [DBH] ec_customer/ec_customer.checkout.inc

by Darren Oh: Fixed some checkout errors. Lots more left.

Fri, 03/20/2009 - 08:42
by Darren Oh: Fixed some checkout errors. Lots more left.
  • [DBH] ec_anon/ec_anon.module
  • [DBH] ec_receipt/ec_receipt.module
  • [DBH] ec_receipt/ec_receipt.views_default.inc
  • [DBH] ec_store/ec_store.views_default.inc

* Fix up issue where address has been return as an object

Thu, 03/19/2009 - 11:27
* Fix up issue where address has been return as an object
  • [DBH] ec_address/ec_address.customer.inc

* Fix the setting up of the shipping action to be created correctly

Thu, 03/19/2009 - 11:12
* Fix the setting up of the shipping action to be created correctly
  • [DBH] ec_store/ec_store.install