How do I add a part or product to my site that is not stored in my database or the supplier's?

You may want to add an item to your shopping cart that you do not stock, or special ordered, or just want to add some other type of service charge.  To do this, use what is called a querystring such as this:

www.yoursite.com/additem.wws?sku=MICHAEL&mfr=SOPHIO&price=80.50&qty=1&weight=10.50&list=150.006&description=RADIATOR0D&qty1=1&TYPE=US&SUP=US&WHSE=US

The fields in the querystring that you can modify are:

sku - part number
mfr - brand of part
price - selling rice
qty1 - qty to sell
weight
list - list price
core - core selling price
description
type - you can send data, just make sure not empty
sup - supplier id - can be US
whse - warehouse id can be US

This will not add the item to your inventory file, but will in fact add the item to the user's shopping cart. 


Was this answer helpful? 160 Users Found This Useful (391 Votes)

Powered by WHMCompleteSolution