• Resolved amarmustaqim

    (@amarmustaqim)


    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://www.ads-software.com/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!

    • This topic was modified 3 years, 10 months ago by amarmustaqim.
    • This topic was modified 3 years, 10 months ago by amarmustaqim.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How To Add Custom Message When Local Pickup Chosen’ is closed to new replies.