'How to add comment below shipping details in Woocommerce checkout page?
On the woocommerce checkout page, there is a shipping option section. I have two options on my store which are collection (available to all users) and a free delivery option (available to only customers with certain postcodes). These are set-up using the advanced shipping methods plugin.
I want to add a comment/text below the shipping options to let users know why they cant see the free shipping method. Something like "you cant select free delivery because your not within our delivery area."
Can anyone help accomplish this?
Screenshot example of what I want to achieve:
Solution 1:[1]
copy the file wp-content\plugins\woocommerce-elementor\woocommerce\templates\cart\cart-shipping.php to yourtheme/woocommerce/cart/cart-shipping.php and add your comment to given relevant location
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Geza Gog |

