Welcome, Guest ( Customer Panel | Login )




 All Forums
 VPCart Forum
 Customization
 Inventory counts in down
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

pbeckley
Starting Member

4 Posts

Posted - August 23 2006 :  18:13:47  Show Profile  Visit pbeckley's Homepage  Reply with Quote
Problem: The "table" method of displaying subproducts of inventory is the only one that shows stock levels with [cstock]. How can I show those same levels when using the small, more convenient, "drop down" method?

Solution: The 'shopproductinventory.asp' page controls the entire construction of the inventory section on the product display pages (shopdisplayproducts, shopexd.asp) as long as you've not excluded that functionality (in a customer template perhaps). To get the inventory to show up before the "cname" of the item in the drop down, follow these directions.

***REMEMBER to save an archive copy of the original shopproductinventory.asp in case something doesn't work right! ***

1. Find the line
dim hideprice
in the "GenerateSubProductName" sub of shopproductinventory.asp

2. Change it to
dim hideprice, cstock


3. Find the line
tempoption=rs("cname")
in the same sub

4. Change it to
tempoption="(" & rs("cstock") & ") " & rs("cname")


5. Save and upload the new version of the page. Now any product which has inventory subproducts (child products) associated with it, and displayed as a dropdown, shall show the stock levels in paren's before the name of the subproduct in that drop down.

***REMEMBER to save an archive copy of the original shopproductinventory.asp in case something doesn't work right! ***

To see it working, visit this URL:

http://www.roseandcrowne.com/shop/shopexd.asp?id=536

Edited by - pbeckley on August 23 2006 18:16:17
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000
0 Item(s)
$0.00