1 / 10

ISYS 475 Project: Customizing a Zen Cart E-Commerce Site

ISYS 475 Project: Customizing a Zen Cart E-Commerce Site. Introduction.

yetty
Download Presentation

ISYS 475 Project: Customizing a Zen Cart E-Commerce Site

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ISYS 475 Project:Customizing a Zen Cart E-Commerce Site

  2. Introduction • Zen Cart is an online store management system. It is PHP-based, using a MySQL database and HTML components. Support is provided for numerous languages and currencies, and it is freely available under the GNU General Public License.

  3. Website: • http://www.zen-cart.com/ • Download: • http://sourceforge.net/projects/zencart/files/

  4. Download • After download, copy the unzipped zen cart folder to: • C:\xampp\htdocs • Then, rename the zen cart folder to zencart so that you have a zencart folder as: • C:\xampp\htdocs\zencart

  5. Configure Zen Cart • First, create a mysql database named: zencart • You don’t need to create any table. • Open a browser and enter: • Localhost/zencart • From option 1, click the “click here” link to begin.

  6. Setup page

  7. Testing • Go to the zencart site: • http://localhost/zencart/ • Go to the administration site: • http://localhost/zencart/myadmin • Enter username and password

  8. Creating a PHP Project for Zen Cart • 1. Creating a new PHP project and name it: testzencart • 2. Copy and paste the contents of the unzipped zen cart files and folders to the testzencart project folder.

More Related