Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter farid1492

    (@farid1492)

    or add a button to redirect to to single product page

    Plugin Author YITHEMES

    (@yithemes)

    Hi,
    for add button to redirect to single product page just add this code on your functions.php

    add_action('yith_wcqv_product_summary', 'redirect_to_product_page', 28 );
    function redirect_to_product_page(){
        global $product;
        echo '<a class="button" href="'.get_permalink($product->id).'">View page</a>';
    }

    Regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘show gallary’ is closed to new replies.