Zen Follower
- Join Date:
- Apr 2008
- Location:
- Boston
- Posts:
- 129
- Plugin Contributions:
- 0
If/Else display Anchor Button
Some of my products include a video clip at the bottom of the product description page. I'd like to add a button, 'See Video' that will anchor tag to the video at the bottom of the page. I would like the button to display near the top of the tpl_product_info_display . But ONLY be visible if a video exist on the page. The videos are embedded HTML Youtube videos. So maybe if($exists('embedded')) {
then {
Any ideas on the code needed to for this?