Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author paulstuttard

    (@paulstuttard)

    Hi,

    If you are feeling brave you could add this code to your themes ‘functions.php’ file:

    function alx_compat_add_filters ($settings, $al) {
       add_filter( 'woocommerce_short_description', array($al, 'content_filter'), 12 );
    }
    
    add_action( 'amazon_link_init', 'alx_compat_add_filters', 1, 2);

    If I remember I’ll dig out the Extra Plugin that does this for you,

    Paul

    I came here with the exact same question of getting your shortcodes to show up in Woocommerce’s short description, and that bit of code did the trick. I was confused before this since other shortcodes worked there.

    What plugin are you talking about though?

    Plugin Author paulstuttard

    (@paulstuttard)

    I have put the code into an ‘extra’ plugin that you can just add to your WordPress plugins folder and activate.

    Its better as a plugin in case you change your theme. You can download it from here:

    http://bit.ly/1sLYsY5

    Cheers,

    Paul

    Thread Starter Quendel

    (@quendel)

    Hello Paul,

    I just come back from vacation and unfortunately your file is no more available.

    Could you upload it again ?

    Thank you very much for your help.

    Quentin

    Plugin Author paulstuttard

    (@paulstuttard)

    Hi,

    New download link:

    http://www.lazyfox.org.uk/e/data/public/97cef0.php

    Cheers,

    Paul

    Thread Starter Quendel

    (@quendel)

    Hey Paul,

    Thank you very much for your help!

    Quentin

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Woocommerce – Short Description’ is closed to new replies.