my address is in my logo so i would rather remove it from the invoice. how do i do this? i attempted to simply change the font color to white (i know, easy way out) but it still shows up when i print an invoice.
thanks.
my address is in my logo so i would rather remove it from the invoice. how do i do this? i attempted to simply change the font color to white (i know, easy way out) but it still shows up when i print an invoice.
thanks.
In your case, you will need to remove the code that "draws" that section of the page from the file.
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
how do i do that?
anyone? anyone?
If you were to look at the file:
/admin/invoice.php
And read slowly through it ... you would find a line for:
This would need to be changed to not display ...PHP Code:<td class="pageHeading"><?php echo nl2br(STORE_NAME_ADDRESS); ?></td>
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!