Tags/topics: 
4
Answers
Vote up!
0
Vote down!

Tabs in product view

Hi,

Have anyone created a product view with tabs for "More info", "Documents" "Spare Parts" etc.

Example:
http://www.clasohlson.com/se/Larm-f%C3%B6r-Gasol-Propan-Butan/32-8624

I guess this could be solved by adding fields to my product display, and then solve the rest with css. But I was thinking that there might be some neat module that does this?

Asked by: Chucken79
on August 25, 2013

Comments

you can do this in the view itself. in the menu seetings of the view, you can choose tab menu. you have to have at least 2 tab menus to work,
also the path(url) must have the same parent eg mymaintab-name/more-info and mymaintab-name/spare-parts. there are some good view tut around, goodluck

- boban_dj on September 2, 2013

Sorry I forgot to show some links for your tabs solutions:
Quicktabs is an excellent module, with very simple interface attaching views, blocks and others in various style tabs.
https://drupal.org/project/quicktabs
video:http://www.youtube.com/watch?v=4oqsB8Nv-xU

The Views tabs is a little more complicated but after watching this video:
http://vimeo.com/55977889

Also you can do a custome template with JQuery built in drupal:
you can do this:
jQuery UI tabs inside a Drupal node:
http://willhallonline.co.uk/blog/jquery-ui-tabs-inside-drupal-node

- boban_dj on September 5, 2013

4 Answers

Vote up!
0
Vote down!

The Node Tab module was built for this purpose, after looking at various (crappy) JS solutions.

Bojan Zivanovic
Answer by: Bojan Zivanovic
Posted: Sep 5, 2013
Vote up!
0
Vote down!

Thanks guys! I will take a look at the suggested solutions. I'v already tried the Field Group Module - but it seems to not work that well with Commerce :-(

I get the same problem as these guys:
https://drupal.org/node/1251510

Answer by: Chucken79
Posted: Sep 5, 2013
Vote up!
0
Vote down!

Hi,

I'v tried all suggested solutions, but none of them was what I was looking for.

I managed to get the Field group Module to work. There is a patch here https://drupal.org/node/2078201 (#16)

that solves the problem I described above. I can recommend this module - it is simple and works!

Answer by: Chucken79
Posted: Sep 5, 2013