Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › Hide Shipping Option
- This topic has 1 reply, 2 voices, and was last updated 4 years, 9 months ago by Ramamurthy Krishnan.
- AuthorPosts
- January 20, 2020 at 10:09 pm #102882gettingwedukParticipant
Can I hide the two red boxed sections as I’m only allowing shipping within the UK so these aren’t needed? Is it also possible to change ‘Shipping By Country’ title to ‘Shipping Costs’ please?
Thank you
- January 21, 2020 at 7:04 pm #103025Ramamurthy KrishnanKeymaster
Hi,
For removing “Shipping Type” option you have to add the below given code to your theme’s style.css file. After removing this field you can’t select the shipping type option and for this the “Shipping By Country” settings will not appear. But if you still want this then please use the below code to remove it.
.wcfmmp_shipping_type, #wcfmmp_shipping_type { display: none !important; }
For removing the “Shipping Rates by Country” section add the below code in your theme’s style.css file.
#wcfmmp_settings_form_shipping_by_country .wcfmmp_shipping_rates, #wcfmmp_settings_form_shipping_by_country #wcfmmp_shipping_rates, #wcfmmp_settings_form_shipping_by_country .description { display: none !important; }
For changing the ‘Shipping By Country’ title to ‘Shipping Costs’ use the Loco Translate plugin.
Thanks,
- AuthorPosts
- You must be logged in to reply to this topic.