Home Forums WoodMart support forum Woocommerce checkout issue

Woocommerce checkout issue

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #649170

    imaanishopbd
    Participant

    I did hide the checkout field from the below screenshot but when i go to checkout it’s say please enter and address. I’m filling up all the fields but still saying this. what’s the issue?

    N.B. I need only 3 fields name, address and phone number

    Attachments:
    You must be logged in to view attached files.
    #649218

    Hello,

    The issue you’re experiencing usually occurs when the country field is disabled or removed in either the billing or shipping section. If the country field is disabled, could you please enable the fields and verify from your side?

    If you set “I sell to only one country” in WooCommerce settings, that country will appear in the checkout and the country field will be read only and then hide the field by using the below CSS code in the global custom CSS area under theme settings >> custom CSS:

    You can hide it with some custom CSS:

    #billing_country_field {
      display: none;
    }

    Best Regards.

    #649384

    imaanishopbd
    Participant

    Still having issue. How can i solve this?

    Attachments:
    You must be logged in to view attached files.
    #649386

    imaanishopbd
    Participant

    Still having the same issue and a new issue. check the below screenshot. How can i solve this?

    Attachments:
    You must be logged in to view attached files.
    #649548

    Hello,

    Could you please once check how it works with some default WordPress themes like WooCommerce Storefront to understand if it is our theme issue or not?

    Best Regards,

Viewing 5 posts - 1 through 5 (of 5 total)