Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

How To Add Custom Message When Local Pickup Chosen

$
0
0

Replies: 0

Hi,

I want to add custom message appear below radio button at cart and checkout page when customer choose local pickup option. I try to follow this step https://wordpress.org/support/topic/custom-message-for-local-pickup/, but it seems doesn’t work when I logout and test it, and I notice the css class also change(when login:local_pickup19, when logout:local_pickup20). This is my code.

input#shipping_method_0_local_pickup19:checked + label[for=shipping_method_0_local_pickup19]::after {
    display: block !important;
    content: "Address: No.13 &15, Jalan Indah 2/18 Taman Universiti Indah 43300 Seri Kembangan Selangor." !important;
}

Thank you in advance!


Viewing all articles
Browse latest Browse all 59525

Trending Articles