Mini Web Shop: version V2
An e-commerce PHP script has an online web shop, shopping cart (based on cookies), one-level categories, multi languages supports, voting and searching... Fully functions admin control panel. Each item has thumbnail photo, voting, click and quantity tracker, active or inactive mode.... Users can shopping on Web then order via email then purchasing in cash/cheque or Credit Card. Fully admin control panel with items management, new item adding, news publishing, file editor, and online configuration tool, you don't have to change your config via FTP.
Installation Procedure 
Quick Tips 


The script can be downloaded from here.

The file that you will download is saved in .zip format; this is a compressed bundle containing the files in the distribution. Unzip this archive in a temporary directory on your computer using decompression software.

Start your FTP software and upload all content from the upload/ directory to your web server preserving the file structure.
Note: Let's assume you install the contents of the script to /var/www/html/shop/

Change mode (CHMOD) 777 :
Folders:
- img/
- img/items
- inc/
- template/
- language_pack/
and files:
- webshop.db
- cf.php
- lang.php
- all files in inc/ & template/ directory.
To change file permissions using FTP client, select the file by clicking on it once on the remote system side and then right-click on the file to bring up the option menu and select CHMOD.


Logon Admin Control Panel by click "Admin CP" link or go to this URL:
http://www.mywebsite.com/shop/admin.php
Default password is "admin".

Then click the link "configuration" and change your own authentication password and script options.


You can now go to "Shop Management" and delete all demo items.


Congratulations, the installation for Mini Web Shop is now complete.
How to create or edit categories?
In Admin CP, please go to "Add new item".
Add to existing category: Choose any exist category on combo box.
or
Create new category: Choose the combo box is -----create new category----- and type your new category's name on the textbox.

Top