{"id":7790,"date":"2023-08-12T13:06:35","date_gmt":"2023-08-12T20:06:35","guid":{"rendered":"https:\/\/membermouse.com\/?post_type=ht_kb&#038;p=7790"},"modified":"2025-01-17T10:30:10","modified_gmt":"2025-01-17T15:30:10","slug":"ocultar-campos-opcionais-na-pagina-de-checkout","status":"publish","type":"ht_kb","link":"https:\/\/membermouse.com\/pt\/docs\/hide-optional-fields-on-the-checkout-page\/","title":{"rendered":"Ocultar campos opcionais na p\u00e1gina de checkout"},"content":{"rendered":"<p class=\"wp-block-paragraph\">Alguns campos s\u00e3o opcionais no formul\u00e1rio de checkout. Voc\u00ea n\u00e3o precisa mostrar os campos aos clientes, mas a SmartTag em si precisa ser listada no HTML do formul\u00e1rio e depois ocultada usando o processo descrito abaixo. Aqui est\u00e1 uma lista de todos os campos que s\u00e3o opcionais e, portanto, podem ser ocultados, se desejado:<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Primeiro nome<\/li>\n\n\n\n<li>Sobrenome<\/li>\n\n\n\n<li>N\u00famero de telefone<\/li>\n\n\n\n<li>Senha<\/li>\n\n\n\n<li>Endere\u00e7o de cobran\u00e7a<\/li>\n\n\n\n<li>Cidade de cobran\u00e7a<\/li>\n\n\n\n<li>Estado de faturamento<\/li>\n\n\n\n<li>C\u00f3digo postal de cobran\u00e7a<\/li>\n\n\n\n<li>Pa\u00eds de faturamento<\/li>\n\n\n\n<li>Endere\u00e7o de entrega<\/li>\n\n\n\n<li>Cidade de expedi\u00e7\u00e3o<\/li>\n\n\n\n<li>Estado da remessa<\/li>\n\n\n\n<li>C\u00f3digo postal de remessa<\/li>\n\n\n\n<li>Pa\u00eds de envio<\/li>\n\n\n\n<li>M\u00e9todo de envio<\/li>\n<\/ul>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">Voc\u00ea pode saber mais lendo o&nbsp;<a href=\"https:\/\/membermouse.com\/pt\/documentos-3-2\/campo-de-formulario-smarttag-mm_form_field\/\" target=\"_blank\" rel=\"noreferrer noopener\">SmartTag de campo de formul\u00e1rio<\/a>&nbsp;artigo.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Para demonstrar como ocultar essas op\u00e7\u00f5es de campo no formul\u00e1rio de checkout, usaremos o campo Phone Number como exemplo.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h5 class=\"wp-block-heading\">Como exemplo, veja como ocultar o campo de n\u00famero de telefone<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Se voc\u00ea quiser remover o n\u00famero de telefone da p\u00e1gina de checkout, <strong>n\u00e3o exclua o SmartTag<\/strong>\u2122 do formul\u00e1rio, em vez disso, fa\u00e7a o seguinte: <\/p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<pre class=\"wp-block-code\"><code>[MM_Form_Field type='hidden' name='phone' isRequired='false']<\/code><\/pre>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">Quando o campo de n\u00famero de telefone for inclu\u00eddo dessa forma, ele n\u00e3o aparecer\u00e1 no formul\u00e1rio de checkout.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h5 class=\"wp-block-heading\">Impedir a cria\u00e7\u00e3o de espa\u00e7os vazios ao ocultar um campo<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Por padr&atilde;o, o WordPress converte automaticamente as quebras de linha duplas no texto em tags de par&aacute;grafo HTML (&lt;p&gt;...&lt;\/p&gt;). Para evitar que isso aconte&ccedil;a, consulte e siga as instru&ccedil;&otilde;es descritas no artigo&nbsp;<a href=\"https:\/\/membermouse.com\/pt\/documentos-3-2\/linhas-extras-estao-sendo-adicionadas-ao-usar-smarttags\/\" target=\"_blank\" rel=\"noreferrer noopener\">Linhas extras est\u00e3o sendo adicionadas \u00e0 p\u00e1gina de checkout<\/a>.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h5 class=\"wp-block-heading\">Aqui est\u00e1 outro truque para evitar o aparecimento de espa\u00e7os vazios<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Se tiver tentado o artigo acima e ainda estiver obtendo espa\u00e7os vazios, ou se simplesmente n\u00e3o quiser se preocupar com outro plugin, ser\u00e1 necess\u00e1rio colocar um SmartTag\u2122 imediatamente ap\u00f3s outro SmartTag\u2122 na mesma linha, conforme descrito abaixo:<\/p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;p class=&quot;mm-formField&quot;&gt;\n\n&lt;label&gt;Senha:&lt;\/label&gt;\n\n[MM_Form_Field type=&#039;input&#039; name=&#039;password&#039;][MM_Form_Field type=&#039;hidden&#039; name=&#039;phone&#039; isRequired=&#039;false&#039;]\n\n&lt;\/p&gt;<\/code><\/pre>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">Quando o campo de n\u00famero de telefone for inclu\u00eddo dessa forma, ele n\u00e3o aparecer\u00e1 no formul\u00e1rio de checkout e n\u00e3o dever\u00e1 haver espa\u00e7os em branco ou vazios abaixo do campo de senha.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Se quiser ter mais controle sobre a apar\u00eancia da p\u00e1gina, tente personalizar a folha de estilo do MM ou substitu\u00ed-la por uma de sua prefer\u00eancia:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/membermouse.com\/pt\/documentos-3-2\/guia-para-estilizar-o-css-de-paginas-centrais-e-widgets\/\" target=\"_blank\" rel=\"noreferrer noopener\">Guia para estilizar o CSS de p\u00e1ginas e widgets principais<\/a><\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>","protected":false},"excerpt":{"rendered":"<p>Certain fields are optional on the checkout form. You do not need to show the fields to customers, but the SmartTag itself needs to be listed in the HTML of&#8230;<\/p>","protected":false},"author":20918,"comment_status":"open","ping_status":"closed","template":"","format":"standard","meta":{"_acf_changed":false,"om_disable_all_campaigns":false,"_strive_editorial_status":"not-started","_strive_copy_of":0,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"ht-kb-category":[226,167],"ht-kb-tag":[],"class_list":["post-7790","ht_kb","type-ht_kb","status-publish","format-standard","hentry","ht_kb_category-customize-checkout","ht_kb_category-smarttags-usage"],"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Certain fields are optional on the checkout form. You do not need to show the fields to customers, but the SmartTag itself needs to be listed in the HTML of the form and then hidden using the process described below. Here&#039;s a list of all the fields that are optional and thus can be hidden\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Blair\"\/>\n\t<meta name=\"google-site-verification\" content=\"RIQFHn-t5QxsuMU4pLG9xaceb-mmGuRaOWAEU1Q078U\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/membermouse.com\/pt\/docs\/hide-optional-fields-on-the-checkout-page\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"pt_BR\" \/>\n\t\t<meta property=\"og:site_name\" content=\"MemberMouse |\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Hide Optional Fields on the Checkout Page | MemberMouse\" \/>\n\t\t<meta property=\"og:description\" content=\"Certain fields are optional on the checkout form. You do not need to show the fields to customers, but the SmartTag itself needs to be listed in the HTML of the form and then hidden using the process described below. Here&#039;s a list of all the fields that are optional and thus can be hidden\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/membermouse.com\/pt\/docs\/hide-optional-fields-on-the-checkout-page\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2023-08-12T20:06:35+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-01-17T15:30:10+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/membermouse\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@MemberMouse\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Hide Optional Fields on the Checkout Page | MemberMouse\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Certain fields are optional on the checkout form. You do not need to show the fields to customers, but the SmartTag itself needs to be listed in the HTML of the form and then hidden using the process described below. Here&#039;s a list of all the fields that are optional and thus can be hidden\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@MemberMouse\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/docs\\\/hide-optional-fields-on-the-checkout-page\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/membermouse.com\\\/pt\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/article-categories\\\/checkout-settings\\\/#listItem\",\"name\":\"Checkout Settings\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/article-categories\\\/checkout-settings\\\/#listItem\",\"position\":2,\"name\":\"Checkout Settings\",\"item\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/article-categories\\\/checkout-settings\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/article-categories\\\/customize-checkout\\\/#listItem\",\"name\":\"Customize Checkout Page\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/article-categories\\\/customize-checkout\\\/#listItem\",\"position\":3,\"name\":\"Customize Checkout Page\",\"item\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/article-categories\\\/customize-checkout\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/docs\\\/hide-optional-fields-on-the-checkout-page\\\/#listItem\",\"name\":\"Hide Optional Fields on the Checkout Page\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/article-categories\\\/checkout-settings\\\/#listItem\",\"name\":\"Checkout Settings\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/docs\\\/hide-optional-fields-on-the-checkout-page\\\/#listItem\",\"position\":4,\"name\":\"Hide Optional Fields on the Checkout Page\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/article-categories\\\/customize-checkout\\\/#listItem\",\"name\":\"Customize Checkout Page\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/#organization\",\"name\":\"MemberMouse\",\"url\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/\",\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/membermouse\",\"https:\\\/\\\/twitter.com\\\/MemberMouse\",\"https:\\\/\\\/www.instagram.com\\\/membermouse\\\/\",\"https:\\\/\\\/www.youtube.com\\\/user\\\/membermouse\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/membermouse\\\/\",\"https:\\\/\\\/soundcloud.com\\\/membermouse\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/author\\\/blaircaseproof-com\\\/#author\",\"url\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/author\\\/blaircaseproof-com\\\/\",\"name\":\"Blair\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/membermouse.com\\\/wp-content\\\/litespeed\\\/avatar\\\/5b6227a6ed29e339c22d01fe541a969c.jpg?ver=1785797965\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/docs\\\/hide-optional-fields-on-the-checkout-page\\\/#webpage\",\"url\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/docs\\\/hide-optional-fields-on-the-checkout-page\\\/\",\"name\":\"Hide Optional Fields on the Checkout Page | MemberMouse\",\"description\":\"Certain fields are optional on the checkout form. You do not need to show the fields to customers, but the SmartTag itself needs to be listed in the HTML of the form and then hidden using the process described below. Here's a list of all the fields that are optional and thus can be hidden\",\"inLanguage\":\"pt-BR\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/docs\\\/hide-optional-fields-on-the-checkout-page\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/author\\\/blaircaseproof-com\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/author\\\/blaircaseproof-com\\\/#author\"},\"datePublished\":\"2023-08-12T13:06:35-04:00\",\"dateModified\":\"2025-01-17T10:30:10-05:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/#website\",\"url\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/\",\"name\":\"MemberMouse\",\"inLanguage\":\"pt-BR\",\"publisher\":{\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>Hide Optional Fields on the Checkout Page | MemberMouse<\/title>\n\n","aioseo_head_json":{"title":"Ocultar campos opcionais na p\u00e1gina de checkout | MemberMouse","description":"Alguns campos s\u00e3o opcionais no formul\u00e1rio de checkout. Voc\u00ea n\u00e3o precisa mostrar os campos aos clientes, mas a SmartTag em si precisa ser listada no HTML do formul\u00e1rio e depois ocultada usando o processo descrito abaixo. Aqui est\u00e1 uma lista de todos os campos que s\u00e3o opcionais e, portanto, podem ser ocultados","canonical_url":"https:\/\/membermouse.com\/pt\/docs\/hide-optional-fields-on-the-checkout-page\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"RIQFHn-t5QxsuMU4pLG9xaceb-mmGuRaOWAEU1Q078U","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/membermouse.com\/pt\/docs\/hide-optional-fields-on-the-checkout-page\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/membermouse.com\/pt#listItem","position":1,"name":"Home","item":"https:\/\/membermouse.com\/pt","nextItem":{"@type":"ListItem","@id":"https:\/\/membermouse.com\/pt\/article-categories\/checkout-settings\/#listItem","name":"Checkout Settings"}},{"@type":"ListItem","@id":"https:\/\/membermouse.com\/pt\/article-categories\/checkout-settings\/#listItem","position":2,"name":"Checkout Settings","item":"https:\/\/membermouse.com\/pt\/article-categories\/checkout-settings\/","nextItem":{"@type":"ListItem","@id":"https:\/\/membermouse.com\/pt\/article-categories\/customize-checkout\/#listItem","name":"Customize Checkout Page"},"previousItem":{"@type":"ListItem","@id":"https:\/\/membermouse.com\/pt#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/membermouse.com\/pt\/article-categories\/customize-checkout\/#listItem","position":3,"name":"Customize Checkout Page","item":"https:\/\/membermouse.com\/pt\/article-categories\/customize-checkout\/","nextItem":{"@type":"ListItem","@id":"https:\/\/membermouse.com\/pt\/docs\/hide-optional-fields-on-the-checkout-page\/#listItem","name":"Hide Optional Fields on the Checkout Page"},"previousItem":{"@type":"ListItem","@id":"https:\/\/membermouse.com\/pt\/article-categories\/checkout-settings\/#listItem","name":"Checkout Settings"}},{"@type":"ListItem","@id":"https:\/\/membermouse.com\/pt\/docs\/hide-optional-fields-on-the-checkout-page\/#listItem","position":4,"name":"Hide Optional Fields on the Checkout Page","previousItem":{"@type":"ListItem","@id":"https:\/\/membermouse.com\/pt\/article-categories\/customize-checkout\/#listItem","name":"Customize Checkout Page"}}]},{"@type":"Organization","@id":"https:\/\/membermouse.com\/pt\/#organization","name":"MemberMouse","url":"https:\/\/membermouse.com\/pt\/","sameAs":["https:\/\/www.facebook.com\/membermouse","https:\/\/twitter.com\/MemberMouse","https:\/\/www.instagram.com\/membermouse\/","https:\/\/www.youtube.com\/user\/membermouse","https:\/\/www.linkedin.com\/company\/membermouse\/","https:\/\/soundcloud.com\/membermouse"]},{"@type":"Person","@id":"https:\/\/membermouse.com\/pt\/author\/blaircaseproof-com\/#author","url":"https:\/\/membermouse.com\/pt\/author\/blaircaseproof-com\/","name":"Blair","image":{"@type":"ImageObject","url":"https:\/\/membermouse.com\/wp-content\/litespeed\/avatar\/5b6227a6ed29e339c22d01fe541a969c.jpg?ver=1785797965"}},{"@type":"WebPage","@id":"https:\/\/membermouse.com\/pt\/docs\/hide-optional-fields-on-the-checkout-page\/#webpage","url":"https:\/\/membermouse.com\/pt\/docs\/hide-optional-fields-on-the-checkout-page\/","name":"Hide Optional Fields on the Checkout Page | MemberMouse","description":"Certain fields are optional on the checkout form. You do not need to show the fields to customers, but the SmartTag itself needs to be listed in the HTML of the form and then hidden using the process described below. Here's a list of all the fields that are optional and thus can be hidden","inLanguage":"pt-BR","isPartOf":{"@id":"https:\/\/membermouse.com\/pt\/#website"},"breadcrumb":{"@id":"https:\/\/membermouse.com\/pt\/docs\/hide-optional-fields-on-the-checkout-page\/#breadcrumblist"},"author":{"@id":"https:\/\/membermouse.com\/pt\/author\/blaircaseproof-com\/#author"},"creator":{"@id":"https:\/\/membermouse.com\/pt\/author\/blaircaseproof-com\/#author"},"datePublished":"2023-08-12T13:06:35-04:00","dateModified":"2025-01-17T10:30:10-05:00"},{"@type":"WebSite","@id":"https:\/\/membermouse.com\/pt\/#website","url":"https:\/\/membermouse.com\/pt\/","name":"MemberMouse","inLanguage":"pt-BR","publisher":{"@id":"https:\/\/membermouse.com\/pt\/#organization"}}]},"og:locale":"pt_BR","og:site_name":"MemberMouse |","og:type":"article","og:title":"Hide Optional Fields on the Checkout Page | MemberMouse","og:description":"Certain fields are optional on the checkout form. You do not need to show the fields to customers, but the SmartTag itself needs to be listed in the HTML of the form and then hidden using the process described below. Here's a list of all the fields that are optional and thus can be hidden","og:url":"https:\/\/membermouse.com\/pt\/docs\/hide-optional-fields-on-the-checkout-page\/","article:published_time":"2023-08-12T20:06:35+00:00","article:modified_time":"2025-01-17T15:30:10+00:00","article:publisher":"https:\/\/www.facebook.com\/membermouse","twitter:card":"summary_large_image","twitter:site":"@MemberMouse","twitter:title":"Hide Optional Fields on the Checkout Page | MemberMouse","twitter:description":"Certain fields are optional on the checkout form. You do not need to show the fields to customers, but the SmartTag itself needs to be listed in the HTML of the form and then hidden using the process described below. Here's a list of all the fields that are optional and thus can be hidden","twitter:creator":"@MemberMouse"},"aioseo_meta_data":{"post_id":"7790","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","location":null,"local_seo":null,"limit_modified_date":false,"reviewed_by":null,"open_ai":"{\"title\":{\"suggestions\":[],\"usage\":0},\"description\":{\"suggestions\":[],\"usage\":0}}","created":"2023-10-11 18:20:46","updated":"2026-06-03 04:27:14","ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":"2026-06-03 00:01:04"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/membermouse.com\/pt\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/membermouse.com\/pt\/article-categories\/checkout-settings\/\" title=\"Checkout Settings\">Checkout Settings<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/membermouse.com\/pt\/article-categories\/customize-checkout\/\" title=\"Customize Checkout Page\">Customize Checkout Page<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\tHide Optional Fields on the Checkout Page\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/membermouse.com\/pt"},{"label":"Checkout Settings","link":"https:\/\/membermouse.com\/pt\/article-categories\/checkout-settings\/"},{"label":"Customize Checkout Page","link":"https:\/\/membermouse.com\/pt\/article-categories\/customize-checkout\/"},{"label":"Hide Optional Fields on the Checkout Page","link":"https:\/\/membermouse.com\/pt\/docs\/hide-optional-fields-on-the-checkout-page\/"}],"_links":{"self":[{"href":"https:\/\/membermouse.com\/pt\/wp-json\/wp\/v2\/ht-kb\/7790","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/membermouse.com\/pt\/wp-json\/wp\/v2\/ht-kb"}],"about":[{"href":"https:\/\/membermouse.com\/pt\/wp-json\/wp\/v2\/types\/ht_kb"}],"author":[{"embeddable":true,"href":"https:\/\/membermouse.com\/pt\/wp-json\/wp\/v2\/users\/20918"}],"replies":[{"embeddable":true,"href":"https:\/\/membermouse.com\/pt\/wp-json\/wp\/v2\/comments?post=7790"}],"version-history":[{"count":1,"href":"https:\/\/membermouse.com\/pt\/wp-json\/wp\/v2\/ht-kb\/7790\/revisions"}],"predecessor-version":[{"id":20466,"href":"https:\/\/membermouse.com\/pt\/wp-json\/wp\/v2\/ht-kb\/7790\/revisions\/20466"}],"wp:attachment":[{"href":"https:\/\/membermouse.com\/pt\/wp-json\/wp\/v2\/media?parent=7790"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/membermouse.com\/pt\/wp-json\/wp\/v2\/ht-kb-category?post=7790"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/membermouse.com\/pt\/wp-json\/wp\/v2\/ht-kb-tag?post=7790"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}