{"id":16161,"date":"2023-08-26T07:00:57","date_gmt":"2023-08-26T14:00:57","guid":{"rendered":"https:\/\/membermouse.com\/?post_type=ht_kb&amp;p=8602"},"modified":"2023-08-26T07:00:57","modified_gmt":"2023-08-26T14:00:57","slug":"personalizar-botoes-na-pagina-de-checkout-2","status":"publish","type":"ht_kb","link":"https:\/\/membermouse.com\/pt\/docs\/customize-buttons-on-checkout-page\/","title":{"rendered":"Personalizar bot\u00f5es na p\u00e1gina de checkout"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">In MemberMouse's default checkout page template we include a SmartTag that automatically renders a button for each active payment method. Here's the SmartTag responsible for this:  <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>[MM_Form_Button type='all']<\/code><\/p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/storage.googleapis.com\/wpgcbucket\/wp\/2023\/09\/2be20493-170294.png\"><img decoding=\"async\" src=\"https:\/\/storage.googleapis.com\/wpgcbucket\/wp\/2023\/09\/2be20493-170294.png\" alt=\"\" class=\"wp-image-9333\"\/><\/a><\/figure>\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\">In order to provide this functionality it's necessary for us to control the styles of the buttons. There is some minor customization you can do via SmartTag attributes. For example, you can change the color and the button text as follows:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>[MM_Form_Button type='all' label='Buy Now' color='green']<\/code><\/p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/storage.googleapis.com\/wpgcbucket\/wp\/2023\/09\/88da932a-170300.png\"><img decoding=\"async\" src=\"https:\/\/storage.googleapis.com\/wpgcbucket\/wp\/2023\/09\/88da932a-170300.png\" alt=\"\" class=\"wp-image-9334\"\/><\/a><\/figure>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h5 class=\"wp-block-heading\">Having 2 Separate Buttons On A Checkout Page<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Many times, you will want to have a unique button on your site for both your Onsite Payment Gateway as well as your Offsite Payment Gateway. To do that, you need to remove the\u00a0<code>[MM_Form_Button type='all']<\/code>\u00a0from your code, and add a specific button for each payment gateway. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can use this code for the Onsite Payment Gateway:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/storage.googleapis.com\/wpgcbucket\/wp\/2023\/09\/01dc6fb1-9094.png\"><img decoding=\"async\" src=\"https:\/\/storage.googleapis.com\/wpgcbucket\/wp\/2023\/09\/01dc6fb1-9094.png\" alt=\"\" class=\"wp-image-9335\"\/><\/a><\/figure>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;a href=\"&#91;MM_Form_Button type='submit' paymentMethod='default']\"\u00a0\n\nclass=\"mm-button blue large rounded\">Sign Up With Stripe&lt;\/a><\/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\">And this for the Offsite Payment Gateway:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/storage.googleapis.com\/wpgcbucket\/wp\/2023\/09\/3c506ca9-9095.png\"><img decoding=\"async\" src=\"https:\/\/storage.googleapis.com\/wpgcbucket\/wp\/2023\/09\/3c506ca9-9095.png\" alt=\"\" class=\"wp-image-9336\"\/><\/a><\/figure>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;a href=\"&#91;MM_Form_Button type='submit' paymentMethod='paypal']\"\n\nclass=\"mm-button green large\">Sign Up With PayPal&lt;\/a><\/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\">You can also use an image for the button as well, using code like this:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/storage.googleapis.com\/wpgcbucket\/wp\/2023\/09\/dc365452-9096.png\"><img decoding=\"async\" src=\"https:\/\/storage.googleapis.com\/wpgcbucket\/wp\/2023\/09\/dc365452-9096.png\" alt=\"\" class=\"wp-image-9337\"\/><\/a><\/figure>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;a href=\"&#91;MM_Form_Button type='submit' paymentMethod='paypal']\">\n\n&lt;img src=\"http:\/\/www.paypalobjects.com\/en_US\/i\/btn\/x-click-but5.gif\">&lt;\/a><\/code><\/pre>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">Use these snippets if you are looking to have your two buttons located at different locations on the checkout page, or if you just are looking for more control over the look and position of the buttons.<\/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\">Complete Control Over Button Styles<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">If you want to have complete control over the button styles and layout you can use the following SmartTag configuration instead:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>[MM_Form_Button type='submit' paymentMethod='paypal']<\/code><\/p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">This will simply output a link that submits the form to the payment method you specified in the&nbsp;paymentMethod&nbsp;attribute. Since it only outputs a link it is your responsibility to determine how it will be displayed on the screen by using the SmartTag with an&nbsp;&lt;a&gt;&nbsp;tag or&nbsp;&lt;button&gt;&nbsp;tag. For example, you could do the following:<\/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;a href=\"&#91;MM_Form_Button type='submit' paymentMethod='paypal']\">Checkout with PayPal&lt;\/a><\/code><\/pre>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Note:<\/strong>\u00a0Once you stop using the<code>\u00a0[MM_Form_Button type='all']\u00a0<\/code>SmartTag which automatically creates a button for each active payment method, you're responsible for creating each button you want included on the checkout page by using the\u00a0<code>[MM_Form_Button type='submit' paymentMethod='']<\/code>\u00a0SmartTag configuration.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Read this article for&nbsp;<a rel=\"noreferrer noopener\" href=\"https:\/\/membermouse.com\/docs\/form-button-smarttag-mm_form_button\/\" target=\"_blank\">complete documentation on the Form_Button SmartTag<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This article details the attributes you can use to&nbsp;<a href=\"https:\/\/membermouse.com\/docs\/mm-button-styles\/\" target=\"_blank\" rel=\"noreferrer noopener\">style the buttons<\/a>&nbsp;on the Checkout page.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<pre class=\"wp-block-code\"><code><\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>In MemberMouse&#8217;s default checkout page template we include a SmartTag that automatically renders a button for each active payment method. Here&#8217;s the SmartTag responsible for this: [MM_Form_Button type=&#8217;all&#8217;] In order&#8230;<\/p>\n","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],"ht-kb-tag":[],"class_list":["post-16161","ht_kb","type-ht_kb","status-publish","format-standard","hentry","ht_kb_category-customize-checkout"],"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"In MemberMouse&#039;s default checkout page template we include a SmartTag that automatically renders a button for each active payment method. Here&#039;s the SmartTag responsible for this: [MM_Form_Button type=&#039;all&#039;] In order to provide this functionality it&#039;s necessary for us to control the styles of the buttons. There is some minor customization you can do via SmartTag\" \/>\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\/customize-buttons-on-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=\"Customize Buttons on Checkout Page | MemberMouse\" \/>\n\t\t<meta property=\"og:description\" content=\"In MemberMouse&#039;s default checkout page template we include a SmartTag that automatically renders a button for each active payment method. Here&#039;s the SmartTag responsible for this: [MM_Form_Button type=&#039;all&#039;] In order to provide this functionality it&#039;s necessary for us to control the styles of the buttons. There is some minor customization you can do via SmartTag\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/membermouse.com\/pt\/docs\/customize-buttons-on-checkout-page\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2023-08-26T14:00:57+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2023-08-26T14:00:57+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=\"Customize Buttons on Checkout Page | MemberMouse\" \/>\n\t\t<meta name=\"twitter:description\" content=\"In MemberMouse&#039;s default checkout page template we include a SmartTag that automatically renders a button for each active payment method. Here&#039;s the SmartTag responsible for this: [MM_Form_Button type=&#039;all&#039;] In order to provide this functionality it&#039;s necessary for us to control the styles of the buttons. There is some minor customization you can do via SmartTag\" \/>\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\\\/customize-buttons-on-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\\\/customize-buttons-on-checkout-page\\\/#listItem\",\"name\":\"Customize Buttons on 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\\\/customize-buttons-on-checkout-page\\\/#listItem\",\"position\":4,\"name\":\"Customize Buttons on 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=1785193116\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/docs\\\/customize-buttons-on-checkout-page\\\/#webpage\",\"url\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/docs\\\/customize-buttons-on-checkout-page\\\/\",\"name\":\"Customize Buttons on Checkout Page | MemberMouse\",\"description\":\"In MemberMouse's default checkout page template we include a SmartTag that automatically renders a button for each active payment method. Here's the SmartTag responsible for this: [MM_Form_Button type='all'] In order to provide this functionality it's necessary for us to control the styles of the buttons. There is some minor customization you can do via SmartTag\",\"inLanguage\":\"pt-BR\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/membermouse.com\\\/pt\\\/docs\\\/customize-buttons-on-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-26T07:00:57-04:00\",\"dateModified\":\"2023-08-26T07:00:57-04: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>Customize Buttons on Checkout Page | MemberMouse<\/title>\n\n","aioseo_head_json":{"title":"Personalizar bot\u00f5es na p\u00e1gina de checkout | MemberMouse","description":"In MemberMouse's default checkout page template we include a SmartTag that automatically renders a button for each active payment method. Here's the SmartTag responsible for this: [MM_Form_Button type='all'] In order to provide this functionality it's necessary for us to control the styles of the buttons. There is some minor customization you can do via SmartTag","canonical_url":"https:\/\/membermouse.com\/pt\/docs\/customize-buttons-on-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\/customize-buttons-on-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\/customize-buttons-on-checkout-page\/#listItem","name":"Customize Buttons on 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\/customize-buttons-on-checkout-page\/#listItem","position":4,"name":"Customize Buttons on 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=1785193116"}},{"@type":"WebPage","@id":"https:\/\/membermouse.com\/pt\/docs\/customize-buttons-on-checkout-page\/#webpage","url":"https:\/\/membermouse.com\/pt\/docs\/customize-buttons-on-checkout-page\/","name":"Customize Buttons on Checkout Page | MemberMouse","description":"In MemberMouse's default checkout page template we include a SmartTag that automatically renders a button for each active payment method. Here's the SmartTag responsible for this: [MM_Form_Button type='all'] In order to provide this functionality it's necessary for us to control the styles of the buttons. There is some minor customization you can do via SmartTag","inLanguage":"pt-BR","isPartOf":{"@id":"https:\/\/membermouse.com\/pt\/#website"},"breadcrumb":{"@id":"https:\/\/membermouse.com\/pt\/docs\/customize-buttons-on-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-26T07:00:57-04:00","dateModified":"2023-08-26T07:00:57-04: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":"Customize Buttons on Checkout Page | MemberMouse","og:description":"In MemberMouse's default checkout page template we include a SmartTag that automatically renders a button for each active payment method. Here's the SmartTag responsible for this: [MM_Form_Button type='all'] In order to provide this functionality it's necessary for us to control the styles of the buttons. There is some minor customization you can do via SmartTag","og:url":"https:\/\/membermouse.com\/pt\/docs\/customize-buttons-on-checkout-page\/","article:published_time":"2023-08-26T14:00:57+00:00","article:modified_time":"2023-08-26T14:00:57+00:00","article:publisher":"https:\/\/www.facebook.com\/membermouse","twitter:card":"summary_large_image","twitter:site":"@MemberMouse","twitter:title":"Customize Buttons on Checkout Page | MemberMouse","twitter:description":"In MemberMouse's default checkout page template we include a SmartTag that automatically renders a button for each active payment method. Here's the SmartTag responsible for this: [MM_Form_Button type='all'] In order to provide this functionality it's necessary for us to control the styles of the buttons. There is some minor customization you can do via SmartTag","twitter:creator":"@MemberMouse"},"aioseo_meta_data":{"post_id":"16161","title":null,"description":null,"keywords":null,"keyphrases":null,"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":null,"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":"","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":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"location":null,"local_seo":null,"limit_modified_date":false,"reviewed_by":null,"open_ai":null,"created":"2023-10-11 19:16:03","updated":"2026-06-03 05:56:36","ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":"2026-06-03 01:34:18"},"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\tCustomize Buttons on 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":"Customize Buttons on Checkout Page","link":"https:\/\/membermouse.com\/pt\/docs\/customize-buttons-on-checkout-page\/"}],"_links":{"self":[{"href":"https:\/\/membermouse.com\/pt\/wp-json\/wp\/v2\/ht-kb\/16161","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=16161"}],"version-history":[{"count":0,"href":"https:\/\/membermouse.com\/pt\/wp-json\/wp\/v2\/ht-kb\/16161\/revisions"}],"wp:attachment":[{"href":"https:\/\/membermouse.com\/pt\/wp-json\/wp\/v2\/media?parent=16161"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/membermouse.com\/pt\/wp-json\/wp\/v2\/ht-kb-category?post=16161"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/membermouse.com\/pt\/wp-json\/wp\/v2\/ht-kb-tag?post=16161"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}