{"id":168089,"date":"2023-11-20T13:58:09","date_gmt":"2023-11-20T08:28:09","guid":{"rendered":"https:\/\/git-staging.wpastra.com\/?post_type=docs&#038;p=168089"},"modified":"2023-11-20T14:11:48","modified_gmt":"2023-11-20T08:41:48","slug":"my-account-page-customization","status":"publish","type":"docs","link":"https:\/\/git-staging.wpastra.com\/es\/docs\/my-account-page-customization\/","title":{"rendered":"C\u00f3mo a\u00f1adir contenido adicional en la p\u00e1gina de inicio de sesi\u00f3n de Mi cuenta"},"content":{"rendered":"<p>Mejorar la experiencia de usuario en tu tienda WooCommerce requiere frecuentemente personalizaci\u00f3n, especialmente en la p\u00e1gina de inicio de sesi\u00f3n Mi Cuenta.<\/p>\n\n\n\n<p>Este documento le guiar\u00e1 a trav\u00e9s de los pasos para a\u00f1adir contenido extra en los formularios de acceso y registro de la p\u00e1gina Mi Cuenta utilizando un tema hijo Astra en WordPress.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-168089-_egj8aoh2xq3m\"><\/a><strong>C\u00f3mo a\u00f1adir contenido adicional en la p\u00e1gina de inicio de sesi\u00f3n de Mi cuenta<\/strong><\/h3>\n\n\n\n<p>Antes de continuar, aseg\u00farate de que tienes WordPress instalado y configurado, y que el plugin WooCommerce est\u00e1 activado. Adem\u00e1s, aseg\u00farese de que ha configurado un <a href=\"https:\/\/git-staging.wpastra.com\/es\/docs\/install-astra-child-theme\/\">tema infantil<\/a> para salvaguardar sus modificaciones durante las actualizaciones de los temas.<\/p>\n\n\n\n<p>Una vez que el tema hijo est\u00e9 instalado y activado, vaya a Apariencia &gt; Editor de archivos de tema y busque el tema hijo. Abre el archivo functions.php dentro del tema hijo para personalizar el c\u00f3digo.<\/p>\n\n\n\n<p>A continuaci\u00f3n, copie y pegue los fragmentos de c\u00f3digo proporcionados al final del archivo functions.php.<\/p>\n\n\n\n<pre class=\"wp-block-code\" data-no-translation=\"\" data-no-auto-translation=\"\"><code>\/\/ Add content to the login form\r\nadd_action('woocommerce_login_form_start','astra_theme_add_login_text');\r\n  \r\nfunction astra_theme_add_login_text() {\r\n    echo '&lt;h3 class=\"bb-login-subtitle\">Registered Customers&lt;\/h3>&lt;p class=\"bb-login-description\">If you possess an account with us, please sign in by entering your email address.&lt;\/p>';\r\n}\r\n\r\n\/\/ Add content to the registration form\r\nadd_action('woocommerce_register_form_start','astra_theme_add_reg_text');\r\n  \r\nfunction astra_theme_add_reg_text() {\r\n    echo '&lt;h3 class=\"bb-register-subtitle\">New Customers&lt;\/h3>&lt;p class=\"bb-register-description\">Sign up with our store to streamline your shopping experience. Enjoy faster checkout processes, store multiple shipping addresses, and conveniently view and track your orders--all within your account. Unlock additional benefits and make the most of your shopping journey.&lt;\/p>';\r\n}\r\n\r<\/code><\/pre>\n\n\n\n<p>A continuaci\u00f3n, guarde el archivo functions.php haciendo clic en el bot\u00f3n <strong>Actualizar archivo<\/strong> bot\u00f3n.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1878\" height=\"828\" src=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/word-image-168089-1.png\" alt=\"\" class=\"wp-image-168090\" srcset=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/word-image-168089-1.png 1878w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/word-image-168089-1-300x132.png 300w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/word-image-168089-1-1024x451.png 1024w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/word-image-168089-1-768x339.png 768w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/word-image-168089-1-1536x677.png 1536w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/word-image-168089-1-18x8.png 18w\" sizes=\"(max-width: 1878px) 100vw, 1878px\" \/><\/figure>\n\n\n\n<p>El contenido a\u00f1adido deber\u00eda aparecer ahora en los formularios de acceso y registro. Puede visitar la p\u00e1gina Mi cuenta para ver los cambios.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1149\" height=\"522\" src=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/word-image-168089-2.png\" alt=\"\" class=\"wp-image-168091\" srcset=\"https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/word-image-168089-2.png 1149w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/word-image-168089-2-300x136.png 300w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/word-image-168089-2-1024x465.png 1024w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/word-image-168089-2-768x349.png 768w, https:\/\/git-staging.wpastra.com\/wp-content\/uploads\/2023\/11\/word-image-168089-2-18x8.png 18w\" sizes=\"(max-width: 1149px) 100vw, 1149px\" \/><\/figure>\n\n\n\n<p>Siguiendo estos pasos, has personalizado con \u00e9xito la p\u00e1gina de inicio de sesi\u00f3n Mi Cuenta en tu tienda WooCommerce. Si\u00e9ntase libre de ajustar el contenido HTML y el estilo de acuerdo con las preferencias de dise\u00f1o de su tienda.<\/p>","protected":false},"excerpt":{"rendered":"<p>Mejorar la experiencia del usuario en tu tienda WooCommerce frecuentemente requiere personalizaci\u00f3n, especialmente en la p\u00e1gina de inicio de sesi\u00f3n Mi Cuenta. Este documento te gu\u00eda a trav\u00e9s de los pasos para a\u00f1adir contenido extra en los formularios de inicio de sesi\u00f3n y registro en la p\u00e1gina Mi Cuenta usando un tema hijo Astra en WordPress. C\u00f3mo a\u00f1adir contenido adicional en la p\u00e1gina Mi [...]<\/p>","protected":false},"author":43,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"docs_category":[155],"docs_tag":[],"class_list":{"0":"post-168089","1":"docs","2":"type-docs","3":"status-publish","5":"docs_category-woocommerce-free"},"spectra_custom_meta":{"_edit_lock":["1700469725:89"],"rank_math_internal_links_processed":["1"],"rank_math_seo_score":["16"],"_uag_custom_page_level_css":[""],"ast-site-content-layout":["default"],"theme-transparent-header-meta":[""],"adv-header-id-meta":[""],"stick-header-meta":[""],"astra-migrate-meta-layouts":["set"],"_edit_last":["89"],"tap_disable_autolinker":["no"],"tap_autolink_inside_heading":["global"],"tap_autolink_random_placement":["global"],"tap_post_autolinker_limit":["0"],"views":["4767"],"rank_math_og_content_image":["a:2:{s:5:\"check\";s:32:\"3ad5fb702aaf501772b326091d7efa06\";s:6:\"images\";a:1:{i:0;i:168090;}}","a:2:{s:5:\"check\";s:32:\"3ad5fb702aaf501772b326091d7efa06\";s:6:\"images\";a:1:{i:0;i:168090;}}"],"rank_math_primary_docs_category":["155"],"_wp_old_slug":["how-to-add-additional-content-on-the-my-account-login-page","woo-acc-customize"],"_trp_automatically_translated_slug_es_ES":["woo-acc-personalizar"],"pfd_related_docs":[""],"helpful":["0"],"unhelpful":["0"],"redirects":["0"],"_uag_page_assets":["a:9:{s:3:\"css\";s:2495:\".wp-block-uagb-container.uagb-block-debf2792 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-debf2792 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-debf2792 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-debf2792 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-debf2792 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-debf2792{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-debf2792 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 0px;column-gap: 0px;}.wp-block-uagb-container.uagb-block-debf2792{box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top: 0px !important;margin-bottom: 0px !important;margin-left: 0px;margin-right: 0px;overflow: visible;border-color: inherit;row-gap: 0px;column-gap: 0px;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-debf2792{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-debf2792 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-debf2792{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top: 0px !important;margin-bottom: 0px !important;margin-left: 0px;margin-right: 0px;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-debf2792{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-debf2792 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-debf2792{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top: 0px !important;margin-bottom: 0px !important;margin-left: 0px;margin-right: 0px;}}\";s:2:\"js\";s:0:\"\";s:18:\"current_block_list\";a:6:{i:0;s:14:\"core\/paragraph\";i:1;s:12:\"core\/heading\";i:2;s:9:\"core\/code\";i:3;s:10:\"core\/image\";i:4;s:14:\"uagb\/container\";i:5;s:14:\"core\/shortcode\";}s:8:\"uag_flag\";b:1;s:11:\"uag_version\";s:10:\"1776802576\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}"]},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false},"uagb_author_info":{"display_name":"Team Astra","author_link":"https:\/\/git-staging.wpastra.com\/es\/author\/astra-editorial\/"},"uagb_comment_info":0,"uagb_excerpt":"Improving the user experience on your WooCommerce store frequently requires customization, especially on the My Account login page. This document walks you through the steps of adding extra content into the login and registration forms on the My Account page using an Astra child theme in WordPress. How to Add Additional Content on the My&hellip;","_links":{"self":[{"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs\/168089"}],"collection":[{"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/users\/43"}],"replies":[{"embeddable":true,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/comments?post=168089"}],"version-history":[{"count":0,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs\/168089\/revisions"}],"wp:attachment":[{"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/media?parent=168089"}],"wp:term":[{"taxonomy":"docs_category","embeddable":true,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs_category?post=168089"},{"taxonomy":"docs_tag","embeddable":true,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs_tag?post=168089"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}