Difference between revisions of "VbzCart"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
m (link to HyperAdmin)
m (link to Access version tables)
Line 1: Line 1:
 
[[Technology]]: [[VbzCart]]
 
[[Technology]]: [[VbzCart]]
  
Having evaluated [[osCommerce]] and found that, although it had many features I would like to have on vbz.net, it also lacked some crucial features currently needed (many of which are provided by the existing shopping cart system, and some of which would be needed in order to effectively manage porting the data from the existing system).
+
Having evaluated {{yp|osCommerce}} and found that, although it had many features I would like to have on vbz.net, it also lacked some crucial features currently needed (many of which are provided by the existing shopping cart system, and some of which would be needed in order to effectively manage porting the data from the existing system).
  
So I'm writing a new system, in PHP, based on the data design of the existing VBZ cart system and adding new pieces as needed.
+
So I'm writing a new system, in <s>PHP</s> {{yp|Perl}}, based on the data design of the existing VBZ cart system and adding new pieces as needed.
  
 
I will be taking notes on this page and gradually refining them into something resembling documentation, with the ultimate goal of producing a system which could be released under an [[htwiki:FOSS|open source]] license.
 
I will be taking notes on this page and gradually refining them into something resembling documentation, with the ultimate goal of producing a system which could be released under an [[htwiki:FOSS|open source]] license.
Line 11: Line 11:
 
*[[VbzCart Tables]]: all tables used by VbzCart
 
*[[VbzCart Tables]]: all tables used by VbzCart
 
*Data Concepts:
 
*Data Concepts:
**[[VbzCart Cart|Carts]]
+
** [[VbzCart Cart|Carts]]
**[[VbzCart Order|Orders]]
+
** [[VbzCart Order|Orders]]
**[[VbzCart Session|Sessions]]
+
** [[VbzCart Session|Sessions]]
*General Concepts:
+
* General Concepts:
**[[VbzCart Ordering]]: how ordering works (carts, orders, etc.)
+
** [[VbzCart Ordering]]: how ordering works (carts, orders, etc.)
 +
* Other notes:
 +
** [[VbzCart Tables in Access]]: the data schema as currently implemented (2006)

Revision as of 22:33, 17 May 2006

Technology: VbzCart

Having evaluated Template:yp and found that, although it had many features I would like to have on vbz.net, it also lacked some crucial features currently needed (many of which are provided by the existing shopping cart system, and some of which would be needed in order to effectively manage porting the data from the existing system).

So I'm writing a new system, in PHP Template:yp, based on the data design of the existing VBZ cart system and adding new pieces as needed.

I will be taking notes on this page and gradually refining them into something resembling documentation, with the ultimate goal of producing a system which could be released under an open source license.

Documents