08-06-2014, 04:05 PM
WooThemes – WooCommerce Tab Manager v1.1.1
As a WooCommerce store owner, we know you love your products. In fact, you love them so much you probably want to tell your customers everything about them, from dimensions to shipping and manufacturing details. We get it! But you probably want a really polished way to do it on your product pages, right? Tab Manager helps you create professional, informative product pages in less time than it will take you to read this page. Tab Manager gives you complete control over your product page tabs, allowing you to easily create new tabs for products, share tabs among multiple products, reorder tabs using a visual drag-and-drop interface, and more. No more messing with filters, template files, or modifying your theme; you’ll be able to create custom tabs from the convenience of the WordPress dashboard. Even most 3rd party tabs added by other plugins will be detected, allowing you to hide or order them alongside your own tabs.
Homepage:
Download Link:
Callhome stripoff: [woo-includes\woo-functions.php]
PS. there is newer version out there v1.1.2, but i can't find it, looking forward to it
As a WooCommerce store owner, we know you love your products. In fact, you love them so much you probably want to tell your customers everything about them, from dimensions to shipping and manufacturing details. We get it! But you probably want a really polished way to do it on your product pages, right? Tab Manager helps you create professional, informative product pages in less time than it will take you to read this page. Tab Manager gives you complete control over your product page tabs, allowing you to easily create new tabs for products, share tabs among multiple products, reorder tabs using a visual drag-and-drop interface, and more. No more messing with filters, template files, or modifying your theme; you’ll be able to create custom tabs from the convenience of the WordPress dashboard. Even most 3rd party tabs added by other plugins will be detected, allowing you to hide or order them alongside your own tabs.
Homepage:
Magic Button :
Download Link:
Magic Button :
Callhome stripoff: [woo-includes\woo-functions.php]
Magic Button :
Code:
<?php
if ( ! class_exists( 'WC_Dependencies' ) )
require_once 'class-wc-dependencies.php';
if ( ! function_exists( 'is_woocommerce_active' ) ) {
function is_woocommerce_active() {
return WC_Dependencies::woocommerce_active_check();
}
}
if ( ! function_exists( 'woothemes_queue_update' ) ) { function woothemes_queue_update( $file, $file_id, $product_id ) {} }
if ( ! class_exists( 'WooThemes_Plugin_Updater' ) ) {
class WooThemes_Plugin_Updater { function init() {} }
}
PS. there is newer version out there v1.1.2, but i can't find it, looking forward to it