VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: kittmaster on October 15, 2015, 04:23:18 AM

Title: How to menu link into a tabbed area?
Post by: kittmaster on October 15, 2015, 04:23:18 AM
I can't seem to find the answer or maybe it is not possible. I'm using Save Cart for Virtuemart, it creates a "tab" in the account maintenance area. I want to create a menu link directly to the tabbed information in that area. Is it possible to create a direct link to tab #3 in the image below?

Any help would be great.
Thanks,
Chris

(http://www.kittmaster.com/imagedump/misc/TabbedLink.png)
Title: Re: How to menu link into a tabbed area?
Post by: GJC Web Design on October 15, 2015, 23:10:37 PM
would need to coded ..

the tabs are displayed by adding display:block to the li (and removing from the current one) and current class to the tab

perhaps pass a parameter, detect and trigger some JS to add the display:block or a class
Title: Re: How to menu link into a tabbed area?
Post by: kittmaster on October 16, 2015, 04:47:54 AM
To much work.......I'll find another solution.

Thanks

:)