Object Tag
The following is the required structure to begin putting together this widget.
<object id="ANY-UNIQUE-ID-YOU-WANT" codetype="dotnetnuke/client" codebase="WillStrohl.Widgets.ecwid" declare="declare">
</object>
This is the simplest method of implementing this widget. The ID attribute is required, but can be any unique value that you want to assign to it. The rest of the values must be in place how you see them above
Important
After installing this widget you nee to add the following script to the page header tags in your page settings
<script src="/Resources/Widgets/User/WillStrohl/js/jquery.liveQuery.js" type="text/javascript"></script>
Also dont forget to have a holder for your store in skin or content
<div id="ecwidholder"></div>
Parameters
The following parameters are optional, but allow you to customize how this widget will work and affect your page.
wrapper
Is used to set the HTML element which holds the store.
Default - #ecwidholder
Notes - None
Usage
<param name="wrapper" value="#ecwidholder" />
storeId
The id of your store.
Default - 1003
Notes - None
Usage
<param name="storeId" value="1003" />
catCount
The number of categories per row
Default - 3
Notes - If you want more categories per row images are automatically scaled to fit.
Usage
<param name="catCount" value="3" />
prodRows
The numberr of rows for your product display
Default - 3
Notes - None
Usage
<param name="prodRows" value="3" />
prodColumns
The numberr of columns for your product display
Default - 3
Notes - If you want more columns images are automatically scaled
Usage
<param name="prodColumns" value="3" />
tableRows
The number of rows for the table display of the products.
Default - 10
Notes - None
Usage
<param name="tableRows" value="10" />
listRows
The number of rows for the list display of the products.
Default - 10
Notes - None
Usage
<param name="listRows" value="10" />
categoryView
The view you want to use for your category display
Default - 10
Notes - Can be 'grid', 'list' or 'table'
Usage
<param name="categoryView" value="grid" />