How to display the description tab in Jigoshop Sommerce Theme
May 29, 2012 / by Marco / Categories : jigoshop, Technology
By default, Jigoshop loads the Related products tab when displaying a product. If you want to change this so that another tab (e.g Description) is displayed then follow these instructions:
1. Open the Jigoshop.php file in /wp-content/themes/sommerce/inc
2. From line 212 to 222 replace with the following:
if ( get_the_content() == ” && ! yiw_if_related() && ! $_product->has_attributes() && ! comments_open() )
return;
$current_tab = ‘#tab-description’; /*
if ( yiw_if_related() )
$current_tab = ‘#related-products’;
elseif ( get_the_content() != ” )
$current_tab = ‘#tab-description’;
elseif ( comments_open() )
$current_tab = ‘#tab-reviews’;
elseif ( $_product->has_attributes() )
$current_tab = ‘#tab-attributes’;*/
So it should look like this:
OTHER ARTICLES YOU MAY LIKE

BUSINESS DOCUMENT TEMPLATES – CROVE APP
Are you looking for a business template to use? Did you know there are tools available that allow you to just enter the finer details and you’ll be able to create business documents? Well, Crove App is a SaaS tool that allows your business to quickly create business documents. Crove App is a cloud-based document […]
read more
AWESOME TOOL FOR REMOTE ACCESS COMPUTERS CALLED GETSCREEN.ME
Are you looking for a reliable and secure tool to access remote computers? Look no further than Getscreen.me. This powerful and easy-to-use remote access tool for Windows and Mac provides a fast, secure connection for accessing and controlling virtually any type of device, even if you’re far away. With Getscreen.me, you can connect with any […]
read more