bitcommerce blog

Created by: spiderr, 11 Jul 2005 (07:06 UTC)
Last modified: 29 Nov 2005 (16:33 UTC)

Major overhaul to bitcommerce attribute interface, gift certifcates galore

By spiderr
Tuesday, November 29, 2005
The attributes stuff from zen is amazingly powerful, and the UI is amazingly complex. I just completed a massive overhaul to new attribute admin UI. However edit attribute is all REPEATED code (:evil:) , so more clean up work is needed. The good news is that all attributes seem to be working great, including TEXT attributes.

Also completed a major rework of gift certificates and smartyfication of pages/gv_send and pages/gv_faq. Functionality seems 100% on par with zen, however the code has be…

progress as we know it

By spiderr
Monday, July 11, 2005
2005-07-08 02:18:40 EST
<cia-4> spiderr * _bit_commerce/ (29 files in 5 dirs):
02:18:40 <cia-4> attempting to consolidate common, duplicate functions from admin and user (which
02:18:40 <cia-4> are everywhere) into includes/common_inc.php - also starting some real classes/
</cia-4></cia-4></cia-4>

first smarty templates

By spiderr
Monday, July 11, 2005
If you are coming from zen cart / oscommerce, my first attempts to migrate the tpl files to a php/smarty hyrbrid were successful this evening.
compare: _bit_commerce/includes/templates/template_default/templates/tpl_modules_checkout_new_address.php
to: _bit_commerce/templates/new_address.php + _bit_commerce/templates/new_address.tpl

Eventually I will get all of the SQL removed from the templates and migrated into the _bit_commerce/classes/ like a sane piece of software.