I'm trying to figure out what is the best method to integrate JQuery or Asp.Net Ajax tabs into the product.aspx page. Would it be easiest just to use the Componentart ui?
I have 4 tabs total (Description, Video Demos, Accessories, and Manuals) that I want to display on my product page. In order to create the Video Demo, Accessories, and Manuals tabs (Description field is already created) I would need to create the other three custom fields in Admin and create custom conlibs such as [[ConLib:ProductVDemos]], [[ConLib:ProductAccessories]], and [[ConLib:ProductManuals]]. Do I follow the the code for [[ConLib:ProductDescription]] to create the other tabs? How do I put everything together? As a designer, I'm having a hard time visualizing how all these files fit together to make the tabs run smoothly i.e. only the tabs that have content in the custom fields will display on the page.
I know how to integrate JQuery into a regular website, but have never done this with a shopping cart software. Also, I'm not a strong ASP.Net coder
