J. Martin
|
| Posted: 07/31/2003, 12:16 PM |
|
I am using the online store example of the shopping cart that came with
Code Charge Studio. I converted it to MySQL & PHP. I could not find any
documentation that indicates what information to enter into which tables
to get the required results. Does anyone have any documentation information concerning the use of the tables in the online store example of the shopping cart?
I setup three products using Store Products on the admin menu then I used Editorial Products on the admin menu to describe each one. I used Editoral Categories on the admin menu to create a category for products. When using Store Products I entered in the field category_id a value(see below) so they would show up on the default page.
To appear on default.php page - online shopping cart under:
Recommended Reading = Editorial Cat Id: = 1
This Week's Featured Article = Editorial Cat Id: = 3
New & Notable = Editorial Cat Id: = 2
but that is as far as I could get with out any documentation. They are
other tables but there is no maintenance screens for them or documentation on
how they are used?
I would appreciate any help.
Thanks.
James
jmartinjmar@comcast.net
Website: www.jmartinassociates.net
|
|
|
 |
DaveRexel
|
| Posted: 07/31/2003, 3:47 PM |
|
:.:.:
To use the CCS2 online store project in PHP/mySQL the database must first be loaded into mySQL(using phpmyadmin or similar) using the script at
..\CodeChargeStudio\Examples\Internet\Internet_MySQL.sql
Generating administration etc is not hard in CCS, this store is sort of a barebones example to get you started.
Dave
|
|
|
 |
DaveRexel
|
| Posted: 07/31/2003, 4:04 PM |
|
sorry I seem to have fired off an answer without reading the question properly.
|
|
|
 |
DaveRexel
|
| Posted: 07/31/2003, 5:13 PM |
|
::
I generated a vanilla build of the app and found only two more related tables both addressing the shopping cart, I think it's safer to let the app handle these tables though generating a grid read-only page would not harm the cart data if you're curious.
The app is very simple yet quite complete and it looks easy to administer so I can't see the problem.
Expanding the app to fit existing product-data and other client requirements like another payment gateway looks easy enough as well. If I get the time I'll post a tutorial at rexdesign on the latter.
Dave
|
|
|
 |
fskhan
|
| Posted: 12/03/2003, 3:11 PM |
|
This example does not have a ccs file for PHP4T. After getting the license for PHP4T, I could not use this example. Where can I download a PHP4T version of Online Store?
Thanx.
fskhan
|
|
|
 |