• Resolved maqndon

    (@maqndon)


    After the new update I have a problem. In Products short description I have no download links but in Quick View they appear just fine. Any advice? Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Richard Webster

    (@rwebster85)

    Hi mate I altered the hook I use to output the download button to ‘woocommerce_simple_add_to_cart’ to make it more compatible with other themes. Try adding this code to your site, like your functions.php file, and let me know how you get on.

    add_action( 'woocommerce_single_product_summary', 'somdn_product_page', 31 );

    Thread Starter maqndon

    (@maqndon)

    Richard thanks a lot! A uncomment the line in somdn-woo-functions.php and work like a charm! Cheers!

    Plugin Author Richard Webster

    (@rwebster85)

    Awesome mate glad it’s working now. I’d recommend adding the snippet instead of editing the code, so you don’t forget when there’s an update. This is a great plugin:

    https://www.ads-software.com/plugins/code-snippets/

    Thread Starter maqndon

    (@maqndon)

    Ok Richard! Thanks again for your help!

    Plugin Author Richard Webster

    (@rwebster85)

    Hello mate this is now changed back in version 3.1.3.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘No links in Products Page but in Quick View’ is closed to new replies.