Jump to content

How to display 'More Info' as default when customer views a product


Recommended Posts

Hey rocky,

So at the options at the bottom of my products are the following in order from left to right:

1. "We also have..."
2. "More info"
3. "Data Sheet"

I want customers to see the "More info" by default.
Where can i configure this?, cant seem to see it in the back office....

Cheers

Link to comment
Share on other sites

It can't be configured in the Back Office. You will need to modify code. Add the following on line 326 of js/product.js in your theme's directory (before the first line of the $(document).ready function):

$('#more_info_tab_more_info').click();



This will click the "More info" tab once the page has finished loading.

Link to comment
Share on other sites

Hmmm. It seems your third-party module that adds the "We also have" tab is executing after the code you added. Try moving it to the end of the $('document').ready function. If that doesn't work, you will need to find the third-party javascript and add the code to the end of it.

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...