Page 1 of 5 123 ... LastLast
Results 1 to 10 of 46
  1. #1
    Join Date
    May 2005
    Location
    Bath, Somerset
    Posts
    1,053
    Plugin Contributions
    3

    Default Allow Customer to add to Order Comments

    This add-on allows your Customers to use a simple form to ask questions regarding their order. The questions are emailed to both your chosen email address and a confirmation sent to the customer. The customers comments are then appended to the order comments.

    This is the support thread for this new add-on.

    Absolute

    [The add-on is soon to be released, but in the meantime PM me if you would like a copy for testing.]

  2. #2
    Join Date
    Mar 2005
    Location
    United Kingdom
    Posts
    608
    Plugin Contributions
    0

    Default Re: Allow Customer to add to Order Comments

    Has anyone ported this back to V1.2.7d?

    I've been in contact with Chris and he confirms that as far as he is aware the only file that will need to be changed is includes/templates/YOUR TEMPLATE/templates/tpl_account_history_info_default.php

    I've attached copy of the updated 1.3x

    I've tried to modify this myself but because of the massive changes between 1.2x and 1.3x I'm lost and Beyond Compare is of no use in this instance.

    I didn't want to bother Chris if somebody else had already made the changes.

    Thanks

    Brent
    Attached Files Attached Files

  3. #3
    Join Date
    Mar 2005
    Location
    United Kingdom
    Posts
    608
    Plugin Contributions
    0

    Default Re: Allow Customer to add to Order Comments

    This is the offending bit of code I need to convert to V1.2.7d format if anyone has any ideas. I know it will be easy but I just don't know PHP.

    Very good at following instructions but useless when starting from scratch.

    Code:
    <!-- Start of Order Question Module -->
    <?php
      if (ALLOW_ORDER_QUESTION == 'true') {
    //		 '<a href="' .  . '"  target="ask_question">' . zen_image_button(BUTTON_IMAGE_ORDER_QUESTION, BUTTON_ORDER_QUESTION_ALT, 'onClick=javascript:window.open("' . HTTP_SERVER . DIR_WS_CATALOG . FILENAME_ORDER_QUESTION . '?order_id=' . $_GET['order_id'] . '", 
        echo '<div class="order_history_question" style="text-align:center;"><br />' . TEXT_ORDER_QUESTION_LINK . '<br /><br />' . 
    		 zen_image_button(BUTTON_IMAGE_ORDER_QUESTION, BUTTON_ORDER_QUESTION_ALT, 'onClick=\'javascript:window.open("' . HTTP_SERVER . DIR_WS_CATALOG . FILENAME_ORDER_QUESTION . '?order_id=' . $_GET['order_id'] . '", "ask_question","toolbar=no,width=300,height=425")\' style="cursor:hand;"') . 
    		 '<br /></div>';
    	echo '<hr />';
      }
    ?>
    <!-- End of Order Question Module -->

  4. #4

    Default Re: Allow Customer to add to Order Comments

    i have a couple questions..

    i got your mod installed, its wonderfull, this is something that zen-cart really needed.

    i had to manualy change the orders.php file, but its working.
    however i notice some things that need to be changed.
    the sized windows opens with both IE and firefox, but the box is too small so you cant see the button on the bottom.. you have to tab down to see it.....

    How do you fix that? also you said something about container sizes, but i cant seem to find that option under moduals. I dont know if that is what i need to change, but i need to make the window for the questions larger....

    also, i noticed a change in my admin orders where it says TEXT_MASK_CC or somthing... i never saw that before.

    I clicked it, and it did ***** out some of the numbers, but how do you get them back so that i can read them? I need those becuase my customers just want me to charge them for the products they want.....

    I also notice that in the email sent to the customer, it wants to show them the Order Number, however it only shows "Order#%s" how do we fix that?

    help on this would be great.
    Last edited by wickedklown; 18 Aug 2006 at 03:49 AM.

  5. #5

    Default Re: Allow Customer to add to Order Comments

    sorry for the double post, but im wondering also if an email is sent when a customer updates his order history comments?

    or do we have to go through and watch the comments boxes for all customers?

    I did get the email when i sent a test question, but when a customer does this, there is no email sent to the admins....

    is this going to be in the future?

  6. #6

    Default Re: Allow Customer to add to Order Comments

    well, i got all the problems worked out, except the email part....


    I set the email address under MY STORE>>Email Options, in the format they ask for
    "name <[email protected]>"

    but i still dont get emails when a customer asks a question via this contrib...

    is there somthing im missing?

  7. #7
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

    Default Re: Allow Customer to add to Order Comments

    Me too: I don't receive customers message

  8. #8
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

    Default Re: Allow Customer to add to Order Comments

    Absolute, have some update?

  9. #9
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

    email error Re: Allow Customer to add to Order Comments

    The strange thing is when customer update their order.
    With this trick by Absolute:
    change
    $order_status = $check_status->fields['orders_status_id'];
    in
    $order_status = '4';
    where 4 is id of update order status, in admin I can see the customer comment with green flag and only the name of status to update, but the real status of order is the same befor comment
    Attached Files Attached Files

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

    Default Re: Allow Customer to add to Order Comments

    Be careful of orders_id 4 for Update ...

    This is also used to update an order that has downloads to reset the downloads again ... the orders_status changing from the /admin/orders.php is the trigger on this one ...

    This may or may not be an issue on this add-on ... but do test carefully ...
    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!

 

 
Page 1 of 5 123 ... LastLast

Similar Threads

  1. v150 Customer Comments in order notification
    By meljen in forum Managing Customers and Orders
    Replies: 5
    Last Post: 24 Jul 2012, 05:26 AM
  2. HTML Links in Customer Comments (order update)
    By Green333 in forum General Questions
    Replies: 2
    Last Post: 1 Mar 2011, 06:45 AM
  3. Allow customer to change order
    By ledshop.no in forum General Questions
    Replies: 1
    Last Post: 2 Jul 2006, 06:44 PM
  4. Can customer add comments to the order too?
    By styledata in forum Managing Customers and Orders
    Replies: 4
    Last Post: 27 Jun 2006, 04:55 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