Show Specific Tab on Product Detail Page

I'd like a specific tab to be selected when I view a product detail page. Without re-ordering the tabs, how can I do this? I thought there was some type of hash tag that could be added to the end of the URL or something.



i.e. http://www.mydomain.com/abc-product.html#video_tab



This is for 2.0.15.

[quote name='grayloon' timestamp='1333393076' post='134185']

I'd like a specific tab to be selected when I view a product detail page. Without re-ordering the tabs, how can I do this? I thought there was some type of hash tag that could be added to the end of the URL or something.



i.e. http://www.mydomain…html#video_tab



This is for 2.0.15.

[/quote]

index.php?dispatch=products.view&product_id=1&selected_section=send_to_friend might work

I was able to add “?selected_section=attachments” to the URL and make it work.



Anything that begins with…

id="content_block_

…will work.