I have a problem with Virtuemart Product Description and can't get it resolved. This one is probably outside of your support. However, I'd like to see if you could advice something or some other users can advice something. Here's what I am looking for:
I need to implement the following functionality:
I need to have multiple descriptions for the same product and display the descriptions individually based on what user clicks on. Consider the following example:
- Link 1
Link 2
Link 3
Product 1
Description 1
Description 2
Description 3
When user clicks on Link 1, I need to display Description 1 for Product 1;
When user clicks on Link 2, I need to display Description 2 for Product 1;
When user clicks on Link 3, I need to display Description 3 for Product 1.
I am assuming I can do it with "if then else" statement, but not sure how... Can anyone help me with this, please? I need to solve this ASAP.