INFO Displaying product attributes/options line by line instead of comma delineated in view1.asp

Article # 5160

The information in this article applies to this particular SalesCart Product(s): 
STD, PRO, SQL


SYMPTOMS
You want the product attributes/options in view1.asp to be displayed line by line instead of comma delineated.

CAUSE
This is an informational article.

RESOLUTION
Open view1.asp. Find the line:

ThisComment = "Comment_" & RS("Control")

Insert the following lines after the line found:

lineDesc = RS("Description")
lineDesc = Replace(lineDesc,",","<br>")

Then find RS("Description") a few lines down (approx 9 lines down). Replace RS("Description") with lineDesc.

SUMMARY
You want the product attributes/options in view1.asp to be displayed line by line instead of comman delineated.

STATUS
No status

REFERENCE
No references


Additional Query Words: include, options, attributes, product, comma

Active/inactive: Active
Author:
 William Cheung
Date:
 11/12/02