Version 5

bitcommerceChangelog

Changes and updates to bitcommerce

Created by: spiderr, Last modification: 09 Oct 2005 (05:02 UTC) by spiderr
Changes to the BitcommercePackage

  • create common_inc.php file to provide central place for shared functions. Have made good headway on massive reduction of duplicate functions in includes/ and admin/includes/
  • create new core CommerceProduct class for central query location and remove all possible embedded queries related to products, parituclarly listing queries in sideboxes
  • Migrate $_SESSIONcustomer_id>'customer_id' to $gBitUser->isRegistered()
  • Replace all $_GET and $_POST to $_REQUEST - seems to be some issues with this en masse do to very poor HTML form naming conventions
  • remove all traces of zencart sideboxes modules and move to bitwaver mod_/.tpl file pairs. control and rendering now uses bitweaver central layout mechanism
  • fixed lots and lots of notices and then gave up as they are endless. Still plan on making it to run bitcommerce with all error_reporting on.
  • big move and merge of pages tpl files to matching modules/pages/ directory
  • nuke all individual requires of currencies.php, now in common_inc.php
  • added bulk currency import
  • BIG file re-arrangement and move includes/modules/pages directory to the top level pages/ directory. The ~70 directories in pages are what need to be converted to smarty templates to make bitweaver cool.
  • make sure failed payflowpro transactions are logged
  • add telephone to address_book entries and in order history

Schema changes


This is an ongoing list of *any* changes to *any* DataDict array in a schema_inc in *any* package.

DateTableReasonwho
08-OCT-2005 bitcommerce add telephone for address entires and order history spiderr
Sql92 UPDATE:

ALTER TABLE com_address_book ADD COLUMN entry_telephone varchar(32);
ALTER TABLE com_orders ADD COLUMN delivery_telephone varchar(32);
ALTER TABLE com_orders ADD COLUMN billing_telephone varchar(32);
08-OCT-2005 bitcommerce add customer id to payflowpro logging spiderr
Sql92 UPDATE:

ALTER TABLE com_pubs_credit_card_log ADD COLUMN customers_id int;
UPDATE com_pubs_credit_card_log set customers_id = (SELECT customers_id FROM com_orders WHERE orders_id=com_pubs_credit_card_log.orders_id);
ALTER TABLE com_pubs_credit_card_log ALTER customers_id SET not null;

Page History
Date/CommentUserIPVersion
23 Sep 2009 (19:34 UTC)
spiderr69.134.250.11225
Current • Source
Lester Caine81.138.11.13624
View • Compare • Difference • Source
spiderr69.134.148.4020
View • Compare • Difference • Source
spiderr69.134.148.4018
View • Compare • Difference • Source
spiderr69.134.148.4017
View • Compare • Difference • Source
spiderr69.134.144.315
View • Compare • Difference • Source
spiderr66.194.217.22314
View • Compare • Difference • Source
spiderr66.93.240.20413
View • Compare • Difference • Source
spiderr66.93.240.20412
View • Compare • Difference • Source
Giles Westwood86.128.234.1111
View • Compare • Difference • Source
spiderr66.93.240.20410
View • Compare • Difference • Source
spiderr66.93.240.2048
View • Compare • Difference • Source
spiderr66.93.240.2046
View • Compare • Difference • Source
spiderr66.93.240.2045
View • Compare • Difference • Source
spiderr66.93.240.2043
View • Compare • Difference • Source
spiderr66.93.240.2042
View • Compare • Difference • Source
spiderr66.93.240.2041
View • Compare • Difference • Source