Home Forums WoodMart support forum Hide checkout fields

Hide checkout fields

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #623005

    andrerodriggues
    Participant

    I want to keep the checkout fields active, but hide the fields from customers:
    billing neighborhood_field,
    billing address_1_field,
    billing city_field and
    billing_state_field.

    I already managed to hide the “billing_country_field” by adding personalized css code:

    #billing_country_field{
    display: none;
    }

    but for the other fields it doesn’t work.

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

    Hung Pham
    Keymaster

    Hi andrerodriggues,

    Thanks for reaching to us.

    Please use WoodMart Checkout Field Manager feature to hide the field it at all, here is our documentation on how to use that tool: https://xtemos.com/docs-topic/fields-manager/

    Regards,

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