Quantcast
Channel: WordPress.org Forums » [WooCommerce] Support
Viewing all articles
Browse latest Browse all 103721

WeddingAlbumCafe on "[Plugin: WooCommerce - excelling eCommerce] How to rearrange tabs viewed with Woocommerce"

$
0
0

wp-content/themes/yourtheme/functions.php

add the code like so after the bit of text that tells you where to add custom functions.

/*-----------------------------------------------------------------------------------*/
/* End Theme Load Functions - You can add custom functions below */
/*-----------------------------------------------------------------------------------*/
add_filter( 'woocommerce_product_tabs', 'sb_woo_move_description_tab', 98);
function sb_woo_move_description_tab($tabs) {

$tabs['description']['priority'] = 5;
$tabs['related']['priority'] = 10;
$tabs['reviews']['priority'] = 20;

return $tabs;
}

Viewing all articles
Browse latest Browse all 103721

Latest Images

Trending Articles



Latest Images