Page 29 of 66 FirstFirst ... 19272829303139 ... LastLast
Results 281 to 290 of 657
  1. #281
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    it is not working, guys...please let me know if your emails look the way they should. Mine order update email just had the fields...nothing filled out.

    Code:
    Dear $EMAIL_CUSTOMERS_NAME,
    
    $EMAIL_TEXT_ORDER_NUMBER
    
    $EMAIL_TEXT_INVOICE_URL
    
    $EMAIL_TEXT_DATE_ORDERED
    
    $EMAIL_TEXT_STATUS_COMMENTS
    
    $EMAIL_TEXT_STATUS_UPDATED
    
    $EMAIL_TEXT_STATUS_LABEL
    
    $EMAIL_TEXT_STATUS_PLEASE_REPLY
    at least it is the right template

  2. #282
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    The edit Clyde suggested should not cause a blank e-mail.. And Since the unmodified version of Edit Orders also did not send out blank e-mails, this only leaves the likelyhood that you've made other edits to the files which are causing the issues you are reporting..

    You need to double check your edits..

    Quote Originally Posted by athena View Post
    it is not working, guys...please let me know if your emails look the way they should. Mine order update email just had the fields...nothing filled out.

    Code:
    Dear $EMAIL_CUSTOMERS_NAME,
    
    $EMAIL_TEXT_ORDER_NUMBER
    
    $EMAIL_TEXT_INVOICE_URL
    
    $EMAIL_TEXT_DATE_ORDERED
    
    $EMAIL_TEXT_STATUS_COMMENTS
    
    $EMAIL_TEXT_STATUS_UPDATED
    
    $EMAIL_TEXT_STATUS_LABEL
    
    $EMAIL_TEXT_STATUS_PLEASE_REPLY
    at least it is the right template
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #283
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    Quote Originally Posted by athena View Post
    that must be the code that also has the url problem....

    no text link..just the full url after Detail Invoice:
    Quote Originally Posted by athena View Post
    I'm sorry to say that did not fix it. It sent the right email template but the fields are not filled out.


    It also did not send the copy of email to that set in the email admin
    Did you check for a "plain text" email or are you only looking for an "html" email?

    If you are looking for an "html" email then edit orders (as it is currently) does not have the necessary code in the sections that handle the email to provide that functionality.

    likewise, the functionality to send a copy of the email is not included in the current version of edit orders.

    The full URL after the detail invoice is the way the email section is coded. (<a href="' . zen_catalog_href_link(FILENAME_CATALOG_ACCOUNT_HISTORY_INFO, 'order_id=' . $oID, 'SSL') . '">' . zen_catalog_href_link(FILENAME_CATALOG_ACCOUNT_HISTORY_INFO, 'order_id=' . $oID, 'SSL') . "</a>)

  4. #284
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    ok..clyde..thanks ...ws typing as you posted....

    but does that mean you need to set your preferences to text for default?

  5. #285
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    Quote Originally Posted by athena View Post
    ok..clyde..thanks ...ws typing as you posted....

    but does that mean you need to set your preferences to text for default?
    Are you talking about the customer or the admin side?

  6. #286
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    I'm looking at the emails that go the customer.....they have always been in html format for our store....I assume...yes i guess the customer can set a preference for text....have to check that...but what happens if they choose html...

  7. #287
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    I have mime set to true in admin > config > email


    hmmmmm.....maybe I can disable the radio button for "notify customer" on the edit orders.php .....that seems messy

  8. #288
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    text emails look ok when i have the admin set for text only.....but why did it send the email_template_default with fields filled in. My only gripe with that at the time was the look of the email...it did get the message accross however.


    tested by updating an order from a test customer with our email address on the edit_orders.php page.

  9. #289
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    Quote Originally Posted by athena View Post
    text emails look ok when i have the admin set for text only.....but why did it send the email_template_default with fields filled in. My only gripe with that at the time was the look of the email...it did get the message accross however.


    tested by updating an order from a test customer with our email address on the edit_orders.php page.
    I have no idea as to why the email_template_default was being used. Thats the way the author of the mod created it. As Diva said, except for the tweaks to make it work with super orders, ALL of the code is from the original edit orders mod.

    Here's a modified version of edit_orders.php that should send the emails using the "email_template_order_status.html", It should also send a copy of the email to admin.

    edit_orders.zip

    Just unzip the package and upload the edit_orders.php file to your admin folder.

  10. #290
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    thank you for helping with this.

    i did replace my admin > edit orders.php with the file in the zip and got a blank page...


    I think I'll just sit tight until a formal update to this mod comes along.

    I appreciate everyone's input...and just knowing how edit orders is meant to work so I don't have unreasonable expectations.

 

 
Page 29 of 66 FirstFirst ... 19272829303139 ... LastLast

Similar Threads

  1. v150 Edit Orders v4.0 Support Thread
    By DivaVocals in forum Addon Admin Tools
    Replies: 1877
    Last Post: 6 May 2025, 05:10 PM
  2. v150 Super Orders v4.0 Support Thread for ZC v1.5.x
    By DivaVocals in forum Addon Admin Tools
    Replies: 804
    Last Post: 18 Apr 2025, 12:04 AM
  3. v150 Orders Status History -- Updated By [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 34
    Last Post: 29 Jul 2019, 07:05 PM
  4. v139h Super Orders v3.0 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1018
    Last Post: 28 Apr 2014, 11:38 PM
  5. RE: Super Orders v3.0 Support Thread
    By Johnnyd in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 22 Jun 2011, 09:28 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR