HOME

LOGIN · FREE REGISTRATION · MY ACCOUNT · SEARCH SHOPS · MY BASKET · HELP

Online Secure Shopping Cart - Free 30 Days FREE Website On-Line Secure Forms FREE World Wide Affiliate Program Cheap Web Hosting Cheap Domain Registration Market your Business and Website
  WELCOME TO MYWEBSITETOOL.COM    View My Photo Album!View Popup To-Do-List
HOME
CREATE CART!
FEATURES
RATES
SAMPLE CODE
USERNAME:
PASSWORD:
SHOPPING CARTS
WEBSITES
SECURE FORMS
WEB HOSTING
DOMAIN NAMES
PROMOTION
PHOTO ALBUM
 1 (310) 405-6927
 Sales & Tech support






MYWEBSITETOOL.COM SHOPPING CARTS - SAMPLE HTML CODE

Use the Quick-Setup HTML code below to get you started integrating the shopping cart into your website.

Don't Know HTML! No problem, with your database driven shopping carts comes full access to our Advanced HTML generation tools.

Note: If you are using a "Plug in" cart please integrate the following html code allong with the sample code below to disable the database look up:

<INPUT TYPE="hidden" NAME="ndb" value="1">


WEBSITE PRODUCT INTEGRATION TYPE 1
(Does Not Function)

My Web Site Tool T-Shirts

Price: $10.50
Quantity:

Color:

Size:
Small Medium(+$2.00) Large(+$7.00)
Logo Size:
Large (+$7.50)Small

Highlight, copy and then paste this code into your HTML web page.


WEBSITE PRODUCT INTEGRATION TYPE 2
(Does Not Function)

IMAGE DESCRIPTION PRICE QTY  
PRODUCT ID: ts-1
My Web Site Tool T-Shirts


WEIGHT: 0.00lbs  
$10.50 USD

PRODUCT ID: ts-2
My Web Site Tool T-Shirts


WEIGHT: 0.00lbs  
$10.50 USD

Highlight, copy and then paste this code into your HTML web page.


WEBSITE PRODUCT INTEGRATION TYPE 3
(Does Not Function)

IMAGE DESCRIPTION PRICE QTY BUY
PRODUCT ID: ts-1
My Web Site Tool T-Shirts


WEIGHT: 0.00lbs
$10.50 USD
PRODUCT ID: ts-2
My Web Site Tool T-Shirts


WEIGHT: 0.00lbs
$10.50 USD
   
Highlight, copy and then paste this code into your HTML web page.


For HTML Only Shopping Carts, you must add all product fields to your website HTML. This type of shopping Cart does not use our secure database to store any product information.

Below is a list and example of all available fields you may use in your WEBSITE HTML code.

<FORM METHOD="POST" ACTION="http://www.mywebsitetool.com/scripts/sc/cart.php">
<INPUT TYPE="hidden" NAME="cartid" VALUE="Your Cart ID">
<INPUT TYPE="hidden" NAME="ndb" value="1">
<INPUT TYPE="hidden" NAME="productid" value="Your Product ID">
<INPUT TYPE="hidden" NAME="title" value="Your Product Title">
<INPUT TYPE="hidden" NAME="desc" value="Your Product Description">
<INPUT TYPE="hidden" NAME="weight" value="Your Product Weight">
<INPUT TYPE="hidden" NAME="weight_type" value="Your Product Weight Type">
<INPUT TYPE="hidden" NAME="price" value="Your Product Price">
<INPUT TYPE="hidden" NAME="currency" value="Your Currency">
<INPUT TYPE="hidden" NAME="status" value="Product Status">
<INPUT TYPE="hidden" NAME="picture" value="Your Product Image URL">
<INPUT TYPE="hidden" NAME="discount" value="1 or 0">
<INPUT TYPE="hidden" NAME="item_taxable" value="1 or 0">
<FONT FACE="Verdana" SIZE="2" COLOR="#000000">My Web Site Tool T-Shirts<br></FONT><br>
<FONT FACE="Verdana" SIZE="2" COLOR="#000000">Price: $10.50<br></FONT><br>
<FONT FACE="Verdana" SIZE="2" COLOR="#000000">Quantity:</FONT>

<INPUT TYPE="text" NAME="quantity" SIZE="3" VALUE="1">
<br>
<SELECT SIZE="1" NAME="extra1">
<OPTION VALUE="Color,blue">blue</OPTION>
<OPTION VALUE="Color,green">green</OPTION>
<OPTION VALUE="Color,black">black</OPTION>
</SELECT>
<br>
<FONT FACE="Verdana" SIZE="2" COLOR="#000000">Size:</FONT>
<INPUT TYPE="radio" NAME="extra2" VALUE="Size,Small,0">
<FONT FACE="Verdana" SIZE="2" COLOR="#000000">Small</FONT>
<INPUT TYPE="radio" NAME="extra2" VALUE="Size,Medium,+2.0">
<FONT FACE="Verdana" SIZE="2" COLOR="#000000">Medium</FONT>
<INPUT TYPE="radio" NAME="extra2" VALUE="Size,Large,+7.0">
<FONT FACE="Verdana" SIZE="2" COLOR="#000000">Large</FONT>
<FONT FACE="Verdana" SIZE="2" COLOR="#000000">Logo Size:</FONT><br>
<INPUT TYPE="radio" NAME="extra3" VALUE="Logo Size,Large,+7.50">
<FONT FACE="Verdana" SIZE="2" COLOR="#000000">Large(+$7.50)</FONT>
<INPUT TYPE="radio" NAME="extra3" VALUE="Logo Size,Small,0">
<FONT FACE="Verdana" SIZE="2" COLOR="#000000">Small</FONT>
<br><br>
<INPUT TYPE="submit" VALUE="Add to Basket" NAME="submit">
<INPUT TYPE="submit" VALUE="View Cart" NAME="view_cart">
<INPUT TYPE="submit" VALUE="Checkout" NAME="checkout">
</FORM>

Description Field Name Description / HTML Code
HTML Carts ndb This field is used to tell the shopping cart software you are using the HTML only Shopping Cart. If this field is not used on HTML Shopping Carts, and error will result.
<INPUT TYPE="hidden" NAME="ndb" VALUE="1">
Product ID productid Use this field to identify yourproduct.
<INPUT TYPE="hidden" NAME="productid" VALUE="xx">
Purchase Quantity quantity Quantity field, this may be different types of input fields. ie. Text input box, Dropdown menu, or hidden field. The following is an example of a text input field.
Title title Product Title.
<INPUT TYPE="hidden" NAME="title" VALUE="xx">
Description desc Product Full Description.
<INPUT TYPE="hidden" NAME="desc" VALUE="xx">
Extra Info extra[] Setup available options for this product such as Color, Size etc. Click here for a full description of Extra Info setup.
Price price Product Price.
<INPUT TYPE="hidden" NAME="price" VALUE="xx">
CURRENCY currency This is the Currency you will be charging your customer in. This MUST be the standard 3 character code as if you are using a Real-Time CC processing server, an incorrect Currency field will result in a Payment Error. Listed below is the code required for the US Dollar.
<INPUT TYPE="hidden" NAME="currency" VALUE="USD">
Weight weight Use the weight field to charge shipping based on order weight. For further details refer to SHIPPING OPTIONS in the side menu.
<INPUT TYPE="hidden" NAME="weight" VALUE="xx">
Weight Type weight_type The weight denomination. ie. lbs=Pounds, kg=Kilograms, gms=Grams
<INPUT TYPE="hidden" NAME="weight_type" VALUE="xx">
Status status This field is used to indicate the status of the product. 200=In Stock, 201=Back Ordered, 202=Coming Soon, 203=Disabled, 204=Sold Out.
<INPUT TYPE="hidden" NAME="status" VALUE="xx">
Picture picture Use this field to display images of your products in the Shopping Cart basket. The value of this field must be the full URL to your image.
i.e. http://www.companyname/images/image.gif

<INPUT TYPE="hidden" NAME="picture" VALUE="xx">
Discountable discount Include this item in discounts. i.e. set to 0 if this item is a donation and can not be discounted, or set to 1 if the item can be discounted using discount coupons or specials.
<INPUT TYPE="hidden" NAME="discount" VALUE="xx">
Item Taxable tax Apply appropriate taxes to this item.
<INPUT TYPE="hidden" NAME="item_taxable" VALUE="xx">

VIEW FULL FEATURE LIST VIEW CURRENT RATES

REGISTER NOW!

SETUP MY SHOPPING CART NOW!


WEBSITES · SHOPPING CART · SECURE FORMS · WEB HOSTING · DOMAINS · PROMOTION
HOME · FREE REGISTRATION · MY ACCOUNT · LOGIN · SEARCH SHOPS · HELP · TERMS & COND · PRIVACY POLICY
© MyWebSiteTool.com - Infotech International Inc.
cheap web hosting, Webhosting Features Cheap Webhosting, Glossary hosting wholesale webhost services hosting cheap webhosting service Webhosting services gigs megs cheap webhosting services hosting shopping cart internet provider shopping cart hosting e-cart provider services shopping cart secure services and design web hosting, domain registration web hosting, shopping carts, webmaster hosting, host, web sites FREE online classified ads, vehicles, computers, pets, books, collectables, software, real estate, more... Online international bath and body and Makeup boutique offering bath and body and makeup products and great gift ideas. Also cosmetic reviews and makeup reviews.