add_action('woocommerce_after_add_to_cart_button', 'custom_shipping_message_under_cart'); function custom_shipping_message_under_cart() { echo '
🚚 Fast worldwide shipping (7–30 days)
🔒 Secure checkout & buyer protection
'; }
Shopping Cart