且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Magento:在后端创建订单并让客户完成付款

更新时间:2023-11-30 08:08:22

完成此操作的两种可能方法(假设所有商品都在该商店中启用)

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

  1. 在Admin中为该客户创建新订单并添加所有要报价的项目,然后在已订购项目->操作"下单击移至购物车"(项目将从报价中消失,并应出现在客户购物中车曾经在日志)

  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)

创建一个自定义报价模块(或修改新订单创建),通过电子邮件将链接恢复给客户,以便客户可以完成交易

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