Magento: Create order in backend and have customer complete payment

空扰寡人 提交于 2019-12-10 11:44:59

问题


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?


回答1:


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)

  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




回答2:


The Cart2Quote extension provides exactly that functionality.



来源:https://stackoverflow.com/questions/22720478/magento-create-order-in-backend-and-have-customer-complete-payment

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!