Operator [backend] create unique cart link for customer - extension? code? method?Class 'Mage_Checkout_CartController' not foundAdding Magento coupon code in (last) step of onepage checkoutHow to get total discount amount of Coupon Code for all items in the cartForcing a certain custom option value when customer adding product to cartCan I create a URL to send in email which will open a specific cart by id?Remove shipping from Cart - Magento 1.7How to call customer login form in the custom module action magento 2?GET products for my cart with customer tokenCreate coupon that sets the shipping rate to a specific amountTwo item category coupon code with fixed amount for whole cart

Leaving job close to major deadlines

How can I detect if I'm in a subshell?

How did space travel spread through the galaxy?

Why do you need to heat the pan before heating the olive oil?

What is the precise meaning of "подсел на мак"?

How to make all magic-casting innate, but still rare?

Why can't I craft scaffolding in Minecraft 1.14?

How Linux command "mount -a" works

How "fast" does astronomical events happen?

On George Box, Galit Shmueli and the scientific method?

What are the mechanical differences between Adapt and Monstrosity?

Using roof rails to set up hammock

what is "dot" sign in the •NO?

Explicit direct #include vs. Non-contractual transitive #include

Redirecting output only on a successful command call

How to prevent cables getting intertwined

How did the European Union reach the figure of 3% as a maximum allowed deficit?

Fill the maze with a wall-following Snake until it gets stuck

Do my partner and son need an SSN to be dependents on my taxes?

Should I email my professor to clear up a (possibly very irrelevant) awkward misunderstanding?

I have found ports on my Samsung smart tv running a display service. What can I do with it?

Digital signature that is only verifiable by one specific person

Numerical second order differentiation

Is there any effect in D&D 5e that cannot be undone?



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


Class 'Mage_Checkout_CartController' not foundAdding Magento coupon code in (last) step of onepage checkoutHow to get total discount amount of Coupon Code for all items in the cartForcing a certain custom option value when customer adding product to cartCan I create a URL to send in email which will open a specific cart by id?Remove shipping from Cart - Magento 1.7How to call customer login form in the custom module action magento 2?GET products for my cart with customer tokenCreate coupon that sets the shipping rate to a specific amountTwo item category coupon code with fixed amount for whole cart






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom: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






























    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


























      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)







      product cart customer cart-items






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jun 9 at 13:01









      Ahmed Zameer

      3610




      3610










      asked Mar 10 '16 at 7:57









      snh_nlsnh_nl

      3,0531047107




      3,0531047107




















          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

          Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

          Circuit construction for execution of conditional statements using least significant bitHow are two different registers being used as “control”?How exactly is the stated composite state of the two registers being produced using the $R_zz$ controlled rotations?Efficiently performing controlled rotations in HHLWould this quantum algorithm implementation work?How to prepare a superposed states of odd integers from $1$ to $sqrtN$?Why is this implementation of the order finding algorithm not working?Circuit construction for Hamiltonian simulationHow can I invert the least significant bit of a certain term of a superposed state?Implementing an oracleImplementing a controlled sum operation

          Magento 2 “No Payment Methods” in Admin New OrderHow to integrate Paypal Express Checkout with the Magento APIMagento 1.5 - Sales > Order > edit order and shipping methods disappearAuto Invoice Check/Money Order Payment methodAdd more simple payment methods?Shipping methods not showingWhat should I do to change payment methods if changing the configuration has no effects?1.9 - No Payment Methods showing upMy Payment Methods not Showing for downloadable/virtual product when checkout?Magento2 API to access internal payment methodHow to call an existing payment methods in the registration form?