How to set PostData for url in magento2?How to get placeholder image url Magento2?How to process the order if user closes the browserMagento 2 - Update quantity and totals of cart page without page reload?Home Page url in sitemapHow to add custom footer template for product view page in magento2How to add the option value for the product attribute in magento2Magento production mode note setHow to add class in ko template in magento2How to override model in magento2?Add Custom field for Category in magento2

Multi tool use
Multi tool use

555 timer FM transmitter

How can Republicans who favour free markets, consistently express anger when they don't like the outcome of that choice?

Why was the Spitfire's elliptical wing almost uncopied by other aircraft of World War 2?

A Paper Record is What I Hamper

Why didn't the Space Shuttle bounce back into space as many times as possible so as to lose a lot of kinetic energy up there?

Critique of timeline aesthetic

How to limit Drive Letters Windows assigns to new removable USB drives

Why does nature favour the Laplacian?

What happened to Captain America in Endgame?

Could the terminal length of components like resistors be reduced?

What is the philosophical significance of speech acts/implicature?

Pulling the rope with one hand is as heavy as with two hands?

Can an Area of Effect spell cast outside a Prismatic Wall extend inside it?

Contradiction proof for inequality of P and NP?

How to not starve gigantic beasts

"You've called the wrong number" or "You called the wrong number"

Dynamic SOQL query relationship with field visibility for Users

Don’t seats that recline flat defeat the purpose of having seatbelts?

Classification of surfaces

"The cow" OR "a cow" OR "cows" in this context

Is there a way to generate a list of distinct numbers such that no two subsets ever have an equal sum?

Check if a string is entirely made of the same substring

Was there a Viking Exchange as well as a Columbian one?

How can I practically buy stocks?



How to set PostData for url in magento2?


How to get placeholder image url Magento2?How to process the order if user closes the browserMagento 2 - Update quantity and totals of cart page without page reload?Home Page url in sitemapHow to add custom footer template for product view page in magento2How to add the option value for the product attribute in magento2Magento production mode note setHow to add class in ko template in magento2How to override model in magento2?Add Custom field for Category in magento2






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I want to post the value for patricular url in magento2



<div class="success-page-wrap-item checkout-smart-card align-hcenter">
<a href="<?= $helper->getMyAccountUrl(); ?>" class="blue-btn" id="visit-my-account">Visit My Account</a>
<a target="_blank" href="<?= $helper->getPrintUrl(); ?>" class="blue-btn" id="print-this-order">Print This Order</a>
</div>


If the click the Print order button, It will go to "sales/guest/view" url and set post vaues for this url.



How to do this.



Thanks.









share




























    0















    I want to post the value for patricular url in magento2



    <div class="success-page-wrap-item checkout-smart-card align-hcenter">
    <a href="<?= $helper->getMyAccountUrl(); ?>" class="blue-btn" id="visit-my-account">Visit My Account</a>
    <a target="_blank" href="<?= $helper->getPrintUrl(); ?>" class="blue-btn" id="print-this-order">Print This Order</a>
    </div>


    If the click the Print order button, It will go to "sales/guest/view" url and set post vaues for this url.



    How to do this.



    Thanks.









    share
























      0












      0








      0








      I want to post the value for patricular url in magento2



      <div class="success-page-wrap-item checkout-smart-card align-hcenter">
      <a href="<?= $helper->getMyAccountUrl(); ?>" class="blue-btn" id="visit-my-account">Visit My Account</a>
      <a target="_blank" href="<?= $helper->getPrintUrl(); ?>" class="blue-btn" id="print-this-order">Print This Order</a>
      </div>


      If the click the Print order button, It will go to "sales/guest/view" url and set post vaues for this url.



      How to do this.



      Thanks.









      share














      I want to post the value for patricular url in magento2



      <div class="success-page-wrap-item checkout-smart-card align-hcenter">
      <a href="<?= $helper->getMyAccountUrl(); ?>" class="blue-btn" id="visit-my-account">Visit My Account</a>
      <a target="_blank" href="<?= $helper->getPrintUrl(); ?>" class="blue-btn" id="print-this-order">Print This Order</a>
      </div>


      If the click the Print order button, It will go to "sales/guest/view" url and set post vaues for this url.



      How to do this.



      Thanks.







      magento-2.1 php-7.2





      share












      share










      share



      share










      asked 6 mins ago









      Mano MMano M

      1,096220




      1,096220




















          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%2f272654%2fhow-to-set-postdata-for-url-in-magento2%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%2f272654%2fhow-to-set-postdata-for-url-in-magento2%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







          9ByruF uHpjNXE8q
          n0ONhrc k,NQnpZUaLAvR3Bvub PH1O1xuhkU4w 9n,e0O29 X5GPu8STkJYucf6syHOAKjTgPdM,hvlF SkE

          Popular posts from this blog

          Nissan Patrol Зміст Перше покоління — 4W60 (1951-1960) | Друге покоління — 60 series (1960-1980) | Третє покоління (1980–2002) | Четверте покоління — Y60 (1987–1998) | П'яте покоління — Y61 (1997–2013) | Шосте покоління — Y62 (2010- ) | Посилання | Зноски | Навігаційне менюОфіційний український сайтТест-драйв Nissan Patrol 2010 7-го поколінняNissan PatrolКак мы тестировали Nissan Patrol 2016рвиправивши або дописавши її

          Буцька Катерина Петрівна Зміст Біографія | Фільмографія | Дублювання та озвучення українською | Дублювання та озвучення російською | Озвучення реклами | Навігаційне менюперевірена109 змінвиправивши або дописавши її

          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)?