Thank you for choosing the Yii Webshop module!

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('YiiShop' => array( 'debug' => 'true')), 
 [...]

3.) run webapp/YiiShop/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
