Group: Forum Members
Last Active: Fri 30 Nov 2012
Posts: 108,
Visits: 1,185
|
I am interested in putting a message into the version section of the product pages (productversion.ascx?) that says something like "this product is not available at this time--please check back soon for updates." However, I'm not quite sure how to loop through all versions to make sure there are truly no products.
I have my DB setup in a slightly different way. I am not using quantities. If there is no "version" for that product, I put "None" into the V_Name field so that I can just hide any buttons where V_Name = "None." However, I need to put the message up after all versions have been looped through. Any ideas on how to do this? I'm not the greatest programmer, but if someone could get me started I can probably take it from there.
Thanks in advance!
|