Support » Plugin: WooCommerce » How to change thumbnail images location?

Viewing 1 replies (of 1 total)
  • Thread Starter zihniates

    (@zihniates)

    ok i solved!.

    install woocommerce tab pro,

    open product-thumbnails.php and before <div class=thumbnails”> write ob_start();

    and

    after the </div> write
    <?php $tamb_html= ob_get contents();ob_end_clean(); ?>

    and go to tabs.php

    add global $tamb_html;

    and after the panel entry content; write:

    <?php
    if ($key == ‘product_editor_2908_tab’)
    {
    echo $tamb_html;
    }

    call_user_func( $tab[‘callback’], $key, $tab,;

Viewing 1 replies (of 1 total)
  • The topic ‘How to change thumbnail images location?’ is closed to new replies.