login | register
Mon 06 of Oct, 2008 (13:52 UTC)

bitweaver - Web Application Framework and CMS

Web Application Framework and CMS

Refresh cacheRSS feed

bitcommerce blog

The evolution of the BitcommercePackage

Created by: spiderr, Mon 11 of Jul, 2005 (07:06 UTC)
Last modified: Tue 29 of Nov, 2005 (16:33 UTC)
find in entriesSearch  
Refresh cachePrint

Major overhaul to bitcommerce attribute interface, gift certifcates galore

By spiderr
Tuesday 29 of November, 2005
Posted to bitcommerce blog
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…
Refresh cachePrint

progress as we know it

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

first smarty templates

By spiderr
Monday 11 of July, 2005
Posted to bitcommerce blog
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.