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 4 years, 9 months ago by
pinal.shah.
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
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