1. Extract 'wooo' folder into your root directory
  2. Create a database and import wooo.sql
  3. Open wooo/config.php and setup your configuration
  4. Add the following scripts and styles to the xhtml-head of your existing website:
    • /wooo/css/woooshop.css
    • /wooo/js/jquery-1.4.2.min.js
    • /wooo/js/bloooming.woooshop.js
    • /wooo/js/jquery.stylish-select.min.js
  5. Now you should see the cart on the right corner of your website
  6. Go to your-site.com/wooo/login.html and setup your products
    Default login is admin/test
  7. Setup your payment gateway
  8. Use the 'add to cart' buttons as described below.


Simple button, no options

<span class="wooo">1</span>

Button with price

<span class="wooo" price="true">1</span>

Button with options

<span class="wooo" options="true">1</span>

Button with all options

<span class="wooo" options="true" price="true" text="shop now">1</span>