M2: Hot to change standard link to redirect new customer account The Next CEO of Stack OverflowMagento Custom Register Page - Redirect IssueRedirect Registered Customer issueTrying to login customer after registration, Customer logged in but page refresh destroy sessionOverriding add cart moduleReset password not working, shows maintenance pageHow to block/remove registration of new customers in Magento 2?Magento 2. change customer custom attribute value from pluginCustomer can't login - Browser keeps downloading website instead of renderingLogin form validation is working but other forms validation is not workingMagento2 multi website / store - Admin created customers are redirected to wrong store after password create & login

How did people program for Consoles with multiple CPUs?

How a 64-bit process virtual address space is divided in Linux?

No sign flipping while figuring out the emf of voltaic cell?

The exact meaning of 'Mom made me a sandwich'

Why doesn't UK go for the same deal Japan has with EU to resolve Brexit?

Why is information "lost" when it got into a black hole?

Is micro rebar a better way to reinforce concrete than rebar?

Solving system of ODEs with extra parameter

Is there always a complete, orthogonal set of unitary matrices?

Should I tutor a student who I know has cheated on their homework?

Math-accent symbol over parentheses enclosing accented symbol (amsmath)

I believe this to be a fraud - hired, then asked to cash check and send cash as Bitcoin

I want to delete every two lines after 3rd lines in file contain very large number of lines :

Does increasing your ability score affect your main stat?

Rotate a column

How to get from Geneva Airport to Metabief?

How to scale a tikZ image which is within a figure environment

Measuring resistivity of dielectric liquid

How do I align (1) and (2)?

Where do students learn to solve polynomial equations these days?

Help understanding this unsettling image of Titan, Epimetheus, and Saturn's rings?

Flying from Cape Town to England and return to another province

Why isn't acceleration always zero whenever velocity is zero, such as the moment a ball bounces off a wall?

Why isn't the Mueller report being released completely and unredacted?



M2: Hot to change standard link to redirect new customer account



The Next CEO of Stack OverflowMagento Custom Register Page - Redirect IssueRedirect Registered Customer issueTrying to login customer after registration, Customer logged in but page refresh destroy sessionOverriding add cart moduleReset password not working, shows maintenance pageHow to block/remove registration of new customers in Magento 2?Magento 2. change customer custom attribute value from pluginCustomer can't login - Browser keeps downloading website instead of renderingLogin form validation is working but other forms validation is not workingMagento2 multi website / store - Admin created customers are redirected to wrong store after password create & login










0















I want change link which redirect to form "Register customer account" to own link



in module-customer I changed newcustomer.phtml



From:



 <div class="primary">
<a href="<?= $block->escapeUrl($block->getCreateAccountUrl()) ?>" class="action create primary"><span><?= $block->escapeHtml(__('Create an Account')) ?></span></a>


to:



<a href="marketplace/seller/register/" class="action create primary"><span><?= $block->escapeHtml(__('Create an Account')) ?></span></a>
</div>


But after save link redirect wrong, to:



https://domain.com/en/customer/account/login/marketplace/seller/register/


should be:



https://domain.com/en/marketplace/seller/register/








share


























    0















    I want change link which redirect to form "Register customer account" to own link



    in module-customer I changed newcustomer.phtml



    From:



     <div class="primary">
    <a href="<?= $block->escapeUrl($block->getCreateAccountUrl()) ?>" class="action create primary"><span><?= $block->escapeHtml(__('Create an Account')) ?></span></a>


    to:



    <a href="marketplace/seller/register/" class="action create primary"><span><?= $block->escapeHtml(__('Create an Account')) ?></span></a>
    </div>


    But after save link redirect wrong, to:



    https://domain.com/en/customer/account/login/marketplace/seller/register/


    should be:



    https://domain.com/en/marketplace/seller/register/








    share
























      0












      0








      0








      I want change link which redirect to form "Register customer account" to own link



      in module-customer I changed newcustomer.phtml



      From:



       <div class="primary">
      <a href="<?= $block->escapeUrl($block->getCreateAccountUrl()) ?>" class="action create primary"><span><?= $block->escapeHtml(__('Create an Account')) ?></span></a>


      to:



      <a href="marketplace/seller/register/" class="action create primary"><span><?= $block->escapeHtml(__('Create an Account')) ?></span></a>
      </div>


      But after save link redirect wrong, to:



      https://domain.com/en/customer/account/login/marketplace/seller/register/


      should be:



      https://domain.com/en/marketplace/seller/register/








      share














      I want change link which redirect to form "Register customer account" to own link



      in module-customer I changed newcustomer.phtml



      From:



       <div class="primary">
      <a href="<?= $block->escapeUrl($block->getCreateAccountUrl()) ?>" class="action create primary"><span><?= $block->escapeHtml(__('Create an Account')) ?></span></a>


      to:



      <a href="marketplace/seller/register/" class="action create primary"><span><?= $block->escapeHtml(__('Create an Account')) ?></span></a>
      </div>


      But after save link redirect wrong, to:



      https://domain.com/en/customer/account/login/marketplace/seller/register/


      should be:



      https://domain.com/en/marketplace/seller/register/






      magento2 customer





      share












      share










      share



      share










      asked 4 mins ago









      SylvesterSylvester

      739316




      739316




















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "479"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f268079%2fm2-hot-to-change-standard-link-to-redirect-new-customer-account%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Magento Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f268079%2fm2-hot-to-change-standard-link-to-redirect-new-customer-account%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Best approach to update all entries in a list that is paginated?Best way to add items to a paginated listChoose Your Country: Best Usability approachUpdate list when a user is viewing the list without annoying themWhen would the best day to update your webpage be?What should happen when I add a Row to a paginated, sorted listShould I adopt infinite scrolling or classical pagination?How to show user that page objects automatically updateWhat is the best location to locate the comments section in a list pageBest way to combine filtering and selecting items in a listWhen one of two inputs must be updated to satisfy a consistency criteria, which should you update (if at all)?

          Вунгтау (аеропорт) Загальні відомості | Див. також | Посилання | Навігаційне меню10°22′00″ пн. ш. 107°05′00″ сх. д. / 10.36667° пн. ш. 107.08333° сх. д. / 10.36667; 107.0833310°22′00″ пн. ш. 107°05′00″ сх. д. / 10.36667° пн. ш. 107.08333° сх. д. / 10.36667; 107.083337731608Vinh AirportVinh airport facelift improves serviceвиправивши або дописавши їївиправивши або дописавши їїр

          Тонконіг бульбистий Зміст Опис | Поширення | Екологія | Господарське значення | Примітки | Див. також | Література | Джерела | Посилання | Навігаційне меню1114601320038-241116202404kew-435458Poa bulbosaЭлектронный каталог сосудистых растений Азиатской России [Електронний каталог судинних рослин Азіатської Росії]Малышев Л. Л. Дикие родичи культурных растений. Poa bulbosa L. - Мятлик луковичный. [Малишев Л. Л. Дикі родичи культурних рослин. Poa bulbosa L. - Тонконіг бульбистий.]Мятлик (POA) Сем. Злаки (Мятликовые) [Тонконіг (POA) Род. Злаки (Тонконогові)]Poa bulbosa Linnaeus, Sp. Pl. 1: 70. 1753. 鳞茎早熟禾 lin jing zao shu he (Description from Flora of China) [Poa bulbosa Linnaeus, Sp. Pl. 1: 70. 1753. 鳞茎早熟禾 lin jing zao shu he (Опис від Флора Китаю)]Poa bulbosa L. – lipnice cibulkatá / lipnica cibulkatáPoa bulbosa в базі даних Poa bulbosa на сайті Poa bulbosa в базі даних «Global Biodiversity Information Facility» (GBIF)Poa bulbosa в базі даних «Euro + Med PlantBase» — інформаційному ресурсі для Євро-середземноморського розмаїття рослинPoa bulbosa L. на сайті «Плантариум»