Operator [backend] create unique cart link for customer - extension? code? method?












0















several times per day customers e-mail us: "hi, the coupon code is not working", or "I can't add 3 products to my cart" .... and more problems like that. Very often we send a step by step procedure how they can do whatever they want succesfully.



But that made me think: would it be possible for our operators to create a link from the backend, or frontend for that matter, that we can send to the customer. If the customer clicks the link:
- a cart (that we made for them) is already activated
- and a coupon code is also already activated



In other words: can we create a cart for the customer from the backend? A cart that we then can then hand over to the customer by sending a link?



(I hope this is clear and appreciate your help)










share|improve this question














bumped to the homepage by Community 6 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.




















    0















    several times per day customers e-mail us: "hi, the coupon code is not working", or "I can't add 3 products to my cart" .... and more problems like that. Very often we send a step by step procedure how they can do whatever they want succesfully.



    But that made me think: would it be possible for our operators to create a link from the backend, or frontend for that matter, that we can send to the customer. If the customer clicks the link:
    - a cart (that we made for them) is already activated
    - and a coupon code is also already activated



    In other words: can we create a cart for the customer from the backend? A cart that we then can then hand over to the customer by sending a link?



    (I hope this is clear and appreciate your help)










    share|improve this question














    bumped to the homepage by Community 6 mins ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.


















      0












      0








      0








      several times per day customers e-mail us: "hi, the coupon code is not working", or "I can't add 3 products to my cart" .... and more problems like that. Very often we send a step by step procedure how they can do whatever they want succesfully.



      But that made me think: would it be possible for our operators to create a link from the backend, or frontend for that matter, that we can send to the customer. If the customer clicks the link:
      - a cart (that we made for them) is already activated
      - and a coupon code is also already activated



      In other words: can we create a cart for the customer from the backend? A cart that we then can then hand over to the customer by sending a link?



      (I hope this is clear and appreciate your help)










      share|improve this question














      several times per day customers e-mail us: "hi, the coupon code is not working", or "I can't add 3 products to my cart" .... and more problems like that. Very often we send a step by step procedure how they can do whatever they want succesfully.



      But that made me think: would it be possible for our operators to create a link from the backend, or frontend for that matter, that we can send to the customer. If the customer clicks the link:
      - a cart (that we made for them) is already activated
      - and a coupon code is also already activated



      In other words: can we create a cart for the customer from the backend? A cart that we then can then hand over to the customer by sending a link?



      (I hope this is clear and appreciate your help)







      cart






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 10 '16 at 7:57









      snh_nlsnh_nl

      2,8631046101




      2,8631046101





      bumped to the homepage by Community 6 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 6 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
























          1 Answer
          1






          active

          oldest

          votes


















          0














          You can create a cart on the frontend and then generate a link to share it with your customer.



          Need a development to




          • Generate the sharing link (for a specific user, an IP, ....)

          • A controller to restore the shared cart


          It can work like an abandoned cart.



          Or for registered users




          • A common password to log on customer account


          My 2 cents,






          share|improve this answer
























          • something like this: shop.sutunam.com/share-cart-magento-extension.html (but has no IP filter - yet)

            – snh_nl
            Mar 10 '16 at 10:16













          • yep, don't know sutunam but the extension seems to do the job (adding an Ip filter or a restriction to a specific customer should be easy to do)

            – Vincent
            Mar 10 '16 at 10:45











          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%2f105564%2foperator-backend-create-unique-cart-link-for-customer-extension-code-metho%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          You can create a cart on the frontend and then generate a link to share it with your customer.



          Need a development to




          • Generate the sharing link (for a specific user, an IP, ....)

          • A controller to restore the shared cart


          It can work like an abandoned cart.



          Or for registered users




          • A common password to log on customer account


          My 2 cents,






          share|improve this answer
























          • something like this: shop.sutunam.com/share-cart-magento-extension.html (but has no IP filter - yet)

            – snh_nl
            Mar 10 '16 at 10:16













          • yep, don't know sutunam but the extension seems to do the job (adding an Ip filter or a restriction to a specific customer should be easy to do)

            – Vincent
            Mar 10 '16 at 10:45
















          0














          You can create a cart on the frontend and then generate a link to share it with your customer.



          Need a development to




          • Generate the sharing link (for a specific user, an IP, ....)

          • A controller to restore the shared cart


          It can work like an abandoned cart.



          Or for registered users




          • A common password to log on customer account


          My 2 cents,






          share|improve this answer
























          • something like this: shop.sutunam.com/share-cart-magento-extension.html (but has no IP filter - yet)

            – snh_nl
            Mar 10 '16 at 10:16













          • yep, don't know sutunam but the extension seems to do the job (adding an Ip filter or a restriction to a specific customer should be easy to do)

            – Vincent
            Mar 10 '16 at 10:45














          0












          0








          0







          You can create a cart on the frontend and then generate a link to share it with your customer.



          Need a development to




          • Generate the sharing link (for a specific user, an IP, ....)

          • A controller to restore the shared cart


          It can work like an abandoned cart.



          Or for registered users




          • A common password to log on customer account


          My 2 cents,






          share|improve this answer













          You can create a cart on the frontend and then generate a link to share it with your customer.



          Need a development to




          • Generate the sharing link (for a specific user, an IP, ....)

          • A controller to restore the shared cart


          It can work like an abandoned cart.



          Or for registered users




          • A common password to log on customer account


          My 2 cents,







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Mar 10 '16 at 10:16









          VincentVincent

          115




          115













          • something like this: shop.sutunam.com/share-cart-magento-extension.html (but has no IP filter - yet)

            – snh_nl
            Mar 10 '16 at 10:16













          • yep, don't know sutunam but the extension seems to do the job (adding an Ip filter or a restriction to a specific customer should be easy to do)

            – Vincent
            Mar 10 '16 at 10:45



















          • something like this: shop.sutunam.com/share-cart-magento-extension.html (but has no IP filter - yet)

            – snh_nl
            Mar 10 '16 at 10:16













          • yep, don't know sutunam but the extension seems to do the job (adding an Ip filter or a restriction to a specific customer should be easy to do)

            – Vincent
            Mar 10 '16 at 10:45

















          something like this: shop.sutunam.com/share-cart-magento-extension.html (but has no IP filter - yet)

          – snh_nl
          Mar 10 '16 at 10:16







          something like this: shop.sutunam.com/share-cart-magento-extension.html (but has no IP filter - yet)

          – snh_nl
          Mar 10 '16 at 10:16















          yep, don't know sutunam but the extension seems to do the job (adding an Ip filter or a restriction to a specific customer should be easy to do)

          – Vincent
          Mar 10 '16 at 10:45





          yep, don't know sutunam but the extension seems to do the job (adding an Ip filter or a restriction to a specific customer should be easy to do)

          – Vincent
          Mar 10 '16 at 10:45


















          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%2f105564%2foperator-backend-create-unique-cart-link-for-customer-extension-code-metho%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

          Polycentropodidae

          Magento 2 Error message: Invalid state change requested

          Paulmy