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:
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.Code:<?php echo '<b>Member Discount Code: </b>' . ' ' .$order_coupon_slip->fields['coupon_code']; ?>
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



