Just lately I wanted a easy strategy to show Woocommerce retailer deal with for Native pickup delivery methodology. Subsequently, let’s have a look find out how to accomplish somethind that appears just like the one right here one the screenshot beneath.
Discover out your Native pickup ID quantity
In case you don’t understand how to do this then go to Woocommerce >> Settings >> Delivery >> Open your delivery zone.
Now hover on the Native pickup methodology and see the hyperlink. It’s one thing like this:
https://yoursite.com/wp-admin/admin.php?web page=wc-settings&tab=delivery&instance_id=2
See the ID=2, that is your delivery methodology ID.
Use CSS to show retailer deal with
Go to Look >> Customizer >> Further CSS and add this piece of CSS right here beneath.
Change the content material and styling accordingly AND change your local_pickup2 for the right id.
#shipping_method_0_local_pickup2:checked + label[for=shipping_method_0_local_pickup2]::after {
show: block;
content material: "London, Buckingham palace";
coloration: pink;
font-weight: 600;
}