Welcome, Guest ( Customer Panel | Login )




 All Forums
 VPCart Forum
 VP-ASP 6.00 Questions
 Product feature names in admin section
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Warren
Starting Member

27 Posts

Posted - May 26 2004 :  10:25:53  Show Profile  Reply with Quote
Hi

I have a client that has different color options for a variety of products. Each product has it's own set of available colors. Is it possible to use the 'featureother' column to put in a more recognizable name that appears in the product features list on the products page in the admin section to make it easier to add features to the product?

Thanks in advance

Warren



Edited by - warren on May 26 2004 12:12:36

Warren
Starting Member

27 Posts

Posted - May 27 2004 :  13:12:10  Show Profile  Reply with Quote
I figured this one out so here is the quick fix for anyone that needs it. In shopa_addproduct.asp in the Sub Routine 'GetFeatures' change the SQL statement to select 'featureother'
Then in the loop change featurecaption to featureother - as below
I commented out the original line.

Do While NOT rscat.EOF
'features(featurecount)= rscat("featurecaption") & " [" & rscat("featurenum") & "]"
features(featurecount)= rscat("featureother") & " [" & rscat("featurenum") & "]"
featurecount=featurecount+1
rscat.movenext
loop

That does it there, now in the ProdFeatures table add the description that you want to see in the Features list to the 'Other Fields' field so that it makes more sense when you are trying to select a feature that uses the same caption but has a lot of different possibilites when adding or updating a product.

Hope this helps

Warren

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000
0 Item(s)
$0.00