Page 62 of 102 FirstFirst ... 1252606162636472 ... LastLast
Results 611 to 620 of 1019
  1. #611
    Join Date
    Dec 2008
    Location
    San Fran
    Posts
    382
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by swamyg1 View Post
    Just got everything installed and functioning nicely. I noticed there is a vital piece missing to the super order list page, I don't see the customer comments column as I have on my regular orders page with 1.3.9h installed. I've searched this thread and I'm surprised no one else has mentioned this. Any ideas?
    Nevermind my comment, I got it sorted out:-)

  2. #612

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by swamyg1 View Post
    Nevermind my comment, I got it sorted out:-)
    Do you mind posting what went wrong and how you solved it so that anyone experiencing this issue in the future will be able to benefit from your experience?
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  3. #613
    Join Date
    Dec 2008
    Location
    San Fran
    Posts
    382
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    I have a problem with line breaks when sending batch status updates. I get extra <br> tags inserted into my DB and they read with big spaces on my order details page. The problem does not occur on the customers side in their email that's sent from the store, that email looks fine.

    I'm pretty sure the problem lies in this line:

    PHP Code:
    $comments zen_db_scrub_in($_POST['comments'], false); 
    I've tried setting this to "true" but then the email sent has no line breaks at all. It does look fine on the order details page though!

    Surely someone else has had this problem?

  4. #614
    Join Date
    Dec 2008
    Location
    San Fran
    Posts
    382
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by jerkynet View Post
    Minor bug: Customer status indicator (green check/unlock/locked icons)

    Super_orders

    When adding customer comment,
    • mark to email, green check icon is added to comment history
    • mark NOT to email, unlock icon is added to comment history
    Batch_status

    When adding customer comment,
    • mark to email, unlock icon is added to comment history
    • mark NOT to email, unlock icon is added to comment history
    Note: the physical email being/not being sent is correct, this is ONLY an audit trail issue with the icons showing in customer notified column.
    Thanks!
    Zen 1.39h
    SuperOrders 3.0
    I never found the answer to this anywhere in this thread, was somebody able to sort the problem out?

  5. #615
    Join Date
    Nov 2011
    Posts
    2
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    Zen Cart Version 1.3.9h

    Super Orders -> split order

    The resulting orders show total as $0.00, therefore any payment applied shows as a negative (overpayment) This shows on both the parent and the child.

    Caveat - These orders are placed as "cash on delivery" and I split the order before any payment was applied.

  6. #616
    Join Date
    Jun 2006
    Location
    Sea Lake, Australia
    Posts
    81
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    Zen Cart Version 1.3.9h

    In super_data_sheet.php V3.0, since I am not using TY TRACKER, I was getting errors, so I made these changes:

    <?php // TY TRACKER 2 BEGIN, INCLUDE DATABASE FIELDS ------------------------------
    // line below added by coopco to remove TY Tracker
    if (TY_TRACKER == 'True') {

    and at the end of the TY TRACKER section:

    // END TY TRACKER 3 -------------------------------------------------------------------
    echo ' <td class="smallText" align="left" valign="top">' . nl2br(zen_db_scrub_out($orders_history->fields['comments'])) . '&nbsp;</td>' . "\n" .
    ' </tr>' . "\n";
    $orders_history->MoveNext();
    }
    } else {
    echo ' <tr>' . "\n" .
    ' <td class="smallText" colspan="5">' . TEXT_NO_ORDER_HISTORY . '</td>' . "\n" .
    ' </tr>' . "\n";
    } // added by coopco to remove TY Tracker

    }

  7. #617
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    I am sure this has been discussed already... if so could someone please point me to the solution.

    But is there any way to add back the feature to edit comments visible by the customer? Or is there a way to unhide admin comments so they become visible to the customer?

    thanks!

  8. #618
    Join Date
    Dec 2011
    Posts
    20
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    Hello Zenners,

    Does this mod work with the admin login as a customer 2.2 mod? I've currently installed that mod and would like to install this mod but I'm concerned they might not work together.

    thanks!

    NWFAP

  9. #619

    Default Re: Super Orders v3.0 Support Thread

    These two mods (SO3.0 and admin_login_as_customer 2.2) don't share any files, nor does the functionality of one have anything to do with the functionality of the other. I use them both and find they play quite nicely together

    Quote Originally Posted by NWFAP View Post
    Hello Zenners,

    Does this mod work with the admin login as a customer 2.2 mod? I've currently installed that mod and would like to install this mod but I'm concerned they might not work together.

    thanks!

    NWFAP
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  10. #620
    Join Date
    Aug 2005
    Location
    San Juan, Puerto Rico
    Posts
    1,525
    Plugin Contributions
    9

    Default Re: Super Orders v3.0 Support Thread

    The code so that Super Orders automatically creates a Super Order payment record for PayPal paid orders is already done.. The to do list you refer to lists the items that as of today remain outstanding.. I only explicitly listed the items that are not done yet..
    I missed your post

    Can you point me on the right direction where to find the fix? I really didn't find it... Please I will treat you well when you come to visit.
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!
    My contributions: SophyBlue / Sophy Blue-Grey / Mistik / The Bookshelf / Dynamic Sideboxes

 

 
Page 62 of 102 FirstFirst ... 1252606162636472 ... LastLast

Similar Threads

  1. v150 Edit Orders v4.0 Support Thread
    By DivaVocals in forum Addon Admin Tools
    Replies: 1786
    Last Post: 10 Apr 2024, 03:17 PM
  2. v150 Super Orders v4.0 Support Thread for ZC v1.5.x
    By DivaVocals in forum Addon Admin Tools
    Replies: 797
    Last Post: 23 Mar 2024, 06:51 AM
  3. Edit Orders v3.0 for ZC 1.3.9 [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 656
    Last Post: 18 Apr 2016, 06:28 PM
  4. OLD Super Orders 2.0 (See v3.0 thread instead)
    By BlindSide in forum All Other Contributions/Addons
    Replies: 2019
    Last Post: 17 Jan 2012, 05:43 AM
  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