AndyC Posted December 11, 2020 Posted December 11, 2020 Now that I have quite a few orders on the go.. How does everyone find a single particular order without having to open every order to find it in Admin/Sales Is there a way to add the products they bought to the order so you can see it at a glance
haylau Posted December 11, 2020 Posted December 11, 2020 Not sure what you mean. Can you give an example. We bulk print every invoice order in the morning with a status of “payment accepted” Then in the order list page we filter for all ‘payment accepted’ and then bulk change to “processing”
AndyC Posted December 11, 2020 Author Posted December 11, 2020 I don't have to print. I just use admin and go by the Status If I want to find a particular order I have to always open every 1 to see if it is the 1 I want Which order contains what
haylau Posted December 11, 2020 Posted December 11, 2020 Well the system can't be phycic, and know what you specifically want to find, nor can we 🙂 So more specifically. What are you trying to find a specifc order for. When you say you want to find a particialr order - why? what for ? what is it specifically you are wanting to find? How do you know what order you are looking for?
AndyC Posted December 11, 2020 Author Posted December 11, 2020 exactly. Trying to find out which customer ordered a glass with engraving at a glance.. It would be much easier if it looked like this Then you can click on the correct order as is now visible
haylau Posted December 11, 2020 Posted December 11, 2020 Great, that is very clear (glass - get it? See what I did there - ahem, cut back on the xmas beverages - lol) A (very) quick google suggests not at all easy. You need to "join" tables together in the code (or use overirdes), and add complexities such as if a customer orders more than 1 item it could get very untidy. Some ideas: https://www.google.com/search?newwindow=1&biw=1517&bih=631&sxsrf=ALeKk00mN8M3VF9WCUgIoWrotE6rRvCB6w%3A1607695348010&ei=9HvTX9wXwo_yAr_ytegG&q=+add+extra+columns+to+order+list+prestashop+module&oq=+add+extra+columns+to+order+list+prestashop+module&gs_lcp=CgZwc3ktYWIQAzIFCCEQoAE6BAghEBU6BwghEAoQoAFQxuURWKOEEmDPhRJoAHAAeACAAcUBiAHKCJIBAzMuNpgBAKABAaoBB2d3cy13aXrAAQE&sclient=psy-ab&ved=0ahUKEwjc4f_wi8btAhXCh1wKHT95DW04ChDh1QMIDQ&uact=5
AndyC Posted December 11, 2020 Author Posted December 11, 2020 lol .. Yeah I also saw it's not that easy ... Which is why I was hoping there was a module out there. In Zencart it used to put a picture of the products against the order which was great
wakabayashi Posted December 11, 2020 Posted December 11, 2020 I for myself would almost never need to know which products are inside the order on the overview. It seems to me, that you have a special process when handling orders. But in general it's not super hard to add a custom column, if you ask an expierenced dev to do it. There are hooks which can be used. This module does it for carrier: https://github.com/thirtybees/orderlistcarriers
AndyC Posted December 11, 2020 Author Posted December 11, 2020 Not special lol... Most of my products are dropshipped, so just use the status to follow orders as to where they are and what's happening
AndyC Posted December 11, 2020 Author Posted December 11, 2020 Wow.Yes that's actually perfect and what I am after.. Thank you. Now just gotta figure it out how to do it.. Have tried but keep getting a page 500 error
colorful-ant Posted December 11, 2020 Posted December 11, 2020 @AndyC I've now also tested what zimmer-media wrote. the code was apparently out of date or tb changed it something. try the attached file. she has worked fine for me now.i used folder /override/controllers/admin/ AdminOrdersController.php 2
AndyC Posted December 11, 2020 Author Posted December 11, 2020 @colorful-ant Thank you , works perfectly now.. Really appreciate the time you have taken to get it working. Should be part of the core features as well I think
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