Magento 2 Bundle Product Add To Cart Like Simple Product












0















We have bundle products that are just groupings of simple products. I have disabled all options for the bundle products so that customers can't edit quantities etc. because I want them to act like simple products. For stock reasons, we need to use bundle products.



What I would like however is for the "ADD TO CART" Button to behave like a simple product and if it is clicked from say a "Category Page" It gets added directly to the cart. I.e. have the same functionality of simple products "add to cart" button from a "Category Page".



There are similar questions but so far I have not found a solution.



Current Code for the "Add To Cart Button" Is:



<?php $postParams = $block->getAddToCartPostParams($_product); ?>
<form data-role="tocart-form" action="<?php /* @escapeNotVerified */ echo $postParams['action']; ?>" method="post">
<input type="hidden" name="product" value="<?php /* @escapeNotVerified */ echo $postParams['data']['product']; ?>">
<input type="hidden" name="<?php /* @escapeNotVerified */ echo Action::PARAM_NAME_URL_ENCODED; ?>" value="<?php /* @escapeNotVerified */ echo $postParams['data'][Action::PARAM_NAME_URL_ENCODED]; ?>">
<?php echo $block->getBlockHtml('formkey')?>
<button type="submit"
title="<?php echo $block->escapeHtml(__('Add to Cart')); ?>"
class="action tocart primary">
<span><?php /* @escapeNotVerified */ echo __('Add to Cart') ?></span>
</button>
</form>








share



























    0















    We have bundle products that are just groupings of simple products. I have disabled all options for the bundle products so that customers can't edit quantities etc. because I want them to act like simple products. For stock reasons, we need to use bundle products.



    What I would like however is for the "ADD TO CART" Button to behave like a simple product and if it is clicked from say a "Category Page" It gets added directly to the cart. I.e. have the same functionality of simple products "add to cart" button from a "Category Page".



    There are similar questions but so far I have not found a solution.



    Current Code for the "Add To Cart Button" Is:



    <?php $postParams = $block->getAddToCartPostParams($_product); ?>
    <form data-role="tocart-form" action="<?php /* @escapeNotVerified */ echo $postParams['action']; ?>" method="post">
    <input type="hidden" name="product" value="<?php /* @escapeNotVerified */ echo $postParams['data']['product']; ?>">
    <input type="hidden" name="<?php /* @escapeNotVerified */ echo Action::PARAM_NAME_URL_ENCODED; ?>" value="<?php /* @escapeNotVerified */ echo $postParams['data'][Action::PARAM_NAME_URL_ENCODED]; ?>">
    <?php echo $block->getBlockHtml('formkey')?>
    <button type="submit"
    title="<?php echo $block->escapeHtml(__('Add to Cart')); ?>"
    class="action tocart primary">
    <span><?php /* @escapeNotVerified */ echo __('Add to Cart') ?></span>
    </button>
    </form>








    share

























      0












      0








      0








      We have bundle products that are just groupings of simple products. I have disabled all options for the bundle products so that customers can't edit quantities etc. because I want them to act like simple products. For stock reasons, we need to use bundle products.



      What I would like however is for the "ADD TO CART" Button to behave like a simple product and if it is clicked from say a "Category Page" It gets added directly to the cart. I.e. have the same functionality of simple products "add to cart" button from a "Category Page".



      There are similar questions but so far I have not found a solution.



      Current Code for the "Add To Cart Button" Is:



      <?php $postParams = $block->getAddToCartPostParams($_product); ?>
      <form data-role="tocart-form" action="<?php /* @escapeNotVerified */ echo $postParams['action']; ?>" method="post">
      <input type="hidden" name="product" value="<?php /* @escapeNotVerified */ echo $postParams['data']['product']; ?>">
      <input type="hidden" name="<?php /* @escapeNotVerified */ echo Action::PARAM_NAME_URL_ENCODED; ?>" value="<?php /* @escapeNotVerified */ echo $postParams['data'][Action::PARAM_NAME_URL_ENCODED]; ?>">
      <?php echo $block->getBlockHtml('formkey')?>
      <button type="submit"
      title="<?php echo $block->escapeHtml(__('Add to Cart')); ?>"
      class="action tocart primary">
      <span><?php /* @escapeNotVerified */ echo __('Add to Cart') ?></span>
      </button>
      </form>








      share














      We have bundle products that are just groupings of simple products. I have disabled all options for the bundle products so that customers can't edit quantities etc. because I want them to act like simple products. For stock reasons, we need to use bundle products.



      What I would like however is for the "ADD TO CART" Button to behave like a simple product and if it is clicked from say a "Category Page" It gets added directly to the cart. I.e. have the same functionality of simple products "add to cart" button from a "Category Page".



      There are similar questions but so far I have not found a solution.



      Current Code for the "Add To Cart Button" Is:



      <?php $postParams = $block->getAddToCartPostParams($_product); ?>
      <form data-role="tocart-form" action="<?php /* @escapeNotVerified */ echo $postParams['action']; ?>" method="post">
      <input type="hidden" name="product" value="<?php /* @escapeNotVerified */ echo $postParams['data']['product']; ?>">
      <input type="hidden" name="<?php /* @escapeNotVerified */ echo Action::PARAM_NAME_URL_ENCODED; ?>" value="<?php /* @escapeNotVerified */ echo $postParams['data'][Action::PARAM_NAME_URL_ENCODED]; ?>">
      <?php echo $block->getBlockHtml('formkey')?>
      <button type="submit"
      title="<?php echo $block->escapeHtml(__('Add to Cart')); ?>"
      class="action tocart primary">
      <span><?php /* @escapeNotVerified */ echo __('Add to Cart') ?></span>
      </button>
      </form>






      magento2 cart addtocart bundle





      share












      share










      share



      share










      asked 6 mins ago









      ZUBUZUBU

      5316




      5316






















          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%2f261341%2fmagento-2-bundle-product-add-to-cart-like-simple-product%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%2f261341%2fmagento-2-bundle-product-add-to-cart-like-simple-product%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

          What other Star Trek series did the main TNG cast show up in?

          Berlina muro

          Berlina aerponto