Navigate to related topics: |
| Stock Level Monitoring |
| This page lets you edit the details of a
product in the inventory database. CyberShop presents a default set of fields that under
most circumstances are enough to cover a generic kind of products. But you are feel to add
new fields to the underlying table (named "Stock_Table") in the shopping cart
database (or the catalog database if specified). To display the real-time product item in your shopping page, insert the following script (anywhere in your HTML page):
where myproduct is the product reference code. Be sure to qualify "view_product.asp" with the appropriate domain and path. CyberShop lets you customize the view_product.asp page if you are not satisfied with the default layout or wants to introduct custom fields etc. However, you are required to have ASP programming knowledge. The page does give you simple choice of using your own images etc. Two special products: "-search-" and "-viewcart-" can be used to display a "Searh Box" to search for the products in the inventory and to view the shoping cart contents. Namely you can insert the following two codes on your shopping pages to display the information (see the sample page),
It is not necessary (though convenient) to use the two scripts. You can simply come up with your own design for the Search and View Cart buttons. Wildcard Listing: It is possible to display a selected set of products via the built-in wildcard feature. Namely, myproduct can be a prefix of the set of the products. For example setting ProductID=ABC will display products "ABC001", "ABC002", ... By default, this function is disabled. To enable it, simply edit view_product.asp to set (on top of the page, see instruction there)
|
| Operations The primary function of this page is to let you edit the product details using a browser-based interface. You may edit it off-line by exporting the data to you local disk on the "Stock Monitoring" page. Find Product: Type in a ProductID (or Reference) into the first box, then click this button to find the first match. Wildcard is appended to the end of the reference when searching. Add/Update: Update the changes to the system after finishing editing. Delete Item: Remove the entry from the database. Reset Form: (on the bottom of the page) Restore the original information. Default Fields
|
| Any comments/suggestions? Send to support@smartwin.com.au Last Updated: January 01, 2002 |