Page 1 of 1

Agile Order Recovery for PrestaShop 1.3/1.4

PostPosted: Wed Mar 09, 2016 1:23 am
by shokinro
When you should use this added function?

Use case 1: If you want to create orders manually for your customer, you can use the front office to register and create cart, then go to the back office and use this function to generate orders in just one click. For example, phone order.

Use case 2: Because of system issues (usually in the payment system), customer placed the order and paid the order, but the system was not able to create the order.


How to Install

1. Unzip downloaded package
2. Copy AgileCartsExt.php to following folder
YourStoreRoot/YourStoreAdmin/tabs/
3. Log in to you back office to change the "Carts" tab setting

A .for 1.3x: [Tools] - [Tabs], find "Carts" record and click edit icon.
for 1.4x: [Employees] - [Tabs], find "Shopping Carts" record and click edit icon.
B. change Class to from "AdminCarts" to "AgileCartsExt" and save it

That's it, you are all set.


Some Notes
1. If an order has been created from the cart, then you are not able to generate orders from this cart.
2. If there is not enough information, for example, no customer information, you will not able to generate orders from the cart.


We will not provide any support for free modules, it is your own responsibility to use them.