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

    (@vendidero)

    Hi,

    could you provide a link? Which theme are you using?

    Cheers

    Thread Starter jopmoreira

    (@jop-m)

    Hi,

    ..

    I’m using the theme Justshop..
    Thanks

    Thread Starter jopmoreira

    (@jop-m)

    Plugin Author vendidero

    (@vendidero)

    Hi,

    first: seems like you are using the WooCommerce price suffix to add “inkl. MwSt.” to the price. Would be better to remove that.

    seems like your theme does not use default order to show up the price. You might want use the following hooks to change the order of legal information:

    remove_action( 'woocommerce_single_product_summary', 'woocommerce_gzd_template_single_legal_info', 11 );

    add_action( 'woocommerce_single_product_summary', 'woocommerce_gzd_template_single_legal_info', 15 );

    You might play around a little with the number (15) – this is the priority and might be different to match your theme..

    Cheers

    Thread Starter jopmoreira

    (@jop-m)

    Hi,

    It can’t really go under the price, I’ve try every single priority, but at least now it is not on top… Thanks

    the only problem is that the remove_action didn’t worked, now I have it doubled!!

    Cheers

    Thread Starter jopmoreira

    (@jop-m)

    Any idea how can i remove the one on top?
    and how can i remove it on the products that are not for sale?

    Cheers

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘"inkl. MwSt. zzgl. Versand" under the price’ is closed to new replies.