iEasySite's instructions for shopping cart installation can be found at the following page:

http://www.ihostticket.com/KB/a37/web-easy-how-to-add-ecommerce-buttons.aspx?KBSearchID=15170

Please note that these directions are not specific for WebEasy Professional. You can perform steps 1 to 3 in WebEasy Professional as follows. The remaining steps use the same techniques.


Solution


1) Make sure you have no objects selected on your page, then go to the tools menu and select "Custom Script Assistant". Select the "Body Elements" button then paste the following code into the "Contents" box by pressing CTRL-V, and click OK:


<SCRIPT src="http://www.iEasySite.com/iEasySite/features/cart/utility.js"><...>;;
<SCRIPT src="http://www.iEasySite.com/iEasySite/features/cart/shopping.js">&l...>;;


2) Add an image to your page. This image will become a form listing the quanity and options for one of your products when you preview your site. Select the image then go to the "Tools" menu and select "Custom Script Assistant". Select the "Object Events" button then paste the following code into the "Contents" box and click OK:


<FORM METHOD="GET">
<INPUT TYPE="hidden" NAME="SW01" VALUE="Lambs Wool Sweaters">
<INPUT TYPE="text" NAME="44.95" SIZE="3" MAXLENGTH="2" value="1">
<SELECT NAME="Size">
<OPTION selected value="Small">Small
<OPTION value="Medium">Medium
<OPTION value="Large">Large
</SELECT>
</FORM>


3) Add another image to your page. This image will become the "add to cart" button for the above product. Select the image then go to the "Tools" menu and select "Custom Script Assistant". Select the "Object Events" button then paste the following code into the "Contents" box and click OK:


<a href="javascript:addtobasket(document.forms[0])">Add to
<IMG SRC="http://www.iEasySite.com/iEasySite/features/cart/cart.gif"
BORDER="0"></a>


Now preview your site. You should see a quantity field and some options and an add to cart button. When you click the add to cart button you should see a message that says the product was added to your cart. If this does not work, check the code you entered using the Custom Script Assistant - it's possible that the above code will have been split over a few lines by your email program - make sure no words were cut in half if this happened. To use your own products you will have to change the code entered in step 2. For specific details on this, please contact iEasySite.