-
Notifications
You must be signed in to change notification settings - Fork 58
GettingStarted
-
Download the latest build of the SDK from: http://github.com/zoovy/Zoovy-MVC-Framework-JQuery-Plugin
-
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.
-
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
-
open the example/app that you want to modify in a editor and change include for config.js to match the stores configuration. Example:
Should be:
<script type="text/javascript" src="http://www.your-omain.com/jquery/config.js"></script>-
Load the index.html file in a browser, and verify the sample app loads properly without errors.
-
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