1.Plaats het PHP bestand uit deze zip in je child-theme folder
Download file (wel eerst uitpakken!)
2. Activeer gratis verzending binnen de verzendmethodes
3. Voeg toe aan functions.php van je child-theme
// shipping notification
require_once(‘shipping-notification.php’);
4. Voeg toe aan style.css
.delivery-schedule {
display: block;
background: rgb(38, 47, 51);
padding: 15px 0;
text-align: center;
color: #FFFFFF;
text-transform: uppercase;
font-size: 16px;
line-height: 1.0em;
}
.delivery-schedule .woocommerce-Price-amount {
color:#fff !important;
}