Change Sale Badge
-
Hi,
how can I change the sale badge? It says “ANGEB” now, cause use the german wordpress version, but I would like it to be displayed as “SALE”. Is it possible to change the colour of the badge, too?I tried this, but it didn’t work:
add_filter(‘woocommerce_sale_flash’, ‘avia_change_sale_content’, 10, 3);
function avia_change_sale_content($content, $post, $product){
$content = ‘<span class=”onsale”>’.__( ‘Sale custom text!’, ‘woocommerce’ ).'</span>’;
return $content;
}Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Change Sale Badge’ is closed to new replies.