Removeing "Flat Rate" shipping labels
Hello,
How can i remove “Flat Rate” shipping labels from Cart, Thank you and Order Email.?
https://imgur.com/NA1VIGe
Thank you
Hello,
I saw the screenshot you attached. Please provide the URL of the website to check it myself and help you out accordingly.
Best Regards.
Hello,
I have visited the URL you attached. To remove the shipping label flat rate you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
#shipping_method label {
display: none;
}
This will remove the shipping label with amount.
Best Regards.
hello,
i added the code, but is also removeing the shipping price and i dont want that.
https://imgur.com/Lwv601b
thanks
Hello,
You cannot only remove the label and show only the price from the free shipping. Because both are added in a single tag.
It requires customization and this is beyond our limitations and support policy.
Best Regards.