add custom discount message to price area
-
can anyone help me with more time? Can anyone add a background color to this code and make the text in the center also add text color with it… I will be waiting for reply. For reference, I have attached a screenshot below
https://pasteboard.co/eEZnXLeejACE.png
add_filter( ‘woocommerce_get_price_html’, ‘wc_custom_message’, 100, 2 );
function wc_custom_message( $price, $product ){
return $price.”<br>(15% off until May 31, 2020)”;
}
- The topic ‘add custom discount message to price area’ is closed to new replies.