Remove Product 5

Go to Egress Page, Go to User Form Internal Search, Products, Go to Dynamic Content

List of Products

product 3 - cover $30.00 add 2 to shopping cart



Click Here to checkout.

/* Shopping Cart and Product Variables */
var s_Products=''; //[comma separated list of product names, action, and price,productfamily,quantity (i.e toy truck:v:23.45:toys:2,baby doll:a:7.54:toys:1) v=viewed a=added to cart r=removed c=checked out)]
var s_ProductsID=''; //[same as above, but using product ID instead of name. The ID will be cross referenced with glossary on back-end]
var s_SaleAmount=''; //[total amount collected on this page (i.e 45.76)]
var s_InvoiceNum=''; //[invoice/receipt number of purchase]