This object is in archive! 

Hyperlinks in description for more information?

Kevin D. shared this question 9 years ago
Answered

I have tried to include a hyperlink in my description for users to see sample seating charts for tent setups. I have tried just a simple Href... and a Javascript that shows the small image and when clicked on darkens the page and enlarges the image (This is the feature I really want to work). I've tested code before putting it into the description box. Both sets of code work in the administration side after i save my item details. The code doesn't work on the quote form. See my 20x20 and 20x30 tent products for example.

Comments (1)

photo
1

You will have issues trying to put javascript in. For one, we use jquery and trying to reference it again will cause conflicts. I suggest looking at the quote page source to see what we are currently using. You may be able to use the same things we are using to get the desired affect. For instance, we use modals on the page for promotions (http://getbootstrap.com/2.3.2/javascript.html#modals). You may be able to use a modal for your pictures you want to pop without adding javascript.

Replies have been locked on this page!