• Resolved paourissi

    (@paourissi)



    b/Universal Product Layout
    1.How do I change the wording, colour and background of “Out of Stock”?

Viewing 1 replies (of 1 total)
  • Plugin Contributor Tarek Aziz

    (@tarekht)

    Hi @paourissi,

    Thank you very much for reaching out to us.

    I have reviewed your message and understand your concern.

    Currently, our plugin doesn’t have the option to change the “Out of Stock” text.

    However, you can place the following code snippet in the functions.php file of your theme.

    add_filter( "woolentor_shop_out_of_stock_text", function( $badge ) {
        $badge = "Your text";
        return $badge;
    } );

    That should do the trick.

    You can also change the color and background by utilizing the following settings of the widget:

    https://prnt.sc/aO7-o-xO86RW

    I hope this helps. Please let me know how it goes ??

    Wishing you a fantastic day ahead!

    Best regards,
    Tarek Aziz

Viewing 1 replies (of 1 total)
  • The topic ‘Edit wording of “Stock out” plus’ is closed to new replies.