Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Detailed Order Management Mod

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions
 
Thread Tools Search this Thread
  #31  
Old 10-12-2007, 02:04 AM
 
Kitman Kitman is offline
 

Member
  
Join Date: Oct 2006
Posts: 27
 

Default 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?
__________________
XCART GOLD 4.0.12
PHP 4.3.9
MySQL Server 4.0.22-nt
MySQL Client 3.23.49
Web Server Microsoft-IIS/6.0
Reply With Quote
  #32  
Old 10-15-2007, 01:27 AM
 
Freakmode Freakmode is offline
 

X-Adept
  
Join Date: Jun 2003
Location: UK
Posts: 696
 

Default 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?
__________________
X-Cart 4.7.12 (Live)
Redux Template
CDSEO
Reply With Quote
  #33  
Old 10-16-2007, 01:33 PM
 
harrismichael harrismichael is offline
 

Senior Member
  
Join Date: Sep 2005
Location: New York
Posts: 107
 

Default 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
__________________
www.harrismichaeljewelry.com X-Cart version 4.1.18



Mods

DSEFU PRO
Auction Manager for XCART
X-cart Customer Reward Points
Customer Review Management for X-cart
Recently Viewed Products X-cart Modification
X-RMA
X-AOM
Customers Also Bought Modification
Recently Viewed Products X-cart Modification
Hidden Categories
Product Options Copier
Multiple Upselling Links for X-cart
Reply With Quote
  #34  
Old 10-18-2007, 12:22 PM
 
Freakmode Freakmode is offline
 

X-Adept
  
Join Date: Jun 2003
Location: UK
Posts: 696
 

Default 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?
__________________
X-Cart 4.7.12 (Live)
Redux Template
CDSEO
Reply With Quote
  #35  
Old 10-20-2007, 03:56 AM
  a1deano's Avatar 
a1deano a1deano is offline
 

X-Adept
  
Join Date: Oct 2004
Posts: 745
 

Default 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....
__________________
--------------
V4.6.1
xcartmods - Reboot Template

X-cart - X-PDF

Altered Cart - Checkout one
Reply With Quote
  #36  
Old 10-24-2007, 01:58 AM
 
Hugo Hugo is offline
 

Newbie
  
Join Date: Sep 2007
Posts: 7
 

Default 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.
__________________
Xcart Version 4.19
Reply With Quote
  #37  
Old 11-04-2007, 11:31 PM
 
alru111 alru111 is offline
 

eXpert
  
Join Date: Dec 2005
Posts: 244
 

Default 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.
?
__________________
X-Cart version 4.0.19
Reply With Quote
  #38  
Old 11-26-2007, 11:17 PM
 
mgatten mgatten is offline
 

Senior Member
  
Join Date: Jan 2004
Posts: 158
 

Default 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!!!!
__________________
--------
http://www.miracleblanket.com Version 4.4.2
http://www.spot4tots.com Version 4.4.2
http://www.certifiedmiracles.com Version 4.4.2
Reply With Quote
  #39  
Old 12-31-2007, 11:04 AM
 
mgatten mgatten is offline
 

Senior Member
  
Join Date: Jan 2004
Posts: 158
 

Default 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> <td>Product</td> <td>Code</td>
and change the DDDDCC to FFFFFF (or whatever color matches your background).

Then, just a couple lines later, find this:
Code:
{foreach item=item from=$orders[oid].item_list} <tr bgcolor=#CCCCDD>
and change the CCCCDD to the same color as you changed the first one (probably FFFFFF).

Voila.
__________________
--------
http://www.miracleblanket.com Version 4.4.2
http://www.spot4tots.com Version 4.4.2
http://www.certifiedmiracles.com Version 4.4.2
Reply With Quote
  #40  
Old 03-28-2008, 12:20 PM
 
koolie koolie is offline
 

Advanced Member
  
Join Date: Mar 2006
Posts: 35
 

Default Re: Detailed Order Management Mod

one word.... FANDAMNTASTIC!!

Thanks much for the mod...I'll be having a wonderful weekend because of you
__________________
X-Cart : 4.3.0
OS : Linux Red Hat
Location : Wisconsin, USA
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 01:24 PM.

   

 
X-Cart forums © 2001-2020