wakabayashi Posted October 28, 2017 Posted October 28, 2017 @30knees payment method. Cause there are payments methods, which are not real payments. Like "pay per cash", "pay per invoice".
30knees Posted October 28, 2017 Author Posted October 28, 2017 @wakabayashi Couldn't one define such payment methods so they are "real" methods and then one could edit the payment method by selecting from those are are enabled?
wakabayashi Posted October 28, 2017 Posted October 28, 2017 @30knees where can you select them? I am talking for edit...
30knees Posted October 28, 2017 Author Posted October 28, 2017 @wakabayashi OK, then I misunderstood you. I thought you meant editing by writing in a payment method. Yes, I'll look into editing that, too.
30knees Posted November 3, 2017 Author Posted November 3, 2017 Unfortunately, for now I decided against having a module built for this. It would have cost much more than eg this module that offers a lot more functionality (and the additional functionality is some that I'd have also needed): https://www.silbersaiten.de/prestashop/en/prestashop-modules/205-order-edit-edit-existing-order.html
wakabayashi Posted November 3, 2017 Posted November 3, 2017 What do you mean with: it would cost much more? All this different editing modules show one thing: many merchants need it.
30knees Posted November 4, 2017 Author Posted November 4, 2017 I was considering having a module built and then open sourced to the community, but only the functionality of editing the carrier and the payment method would have cost about four times as much as the module, which has more functionality. So I decided against it.
Factor Posted June 8, 2019 Posted June 8, 2019 (edited) On 9/26/2017 at 11:02 AM, Occam said: @vzex Your welcome. Btw Prestools comes along with a small module that creates a new tab in the catalog menu. But with a small override you may integrate it directly in the back office order page so that it opens the current order for changes. Just copy /themes/default/template/controllers/orders/helpers/view/view.tpl to /override/controllers/admin/templates/orders/helpers/view/ Open this file and search for Add here after the following lines {l s='Change order'} All: Sorry for digging up old bones... First I totally agree the entire order should be updateable from the backend. I should be able to change the entire thing if needed. Is this getting added to Core? The module @Baarssen linked to I think is now https://globosoftware.net/product/prestashop-order-management-module-edit-order/ Do we know if it still works? @Occam I don't quite follow your tutorial here. I have prestools installed and the prestool module. I don't have this full path /themes/default/template/controllers/orders/helpers/view/view.tpl is this really /shop folder/admin/themes/default/template/controllers/orders/helpers/view/view.tpl ? Also is /override/controllers/admin/templates/ (I had to create) orders/helpers/view/ folders. Correct? So then I copy view.tpl into /override/controllers/admin/templates/orders/helpers/view/ Correct? The I open the file view.tpl and do control F (find) for the text string "Add here after" Which is not in the file. So I am lost. I think something is missing from the Post. Thanks Again Edited June 8, 2019 by Brent Dacus
Occam Posted June 29, 2019 Posted June 29, 2019 (edited) On 6/8/2019 at 10:19 PM, Factor said: is this really /shop folder/admin/themes/default/template/controllers/orders/helpers/view/view.tpl ? Yes On 6/8/2019 at 10:19 PM, Factor said: Also is /override/controllers/admin/templates/ (I had to create) orders/helpers/view/ folders. Correct? Yes ( obviously there seems to be something missing.)Then open the file and search for "View delivery slip" On 6/8/2019 at 10:19 PM, Factor said: Add here after the following lines {l s='Change order'} With a link containing the order id, something like: <a class="btn btn-default" href="./prestools/order-edit.php?id_order={$order->id} target="blank"> <i class="icon-edit"></i> {l s='Change order'} </a> Edited June 29, 2019 by Occam
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now