Quote Originally Posted by swguy View Post
The template file provided was based on responsive_classic. If you don't use responsive_classic, make the relevant changes to your own template file.

- Compare what I gave you to what's in responsive classic.
- Apply those changes to your template file.
Thank you. So the only element I moved from your file to my template file was this line

<!-- Invoice -->
<td class="accountOrderViewButton alignRight"><?php echo '<a href="' . FILENAME_INVOICE . '.php?oID=' . $orders['orders_id'] . '" target="_blank">' . zen_image_button(BUTTON_IMAGE_INVOICE_SMALL, BUTTON_INVOICE_SMALL_ALT) . '</a>' . '&nbsp;&nbsp;'; ?></td>

and it enabled the mod to function correctly.