![]() |
Re: Detailed Order Management Mod
That Mod works great. I was wanting possibly a couple of changes and wondered if they were possible?
Firstly I dont need to show the stock but what I did want to show was the product options ie. what size the product may be so that they dont have to click into order details Secondly I wondered whether it would be much work to have a copy button that rather than showing address would show the customer details/credit card details, again to save going into the full order details? Anyone have any thoughts? |
Re: Detailed Order Management Mod
Another great mod - worked first time out the trap - thanks everyone.
I'm with Kitman on this one - we don't use stock control but would love to know how to replace that column with the product options if anyone knows how? |
Re: Detailed Order Management Mod
Hi,
I see some folks using this terrific mod on versions as old as v 4.0.17. Any chance we can get away with using it on v.4.0.14? Any ideas to actually being able to implement for us would be appreciated. Many thanks, Harris |
Re: Detailed Order Management Mod
Anyone got this working with X-AOM
When I click on the "Modify" button in AOM the page is just blank? |
Re: Detailed Order Management Mod
Hi all
It seems quite a few of us don't us the stock control so all i done was changed it so it shows up as - N/A I didn't really like the idea of a customer knowing how much stock i had.... |
Re: Detailed Order Management Mod
Hi all,
Would it be posible to add the payment methode in the detailed list? Also, I'm a bit lost with all the reworked code in this topic. It should be really helpfull when all the code is combined together. |
Re: Detailed Order Management Mod
is there any way to turn the mod off/on to have orders listed in a classic way when needed.
? |
Re: Detailed Order Management Mod
For those of you who use the code in post 26 to get clickable entries, you should be aware that some lines have extra spaces in them that will break all the buttons at the bottom of the page. The code works great if you look for and remove those spaces.
For instance, "false" becomes "fa lse". That kinda thing breaks the code pretty quick. There are only a few of them, and I regret I didn't pay enough attention when I was fixing them to be able to tell you where they all are, but look at the part that generates the buttons and you'll find them easily enough. Great mod!!!! |
Re: Detailed Order Management Mod
I got an interesting call today related to the color coding portion of this mod, and I thought others might benefit from what I learned. A customer had just placed her first order. She went to her order history to look at it, and then called me asking why she hadn't been told her items were on backorder. Well, they weren't on backorder.
It turns out that the background color of the cells listing the individual line items was close to the color code for backorder, so even though the top line was coded for Processed, she thought that the individual items weren't going to ship. And, unfortunately, it kind of made sense for her to think that. So I set about the task of changing the background of those cells. The problem is that any color there at all will look like a color code, even if it's a "color code" not listed in the key. So I decided to just make them white to match the background color of our store. If you've applied this mod and would like to make the same change, it's easy - so here ya go: In orders_list.tpl find this: Code:
<tr bgcolor=#DDDDCC> Then, just a couple lines later, find this: Code:
{foreach item=item from=$orders[oid].item_list} Voila. |
Re: Detailed Order Management Mod
one word.... FANDAMNTASTIC!!
Thanks much for the mod...I'll be having a wonderful weekend because of you :-) |
All times are GMT -8. The time now is 11:40 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.