Skip to content
zoovy edited this page Feb 7, 2013 · 2 revisions

Quick Start

  1. Download the latest build of the SDK from: http://github.com/zoovy/Zoovy-MVC-Framework-JQuery-Plugin

  2. setup an account at www.zoovy.com, or at least know the domain name of a store you need to work on.

    if this is a new account then you'll probably need to configure payment methods, shipping methods, and create a few products and possibly categories before you'll be able to do anything interesting with the store.

  3. verify that the domain name has /jquery/config.js working ex: www.domain.com/jquery/config.js should work If it doesn't work, then you'll need to obtain a working config.js file

  4. open the example/app that you want to modify in a editor and change include for config.js to match the stores configuration. Example:

<script type="text/javascript" src="http://www.homebrewers.com/jquery/config.js"></script>

Should be:

<script type="text/javascript" src="http://www.your-omain.com/jquery/config.js"></script>
  1. Load the index.html file in a browser, and verify the sample app loads properly without errors.

  2. Now to start making changes you'll probably want to become familiar with the structure of one of these apps, a good starting point is: https://github.com/zoovy/Zoovy-MVC-Framework-JQuery-Plugin/wiki/Welcome

Clone this wiki locally