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

          Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

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

          Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form