- Extract 'wooo' folder into your root directory
- Create a database and import wooo.sql
- Open wooo/config.php and setup your configuration
- 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
- Now you should see the cart on the right corner of your website
- Go to your-site.com/wooo/login.html and setup your products
Default login is admin/test
- Setup your payment gateway
- 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>