How to edit the carrier of an existing order?
-
How can I edit the carrier of an existing order? I don’t see how/where I can, but I find it hard to imagine that this isn’t possible.
-
Unbelievably I don’t think this is possible. I needed this same feature too and only found how to do it by chance. I bought a POS module I needed called pos-tpv and one of the features of it is that it enables you to change the carrier in an order. We use it all the time. I can’t believe this vital tool isn’t part of the core.
-
Someone please do a feature request!
I just checked out that nice module, but too pricey for my thin wallet.
-
There are other modules which do the same thing, such as this one, https://addons.prestashop.com/en/shipping-carriers/17320-change-the-carrier.html, but I still think something as essential as this should be part of thirty bees
-
@spidawebs I think so, too. That module was much more affordable. Thanks for the link. I’ll add it to my “wishlist”.
-
http://www.globosoftware.net/prestashop-modules/prestashop-order-management-module-edit-order/
I use thisone for almost 1 year. You can edit almost anything including the ordernumber etc. And yes it works on Thirtybees!
-
@baarssen Looks good, thanks for sharing
-
I submitted a feature request, but it hasn’t shown up yet in the list.
@Baarssen Looks like a super great module! I’m going to get it! All of what it does should be part of the core.
-
Vote for the feature here: https://thirtybees.com/suggestions/edit-carrier-of-order/#
-
@30knees I want to vote but can’t seem to, even with logging into Disqus and allowed its app. I logged in with Facebook and Twitter. Tried Chrome, FireFox and Safari. Allowed cookies. Cleared cache. Cannot vote.
@lesley @mdekker @Traumflug - can someone please address this issue? The submitter of the feature @30knees can’t seem to vote, either, but it shows up as “guest shared this feature”.
This issue with voting has been going on all along. Please try to fix it. This particular topic will receive a lot of votes, IMO.
Here is a screenshot of my accounts connected to Disqus:
-
@lesley @mdekker @Traumflug I’m now on a laptop, cleared all browser cache, allowed all the blocked cookies, reloaded the page, logged into Disqus again and still can’t vote.
Also, who do I call attention to when I have questions like this? I don’t really want to take Michael away from his developing the new module.
-
@30knees Can you please try to vote for your feature? I can’t vote. I’ve done everything I can think of and have tried from desktop, laptop and iPhone
@spidawebs - provided you want to vote, can you please see if you’re able to? Thanks!
-
Hm, up and down arrows show for https://thirtybees.com/suggestions/edit-carrier-of-order/#
But I am unable to vote.
Only able to vote on my own request immediately following posting it but not from a new web source.
-
Everything looks right except that we cannot vote. Hopefully the global moderators will take care of this.
Right? @lesley
-
@alwayspaws I’m also not able to vote
-
@30knees I hope it gets fixed. Thanks for letting me know.
-
Voting not working for me either
-
@30knees Just install musicmaster’s awesome free Prestools suite and you are able to edit much more than just the carrier.
-
Thanks for sharing that link!
-
@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
<YourAdminDir>/themes/default/template/controllers/orders/helpers/view/view.tpl
to
/override/controllers/admin/templates/orders/helpers/view/Open this file and search for <!-- Orders Actions -->
Add here after
<div class=“well hidden-print”>
the following lines
<a class=“btn btn-default” href="./prestools/order-edit.php?id_order={$order->id}" target=“blank”>
<i class=“icon-file”></i>
{l s=‘Change order’}
</a>Clear cache and enjoy.