yiishop A simple, but full featured, i18n, extensible Web Shop for easy integration into your Yii Web Application

  1. Documentation
  2. Change Log
News: ¶

Yii-Shop is alive again! I added a SVN repository at Google Code: http://code.google.com/p/yii-shop/

This extension is a simple, but full featured, internationalized, extensible Web Shop for easy integration into your Yii Web Application...

Features ¶
  • Server-side Shopping cart via Session
  • Customizable Product specifications (weight, color, material, size, ...)
  • Customizable Variations (product t-shirt, variation: red, blue, yellow; small, medium, huge)
  • Tax system (7%, 19%, ...) VAT
  • Customizable shipping methods
  • Customizable payment methods
  • Generate Invoice and Delivery slip automatically with good template, can be customized to fit your company needs
  • 100% Translated to english, german
Resources ¶

Documentation ¶

Requirements ¶
  • Yii 1.1 or above
detailed Documentation ¶

Detailed Documentation is provided with the package unter the docs/ directory. There is also a Mysql Workbench .mwb Schema available.

Installation ¶

To install this module, follow the following steps:

1.) extract the file under the modules/ directory of your Web Application

2.) set up the Module in your protected/config/main.php:

return array(
 [...]
 'modules' => array('shop' => array( 'debug' => 'true')),
 [...]

3.) run /shop/install in your Web Browser

4.) follow the on-screen installation instructions

5.) Create an empty directory containing your Product Images. By Default, this is approot/productimages. Make sure it is writable by your Web Server Process.

6.) After Installation, make sure to remove the 'debug' => 'true' in your Configuration.

7.) Read docs/config.txt for Configuration Options

Usage ¶

Just run http://your_app/index.php?r=shop/products/index for the frontend and http://your_app/index.php?r=shop/products/admin for the backend/Admin interface.

Note that this Module does NOT handle User/Admin authentification. You have to do this by yourself, either by CAuthManager, CDbManager, the yii-user-management or the srbac Module. Instructions on how to integrate this Module with the Yii User Management Module will be available soon, it is already prepared

Change Log ¶

March 15, 2011 ¶

0.7rc3

  • much new things
February 13, 2010 ¶

0.5

  • still alive
  • minor bugfixes

0.4 alpha

  • Added Installation routine
  • added german i18n Strings
February 4, 2010 ¶

0.1 alpha

  • Added shopping Cart
  • Added Ordering & Ordering administration
  • Added (primitive) Price Calculation
February 1, 2010 ¶
  • First development snapshot
64 3
93 followers
22 466 downloads
Yii Version: 1.1
License: GPL-3.0
Category: Others
Tags: shop, webshop
Developed by: thyseus thyseus
Created on: Feb 2, 2010
Last updated: 14 years ago

Downloads

show all

Related Extensions