Toni Mármol Posted January 28, 2013 Share Posted January 28, 2013 I've just updated to ps1.5, and on the previous version (1.4) I used the "Orlique" module for editing orders. Now, PS1.5 has his own order editor. But it isn't possible to change shipping details (amount or carrier). How do you solve this? Is there any module? I can edit this with phpMyAdmin. But I need an easy way. Link to comment Share on other sites More sharing options...
webbusiness23 Posted March 4, 2013 Share Posted March 4, 2013 I need this too. It would be good if we can change carrier_1 to carrier_2 from the Back Office. Is there any solution for this? Link to comment Share on other sites More sharing options...
temukong Posted March 17, 2013 Share Posted March 17, 2013 (edited) After three days of R&D, i have managed to add two fields in table ps_orders and customize back Office order tab. (version 1.3..6) Add back office order screen processing for: 1) Change shipping carrier after order (drop-down box to select valid carriers) 2) Add actual shipping cost for the order (ps_orders.total_shipping_actual) 3) Add actual shipping day(s) for the order (ps_orders.total_shipping_day) 4) Add display carrier URL C:\xampp\htdocs\shop\classes\Order.php C:\xampp\htdocs\shop\classes\OrderState.php C:\xampp\htdocs\shop\admin-bc88\tabs\AdminOrders.php C:\xampp\htdocs\shop\classes\Order.php Add two public variables - $total_shipping_actual and $total_shipping_day (see below) C:\xampp\htdocs\shop\classes\OrderState.php C:\xampp\htdocs\shop\admin-bc88\tabs\AdminOrders.php Submit button submitShippingDay Submit button submitShippingActual Submit button submitCarrier Leave your email and I will email you the details of it in word file. Edited March 17, 2013 by temukong (see edit history) Link to comment Share on other sites More sharing options...
sytzeloor Posted March 17, 2013 Share Posted March 17, 2013 I was looking for this specific feature and it seems that Presta is planning on making it, but it's not yet there and I need this at this very moment. I don't really like hacking in the source of Presta, but it seems in this case I don't really have a choice... Can you send the details about this to my email ([email protected]). Thank you for all your effort! Sytze Loor Tweedledum Link to comment Share on other sites More sharing options...
sku4lox Posted March 24, 2013 Share Posted March 24, 2013 Hi guy, some news about howto-edit-shipping-details-on-a-created-order ? Link to comment Share on other sites More sharing options...
Pressed0024 Posted April 27, 2013 Share Posted April 27, 2013 I think Prestashop team needs to make this possible in next version. We should be able to edit carrier just like products and the BO system will send customer an email with Paypal link to complete payment for the remaining difference. Link to comment Share on other sites More sharing options...
CubCouper Posted May 9, 2013 Share Posted May 9, 2013 I could really use this info too.... sending you a PM with my email. Thanks, Rod Link to comment Share on other sites More sharing options...
devilsown Posted May 9, 2013 Share Posted May 9, 2013 Yes, i need this in my software. [email protected] Link to comment Share on other sites More sharing options...
giuliamanzoni Posted May 9, 2013 Share Posted May 9, 2013 Hello, you can check this addon: http://addons.prestashop.com/it/trasporto-logistica-moduli-prestashop/7897-carrier-manager.html Bye Link to comment Share on other sites More sharing options...
Pressed0024 Posted May 10, 2013 Share Posted May 10, 2013 Hello, you can check this addon: http://addons.presta...er-manager.html Bye Not sure if this module allows the customer to pay for the difference if a more expensive shipping is selected for the order. The module is maintained in French, we can't understand Link to comment Share on other sites More sharing options...
bpsc Posted June 30, 2013 Share Posted June 30, 2013 yes, I need this one, would please send to my email: [email protected] Link to comment Share on other sites More sharing options...
ariopp Posted July 25, 2013 Share Posted July 25, 2013 please email me how to change shipping in back-end: [email protected] THANKS! Link to comment Share on other sites More sharing options...
telecomestate Posted September 21, 2013 Share Posted September 21, 2013 After three days of R&D, i have managed to add two fields in table ps_orders and customize back Office order tab. (version 1.3..6) Add back office order screen processing for: 1) Change shipping carrier after order (drop-down box to select valid carriers) 2) Add actual shipping cost for the order (ps_orders.total_shipping_actual) 3) Add actual shipping day(s) for the order (ps_orders.total_shipping_day) 4) Add display carrier URL C:\xampp\htdocs\shop\classes\Order.php C:\xampp\htdocs\shop\classes\OrderState.php C:\xampp\htdocs\shop\admin-bc88\tabs\AdminOrders.php C:\xampp\htdocs\shop\classes\Order.php Add two public variables - $total_shipping_actual and $total_shipping_day (see below) C:\xampp\htdocs\shop\classes\OrderState.php C:\xampp\htdocs\shop\admin-bc88\tabs\AdminOrders.php Submit button submitShippingDay Submit button submitShippingActual Submit button submitCarrier Leave your email and I will email you the details of it in word file. PLease send me the details to my email [email protected] .Thank you for this great post Link to comment Share on other sites More sharing options...
Red Dawn Posted November 6, 2013 Share Posted November 6, 2013 After three days of R&D, i have managed to add two fields in table ps_orders and customize back Office order tab. (version 1.3..6) Add back office order screen processing for: 1) Change shipping carrier after order (drop-down box to select valid carriers) 2) Add actual shipping cost for the order (ps_orders.total_shipping_actual) 3) Add actual shipping day(s) for the order (ps_orders.total_shipping_day) 4) Add display carrier URL C:\xampp\htdocs\shop\classes\Order.php C:\xampp\htdocs\shop\classes\OrderState.php C:\xampp\htdocs\shop\admin-bc88\tabs\AdminOrders.php C:\xampp\htdocs\shop\classes\Order.php Add two public variables - $total_shipping_actual and $total_shipping_day (see below) C:\xampp\htdocs\shop\classes\OrderState.php C:\xampp\htdocs\shop\admin-bc88\tabs\AdminOrders.php Submit button submitShippingDay Submit button submitShippingActual Submit button submitCarrier Leave your email and I will email you the details of it in word file. PLease send me the details to my email [email protected] .Thank you Link to comment Share on other sites More sharing options...
Vilas Posted November 7, 2013 Share Posted November 7, 2013 After three days of R&D, i have managed to add two fields in table ps_orders and customize back Office order tab. (version 1.3..6) Add back office order screen processing for: 1) Change shipping carrier after order (drop-down box to select valid carriers) 2) Add actual shipping cost for the order (ps_orders.total_shipping_actual) 3) Add actual shipping day(s) for the order (ps_orders.total_shipping_day) 4) Add display carrier URL C:\xampp\htdocs\shop\classes\Order.php C:\xampp\htdocs\shop\classes\OrderState.php C:\xampp\htdocs\shop\admin-bc88\tabs\AdminOrders.php C:\xampp\htdocs\shop\classes\Order.php Add two public variables - $total_shipping_actual and $total_shipping_day (see below) C:\xampp\htdocs\shop\classes\OrderState.php C:\xampp\htdocs\shop\admin-bc88\tabs\AdminOrders.php Submit button submitShippingDay Submit button submitShippingActual Submit button submitCarrier Leave your email and I will email you the details of it in word file. Please send us email regarding this. We also need it. [email protected] Thanks in advance. Link to comment Share on other sites More sharing options...
div369 Posted December 10, 2013 Share Posted December 10, 2013 Please send me the details to [email protected] .Thank you! Link to comment Share on other sites More sharing options...
Pressed0024 Posted December 11, 2013 Share Posted December 11, 2013 I use the Olea Bulk Order module to edit shipping. Work wonders 1 Link to comment Share on other sites More sharing options...
hendric Posted December 20, 2013 Share Posted December 20, 2013 it's very usefull, please send me to [email protected], thanks for you contribution Link to comment Share on other sites More sharing options...
Vilas Posted December 21, 2013 Share Posted December 21, 2013 Anyone got email of this? If yes please let us know. Link to comment Share on other sites More sharing options...
nikmagnus Posted April 23, 2014 Share Posted April 23, 2014 please send me an email with this mod. [email protected] Link to comment Share on other sites More sharing options...
martin.lojek Posted May 15, 2014 Share Posted May 15, 2014 After three days of R&D, i have managed to add two fields in table ps_orders and customize back Office order tab. (version 1.3..6) Add back office order screen processing for: 1) Change shipping carrier after order (drop-down box to select valid carriers) 2) Add actual shipping cost for the order (ps_orders.total_shipping_actual) 3) Add actual shipping day(s) for the order (ps_orders.total_shipping_day) 4) Add display carrier URL C:\xampp\htdocs\shop\classes\Order.php C:\xampp\htdocs\shop\classes\OrderState.php C:\xampp\htdocs\shop\admin-bc88\tabs\AdminOrders.php C:\xampp\htdocs\shop\classes\Order.php Add two public variables - $total_shipping_actual and $total_shipping_day (see below) C:\xampp\htdocs\shop\classes\OrderState.php C:\xampp\htdocs\shop\admin-bc88\tabs\AdminOrders.php Submit button submitShippingDay Submit button submitShippingActual Submit button submitCarrier Leave your email and I will email you the details of it in word file. Please, send me an email with this funcionality to [email protected]. Link to comment Share on other sites More sharing options...
kenkomuri Posted May 23, 2014 Share Posted May 23, 2014 Any one knows how to edit the carrier within a created order? Link to comment Share on other sites More sharing options...
iPromenta Posted November 19, 2014 Share Posted November 19, 2014 I could use this also! Please send me info to [email protected] Link to comment Share on other sites More sharing options...
vicaalvarez Posted May 26, 2015 Share Posted May 26, 2015 After three days of R&D, i have managed to add two fields in table ps_orders and customize back Office order tab. (version 1.3..6) Add back office order screen processing for: 1) Change shipping carrier after order (drop-down box to select valid carriers) 2) Add actual shipping cost for the order (ps_orders.total_shipping_actual) 3) Add actual shipping day(s) for the order (ps_orders.total_shipping_day) 4) Add display carrier URL C:\xampp\htdocs\shop\classes\Order.php C:\xampp\htdocs\shop\classes\OrderState.php C:\xampp\htdocs\shop\admin-bc88\tabs\AdminOrders.php C:\xampp\htdocs\shop\classes\Order.php Add two public variables - $total_shipping_actual and $total_shipping_day (see below) C:\xampp\htdocs\shop\classes\OrderState.php C:\xampp\htdocs\shop\admin-bc88\tabs\AdminOrders.php Submit button submitShippingDay Submit button submitShippingActual Submit button submitCarrier Leave your email and I will email you the details of it in word file. i need this please! [email protected] Link to comment Share on other sites More sharing options...
motion2082 Posted June 22, 2015 Share Posted June 22, 2015 i need this please! [email protected] +1 to send me details too Link to comment Share on other sites More sharing options...
lepusa Posted July 16, 2015 Share Posted July 16, 2015 Not sure if this module allows the customer to pay for the difference if a more expensive shipping is selected for the order. The module is maintained in French, we can't understand Actually that would be Eye-talian! hehe Really though, this should be a built in feature, wow. Link to comment Share on other sites More sharing options...
Nero_ Posted January 30, 2016 Share Posted January 30, 2016 +1 to send me details too anyone got any info by email? Link to comment Share on other sites More sharing options...
Recommended Posts