• Resolved paefflaeff

    (@paefflaeff)


    Hello,
    Here in germany we need a small note under the price of a product (Inkl. MwSt. zzgl Versandkosten / Incl. Tax plus shipping) in the shopping card and checkout page. What can i do?

    I have tries that:

    function mwst() {
    echo “<p>(alle Preise inkl. gesetzl. MWSt.)</p>”;
    }
    add_action( ‘jigoshop_before_add_to_cart_button’, ‘mwst’ );

    but not working.

    Some buddy help me?

    Sorry for my english.

    Thank You

    https://wordpress.org/plugins/jigoshop/

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘action hook´s’ is closed to new replies.