Jump to content

[Solved] Product info tabs


Mr.Moon

Recommended Posts

Make not the first tab to be the default: (need adujustement for your needs)

$(document).ready(function(){
  $('#more_info_tabs a').removeClass('selected');
  $('#more_info_sheets').children().addClass('block_hidden_only_for_screen');
  $('#more_info_tabs a[href="#idTab2"]').addClass('selected');
  $('#idTab2').removeClass('block_hidden_only_for_screen');
});

In the javascript section of product.tpl

 

Change the order of tabs,:

switch the appropriate sections for #more_info_tabs list and matching #more_info_sheet.

 

 

My preference goes for the second method which is more bullet proof

 

Best,

(d)oekia

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...