Ok as I was told by colosports this uses the same email template as the "order update" emails. So, does anyone know how to remove the store name from those? Still haven't found that magic file...![]()
Ok as I was told by colosports this uses the same email template as the "order update" emails. So, does anyone know how to remove the store name from those? Still haven't found that magic file...![]()
Around line 100 you'll see that the message starts with the store name:It doesn't even mention a salutation though.Code://send emails $message = STORE_NAME . " " . EMAIL_TEXT_ORDER_NUMBER . ' ' . $oID . "\n\n" . EMAIL_TEXT_INVOICE_URL . ' ' .
Perhaps removing the STORE_NAME part from (only) that line may satisfy your needs.
I've only briefly looked at the code, but it seems that while it starts with the store name, it immediately follows it with the order number, etc ... so ... perhaps having the store name, associated with the order number, does make sense after all ...
Anyway, hope that helps you ...
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Thanks for such a quick reply :)
That's the first thing I tried on both orders.php and ty_package_tracker.php and it was still showing up (still does). And the fact that I don't see the code that shows the salutation makes me think there is another file that does that.
What's the rest of the email content?
Are you sure it's coming from Ty Package Tracker, and not from Super Orders or something?
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
The rest of the email is as it should be (except I edited some text). I'm sure it's coming from ty package tracker because when I change the text for EMAIL_TEXT_STATUS_PLEASE_REPLY in that file the email reflects those changes.
Order status updates displays the store name after salutation as well.
UPDATE:
FOUND IT!!!!! (yes, I'm that excited!)
/email/email_template_order_status.html is the one that's adding EMAIL_STORE_NAME to every order update email.
Last edited by vera; 22 Jun 2008 at 12:57 AM. Reason: found the solution
Oh. You didn't say that it was HTML-formatted emails that were the problem.
Glad you got it sorted out.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.