Support » Plugin: WooCommerce » Move Sales Badge

  • Resolved srr1012

    (@srr1012)


    Hi

    Is it possible to move the location of the sales badge so that it is next to the product name or below the product name?

    Thanks in advance

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Thu P. a11n

    (@thup90)

    Hi there @srr1012!

    Is it possible to move the location of the sales badge so that it is next to the product name or below the product name?

    Could you let us know if you’re trying to move the sales badge on the product catalog or the product page?

    Thread Starter srr1012

    (@srr1012)

    Hi

    Thanks for your response. I’m trying to move it on the product page.

    Plugin Support Thu P. a11n

    (@thup90)

    Hey there,

    Can you try adding this snippet to your functions.php file:

    remove_action( 'woocommerce_before_single_product_summary', 'woocommerce_show_product_sale_flash', 10 );
    add_action('woocommerce_single_product_summary','woocommerce_show_product_sale_flash', 7);
    Plugin Support Thu P. a11n

    (@thup90)

    Hi there,

    I hope you found the previous reply helpful. We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

    Thread Starter srr1012

    (@srr1012)

    Apologies for the delay in replying.. That worked perfectly.

    Thank you for your help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Move Sales Badge’ is closed to new replies.