[ic] Admin: Order detail report - Highlighting first time orders

Caleb Groom caleb at hhhenterprises.com
Wed Oct 15 11:32:30 EDT 2003


I made a pretty trivial addition to the order detail report
(lib/UI/pages/admin/reports/order/Detail.html) to highlight a customer's
first order.

It works for me and it might just for you as well.  :)

I'm running 4.9.8 plus MySQL.  You can find the changes here:
http://calebgroom.com/interchange/order_detail_highlight_first_order.diff

I also added this to the style sheet:
.first_purchase {
	background-color: #EAF1FB;
	border: 1px solid #CCCCCC;
}

This probably won't play well with text file only databases, I've never
tried anything but MySQL with IC.



More information about the interchange-users mailing list