+----------------------------------------------------+
| TWB SHOPPING CART INFUSION 1.0.0
| Copyright © 2006 Len Johnson
|
http://www.web-bu...
+----------------------------------------------------+
| This program is free software; you can redistribute it and/or modify it
| under the terms of the GNU General Public License as published by
| the Free Software Foundation; either version 2 of the License,
| or (at your option) any later version.
|
| This program is distributed in the hope that it will be useful,
| but WITHOUT ANY WARRANTY; without even the implied warranty
| of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
| For details refer to the included gpl.txt
+----------------------------------------------------+
TWB Shopping Cart is a simple e-commerce solution for small websites
and makes it easy to operate your own e-shop. This version is based on:
| Quick.Cart
|
http://opensoluti...
| Support:
http://opensoluti...art/forum/
TWB Shopping Cart was designed for small e-shops and contains modified
code for compatibilty with:
| PHP-Fusion 6 Content Management System
| Copyright © 2002 - 2006 Nick Jones
|
http://www.php-fu...
---------------------------------------
Requirements
---------------------------------------
- PHP >= 4.3.3
- gd2 extension in php (php.ini)
- configure email server, example: sendmail, qmail
---------------------------------------
INSTALLATION INSTRUCTIONS
---------------------------------------
The files for QUICK SHOPING CART INFUSION are in a folder called infusions which represent the infusions folder of the default PHP Fusion package.
Step 1)
Upload the contents of the unzipped infusions folder to your web server so that you have a new directory. The paths of which should look like:
../infusions/twb_quick_cart
Step 2)
The directories "files/" and "db/" must have chmod 777.
Login Your shell account, set Your work path to main Quick.Cart directory and:
- cd files/
- chmod 777 *
- cd ..
- cd db/
- chmod 777 *
All files in directories "files/" and "db/" must also have chmod 777.
If You want edit preferences/configuration in administration give chmod 777 to config/general.php file
- cd config/
- chmod 777 general.php
Step 3)
Edit config/general.php and specify login and pass ($config['login'], $config['pass']). Default login is "admin" and password is "admin"
Step 4)
Install twb_quick_cart infusion via your admin control panel.
---------------------------------------
License
---------------------------------------
Use, change all if You want except "Powered by Quick.Cart" in footer.
Script is based on GPL license.
---------------------------------------
Donate
---------------------------------------
To donate:
- open E-gold account at
https://www.e-gol...m/newacct/
- transfer to our account 1744180 some amount of e-gold
---------------------------------------
ADDITIONAL NOTES
---------------------------------------
1) Some minor editing of template files should be expected in order
to get the shopping cart to match your existing layout.
2)To remove Paypal integration edit the file >>>>templates/messages.tpl:
Remove all of the code between
<!-- BEGIN ORDER_PAYPAL -->
and
<!-- END ORDER_PAYPAL -->
at the top of the file.