Viewing 1 replies (of 1 total)
  • @okgareth

    Use the below code in your function.php file. And in settings, display buddon on “Add direct to template”. You can also check the others as per your requirements.

    /** add printfriendly to products page **/
    
    add_action('woocommerce_share', 'printfriendly_buttons');
    function printfriendly_buttons() {
    echo do_shortcode('[printfriendly]'); }
Viewing 1 replies (of 1 total)

The topic ‘Woocommerce products- no link’ is closed to new replies.