ShopPlus Tags (Quick-Reference)


Linking
<A HREF="/scripts/shopplus.cgi?DN=yourdomainname.com&CARTID=%cartid%&ACTION=action&FILE=/path_to file_from_root">

Forms & Buttons
<FORM METHOD="post" ACTION="/scripts/shopplus.cgi?DN=yourdomainname.com&CARTID=%cartid%&ACTION=action&FILE=/path_to file_from_root">
<INPUT TYPE="submit" VALUE="what_you_want_the_submit_button_to_say">
</FORM>

or

<FORM METHOD="post" ACTION="/scripts/shopplus.cgi?DN=yourdomainname.com&CARTID=%cartid%">
<INPUT TYPE="submit" VALUE="what_you_want_the_submit_button_to_say" NAME="POST?ACTION=action&FILE=/path_to file_from_root">
</FORM>

Product Attributes
QUANTITY: (required)
NAME="QUANTITY|ITEMID"

PRICE: (required)
NAME="PRICE|ITEMID"
VALUE="product_price"

DESCRIPTION: (optional)
NAME="DESCRIPTION|ITEMID"
VALUE="short description of product" TAX: (optional)
NAME="TAX|ITEMID" VALUE="yes or no"

DISCOUNT: (optional)


SHIPPING: (optional)
NAME="SHIPPING|ITEMID"
VALUE="default_shipping|per_product_shipping"

OPTION: (optional)
NAME="OPTION|ITEMID|option_category"
VALUE="option_attribute|price_change"


Actions


Variables & Tag
PRODUCT VARIABLES: all product variables must be enclosed with the <CART> and </CART> TAG. Here they are:

CART VARIABLES: all cart variables can be used freely without the use of the <CART> TAG. Here they are:

Global Shipping & Tax Attributes
CARTSHIPPING: (optional)
NAME="CARTSHIPPING"
VALUE="global_shipping|shipping_multiplier"

CARTTAX: (optional)
NAME="CARTTAX"
VALUE="tax_rate_in_percent"

Orders Attributes