Hide Shipping Option

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 1 reply thread
  • Author
    Posts
    • #102882
      gettingweduk
      Participant

      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?

      https://prnt.sc/qqcns0

      Thank you

    • #103025
      Molay Das
      Keymaster

      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,

Viewing 1 reply thread
  • You must be logged in to reply to this topic.