• Resolved APPWEB

    (@appweb)


    Hi
    How to get the text after the price

    “Shop-price”
    “the text from jojo”
    (short-description)

Viewing 1 replies (of 1 total)
  • Plugin Author Jon Kristensen

    (@jojoweb)

    You can add the following to the file functions.php in your theme:

    remove_action( ‘woocommerce_after_shop_loop_item_title’, ‘jojo_woocommerce_description_after_shop_loop_item_title’);
    add_action( ‘woocommerce_after_shop_loop_item_title’, ‘jojo_woocommerce_description_after_shop_loop_item_title’, 20);

    This would switch around text and price.
    Use a child theme if possible.

Viewing 1 replies (of 1 total)
  • The topic ‘Text after price’ is closed to new replies.