Код: Выделить всё
add_action( 'woocommerce_cart_is_empty', 'custom_empty_cart_message', 10 );
remove_action( 'woocommerce_cart_is_empty', 'wc_empty_cart_message', 10 );
remove_action( 'woocommerce_cart_item_removed', 'action_woocommerce_cart_item_removed', 10);
add_action( 'woocommerce_cart_item_removed', 'custom_empty_cart_message', 10);
function custom_empty_cart_message() {
$html = '[url=http://abcd.com/wp-content/lo.png]
[img]http://abcd.com/wp-content/lo.png[/img]
[/url]';
$html .= wp_kses_post( apply_filters( 'wc_empty_cart_message', __( '
Your Shopping Cart Looks Empty[/b]
Your shopping cart is waitingGive it purpose
', 'woocommerce' ) ) );
echo $html . '';
}
Поздравляем!
Подробнее здесь: https://stackoverflow.com/questions/662 ... is-removed