• Hi, you have a good plugin, i have one question, in plugin settings are button hide country, if i activate it at checkout plugin hide a delivery methods and country. May be you have a solution, that the countries were not hidden, but the methods of delivery were hidden

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author pinal.shah

    (@pinalshah)

    Hi @arkentos,

    Do you wish to show all the fields in the Billing section at Checkout or only the country field?

    If you wish to show all the fields, you can simply add the below code in the functions.php file of your active theme

    remove_filter( 'woocommerce_billing_fields', array( 'Quotes_WC', 'billing_fields' ), 999 );

    However, if you wish to display only some of the fields, I will have to add a filter in the plugin which will allow you to modify the same.

    Please let me know.

    Thanks,
    Pinal

    • This reply was modified 3 years, 7 months ago by pinal.shah.
    Thread Starter arkentos

    (@arkentos)

    Hi, I must have put the question wrong, Sorry. So in the settings of your plugin, I have put to show prices and not hide address fields. Your plugin perfectly hides payment options, but how to hide delivery options as well?

    And one more question can Is it possible to make a normal product and a product under the request, would fall into one cart?

    Thanks

    Plugin Author pinal.shah

    (@pinalshah)

    hi @arkentos,

    No, it is not possible to add normal products as well as quotable products in a single cart.

    No payment is taken for quotable products at Checkout where as normal products do require payment to be completed.

    As for hiding delivery options, the only setting available hides both address fields and delivery options.

    Thanks,
    Pinal

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide Delivery method’ is closed to new replies.