Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21
  1. #11
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Some orders have customer comments and others do not?

    Is the comment just a blank line? If so, then that would explain why you see nothing other than blank space.
    .

    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.

  2. #12
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Some orders have customer comments and others do not?

    The Order display listing only shows the Yellow icon and, if the order is clicked on, you will see the word: Comment ... the actual comments themselves do not display on the right panel ...

    Do you see the Comments when you edit the Order?
    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: v1.5.5]
    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!

  3. #13
    Join Date
    Feb 2011
    Posts
    99
    Plugin Contributions
    0

    Default Re: Some orders have customer comments and others do not?

    on 1.50 i am getting the same thing (i think) customer places an order, places 'comments' in the comment box ie: "i would like my free one to be..." in 1.39h it's 'customer comments' came in the order confirmation to "admin@MY_SITE.COM" and the colored icon would be on the order line that the customer indicated a comment. my first 6 orders using 1.50 did no such action, and my customers (4 out of 6 of them) made comments on the order.

    site is http://510ego.com zen-cart v1.50 using abbington-mega template.

    please just indicate the file to modify, fix(manually debug) or find the on/off switch line.

    thanks in advance
    Last edited by 510ego; 2 May 2013 at 02:49 AM.

  4. #14
    Join Date
    Feb 2011
    Posts
    99
    Plugin Contributions
    0

    Default Re: Some orders have customer comments and others do not?

    MY_ADMIN/includes/languages/english/orders.php

    Line #19 : define('TABLE_HEADING_COMMENTS', 'Comments');

    Line #59 : define('ENTRY_NOTIFY_COMMENTS', 'Append Comments:');

    Line #79 : define('EMAIL_TEXT_COMMENTS_UPDATE', '<em>The comments for your order are: </em>');

    Line #117 : define('TABLE_HEADING_CUSTOMER_COMMENTS', 'Customer<br />Comments');

    Line #118 : define('TEXT_COMMENTS_YES', 'Customer Comments - YES');

    Line #119 : define('TEXT_COMMENTS_NO', 'Customer Comments - NO');

    i believe that line 117 should read:
    Line #117 : define('TABLE_HEADING_CUSTOMER_COMMENTS', 'Customer Comments');

    could someone check this please?

  5. #15
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Some orders have customer comments and others do not?

    Customer<br />Comments displays as

    Customer
    Comments

    Instead of

    Customer Comments
    Zen-Venom Get Bitten

  6. #16
    Join Date
    Feb 2011
    Posts
    99
    Plugin Contributions
    0

    Default Re: Some orders have customer comments and others do not?

    you have helped me greatly in the past. customers comments are not getting into the order confirmation sent to "admin@MY_SITE.com" nor are they saved where i can see them. where can i edit the code to get the customer comment on the order checkout? should i check the coding on the payment module? thanks v1.50 abbington_mega nmi payment module (from nmi website).

  7. #17
    Join Date
    Feb 2011
    Posts
    99
    Plugin Contributions
    0

    Default Re: Some orders have customer comments and others do not?

    could be here? MY_ADMIN/orders.php


    Line #890 :
    PHP Code:
    <td class="dataTableContent" align="center"><?php echo (zen_get_orders_comments($orders->fields['orders_id']) == '' '' zen_image(DIR_WS_IMAGES 'icon_yellow_on.gif'TEXT_COMMENTS_YES1616)); ?></td>
    Line #962 : // indicate if comments exist

    Line #963 :
    PHP Code:
    $orders_history_query $db->Execute("select orders_status_id, date_added, customer_notified, comments from " TABLE_ORDERS_STATUS_HISTORY " where orders_id = '" $oInfo->orders_id "' and comments !='" "'" ); 
    Line #965 :
    PHP Code:
    $contents[] = array('align' => 'left''text' => '<br />' TABLE_HEADING_COMMENTS); 



    line 962 is // in the start of the line, does that not mean "ignore" or is there some bug in these lines?

    or line 963 (removed last ")

    Line #963 :
    PHP Code:
    $orders_history_query $db->Execute("select orders_status_id, date_added, customer_notified, comments from " TABLE_ORDERS_STATUS_HISTORY " where orders_id = '" $oInfo->orders_id "' and comments !='" "' ); 
    Where ' or " may be misplaced.??
    Last edited by 510ego; 2 May 2013 at 05:47 AM.

  8. #18
    Join Date
    Feb 2011
    Posts
    99
    Plugin Contributions
    0

    Default Re: Some orders have customer comments and others do not?

    found out it has to be a line missing from the processing gateway module. tested "money order" module and it worked perfectly...so if anyone else runs into the same issue. test in "money order" mode.

    has nothing to do with zen-cart or template!!

  9. #19
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Some orders have customer comments and others do not?

    found out it has to be a line missing from the processing gateway module. tested "money order" module and it worked
    Glad you have located the culprit
    Zen-Venom Get Bitten

  10. #20
    Join Date
    Feb 2011
    Posts
    99
    Plugin Contributions
    0

    Default Re: Some orders have customer comments and others do not?

    prosessor nmi does not support comments in zen-cart. is there any way to add a line in their code to get the comments? ideas? (i added a line to customers using credit/debit cards to e-mail comment to me)

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Comments missing from Order email
    By royaldave in forum Managing Customers and Orders
    Replies: 2
    Last Post: 4 Mar 2016, 12:03 AM
  2. v150 Order Comments missing
    By JBattin in forum PayPal Express Checkout support
    Replies: 0
    Last Post: 18 Feb 2012, 07:34 AM
  3. Customer Comments section missing from my admin?
    By McGill in forum General Questions
    Replies: 2
    Last Post: 20 May 2008, 04:42 PM
  4. Missing comments with Edit Orders 1.2.6
    By bandora in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 4 Feb 2008, 10:31 PM

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