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;
}

Wil jij gratis WordPress tips in je inbox ontvangen?

Wij sturen maximaal 2 e-mails per maand. Beloofd!

Voornaam
Dit veld is bedoeld voor validatiedoeleinden en moet niet worden gewijzigd.