1
votes

I'm exploring implementation options in Magento and am wondering if anyone has attempted or found a solution to this scenario...

I would like to be able to setup an order via the Magento backend (add products, set shipping price, etc) then have the customer be able to complete the order by logging into their account and proceeding through the checkout process.

Would be really great if the customer could get an email notification with a link directly to the payment step/checkout.

Is there a public extension that does this or something similar? Is the only option to push the products to a customer's cart then manually notify? Any other approaches on this?

2
magento is not provide this type of featureAmit Bera
Stack Overflow is about programming. This sounds like a request for help in using an application.Adi Inbar
Found exactly what you need, check their pro version magecomp.com/magento-email-cart.htmlGaurav Jain

2 Answers

1
votes

Two possible ways of accomplishing this (assuming that all product are enable in that store)

  1. In Admin create new order for that customer and add all items to quote, then under 'Items Ordered -> Action' click 'Move to Shopping Cart' (items will disappear from quote and should appear in the customer shopping cart once log in) enter image description here

  2. Create a custom quotation module (or modify new order creation) that email the customer with a link that will restore the quote on so the customer can complete the transaction

-1
votes

The Cart2Quote extension provides exactly that functionality.