Hi all,

A month or two ago, I figured out how to add coupon codes used for an order to packing slips. I used this code:

Code:
<?php echo '<b>Member Discount Code: </b>' . ' '  .$order_coupon_slip->fields['coupon_code']; ?>
If you put this in a table in the super_packingslip.php file in the admin, it'll pull the coupon code from the orders table and display it on the packing slip.

That's great, but I recently tried to use the same code for super_invoices, and it didn't work. Any ideas why?

Thanks ahead of time,

luke