Results 1 to 7 of 7
  1. #1
    Join Date
    Dec 2005
    Location
    Wylie, Texas
    Posts
    77
    Plugin Contributions
    0

    Default Can't remove store name from TY Package Tracker Email

    The email that ty package tracker sends out starts out with

    Dear [first and last name],
    [store name]

    and I can't find the file that makes this email show the store name (which makes no sense showing it after "dear so and so"). Does anyone know? At least, what's the variable name for the store name?

  2. #2
    Join Date
    Dec 2005
    Location
    Wylie, Texas
    Posts
    77
    Plugin Contributions
    0

    Default Re: Can't remove store name from TY Package Tracker Email

    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...

  3. #3
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Can't remove store name from TY Package Tracker Email

    Around line 100 you'll see that the message starts with the store name:
    Code:
    //send emails
          $message = STORE_NAME . " " . EMAIL_TEXT_ORDER_NUMBER . ' ' . $oID . "\n\n" .
          EMAIL_TEXT_INVOICE_URL . ' ' .
    It doesn't even mention a salutation though.

    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.

  4. #4
    Join Date
    Dec 2005
    Location
    Wylie, Texas
    Posts
    77
    Plugin Contributions
    0

    Default Re: Can't remove store name from TY Package Tracker Email

    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.

  5. #5
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Can't remove store name from TY Package Tracker Email

    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.

  6. #6
    Join Date
    Dec 2005
    Location
    Wylie, Texas
    Posts
    77
    Plugin Contributions
    0

    Default Re: Can't remove store name from TY Package Tracker Email

    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

  7. #7
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Can't remove store name from TY Package Tracker Email

    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.

 

 

Similar Threads

  1. Remove Store Name from <meta name="description" content=
    By Podgeminster in forum General Questions
    Replies: 9
    Last Post: 14 Jul 2016, 06:16 PM
  2. Ty Package Tracker email link
    By mmwilcox in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 28 Jan 2009, 05:18 PM
  3. How to remove Store Name from page
    By jkphil93 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Nov 2008, 04:24 AM
  4. Ty Package Tracker tracker page
    By mmwilcox in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 13 Oct 2008, 07:22 PM
  5. How do I remove my store name from metatag description?
    By Beer_man in forum General Questions
    Replies: 0
    Last Post: 27 Nov 2007, 03:22 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg