Page 52 of 80 FirstFirst ... 242505152535462 ... LastLast
Results 511 to 520 of 800
  1. #511
    Join Date
    Oct 2008
    Posts
    591
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    Why just when i click edit order so i see the TY TRACKER ?

    Installed Ty Package Tracker ( where see version ) - super orders 4.0.2 - edit order 4.0.2

    I post here 3 images .
    1. The order .
    2. When i click Edit order .
    3. History info customer

    The tracking number not show . but in the edit order it's show . very strange

    What is the issue ?








    Thank you for any support !

  2. #512
    Join Date
    Oct 2008
    Posts
    591
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    ORDER PAGE


  3. #513
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by dmagic View Post
    Why just when i click edit order so i see the TY TRACKER ?

    Installed Ty Package Tracker ( where see version ) - super orders 4.0.2 - edit order 4.0.2

    I post here 3 images .
    1. The order .
    2. When i click Edit order .
    3. History info customer

    The tracking number not show . but in the edit order it's show . very strange

    What is the issue ?








    Thank you for any support !
    Quote Originally Posted by dmagic View Post
    ORDER PAGE

    Not really a Super Orders issue.. it looks as if when you installed these mods you did not pick up all the edits to the orders.php file.. The readme files for all of these modules covers how to install if you are installing one or allof these modules together.. You will need to review the readme for all three modules and pick up the modifications you missed in your install.. You can try simply overriding the orders.php file in your store with the one from the Super Orders install.. but I suggest you re-review the readme files with special attention to the sections cover installing one or more of these modules together..
    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.

  4. #514
    Join Date
    Oct 2008
    Posts
    591
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    Thank you after add the missing files all is ok now !!!

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

    Default Re: Super Orders v4.0 Support Thread

    Hi Diva, I noticed you skipped my question. Do you have an answer? or point me where I can look to find it...
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!
    My contributions: SophyBlue / Sophy Blue-Grey / Mistik / The Bookshelf / Dynamic Sideboxes

  6. #516
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by ideasgirl View Post
    Hi Diva, I noticed you skipped my question. Do you have an answer? or point me where I can look to find it...
    didn't skip it.. I didn't see it..

    Quote Originally Posted by ideasgirl View Post
    I see this question on post #350 but didn't find the answer to it.



    Now, I'm having same issue. Please advice.

    Also the column on the orders list for "Payment/Shipping" used to be as the name of the module, for example:
    BEFORE: PayPal
    NOW: paypal

    BEFORE: Credit/Debit Card
    NOW: ceon_manual_card

    That's only on the list because on the right side where you see all the details of each order, will display properly.

    May I be guided towards file/line where/how to edit that?
    No clue about the color coding..Don't remember this "feature", and Super Orders is a LONG way from the v1.3.9 compatible version.. So I wouldn't begin to know where to look

    I'd have to look to find the payment code.. Yo can start by looking at the orders.php file.. Shouldn't be hard to figure out where this is being called from.. Kinda tied up majorly, and honestly this is such a minor thing so it would be a very a low priority for me to look at right now..
    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.

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

    Default Re: Super Orders v4.0 Support Thread

    The old SO list:
    https://www.dropbox.com/s/7pgluswx1f...-list.jpg?dl=0

    As you can see from Firebug, the cell has an additional class that is not included on the new:
    Code:
    <td class="status-completed" align="left">911</td>
    The new SO list:
    https://www.dropbox.com/s/wdkeobcmty...-list.jpg?dl=0

    The super_stylesheet DOES include the styling:
    Code:
    td.balanceDueNone,td.status-completed{
    font-weight:bold;
    color:#00cc00;
    }
    
    td.balanceDueNeg,td.status-cancelled{
    font-weight:bold;
    color:#ff0000;
    }
    
    span.status-completed{
    background-color:#00cc00;
    border-color:#000;
    border-style:solid;
    border-width:1px;
    padding: 0.2cm;
    color:#fff;
    font-size:12px;
    font-weight:bold;
    }
    
    span.status-cancelled{
    background-color:#ff0000;
    border-color:#000;
    border-style:solid;
    border-width:1px;
    padding: 0.2cm;
    color:#fff;
    font-size:12px;
    font-weight:bold;
    }
    ...but apparently on the new code is not included.

    Shouldn't be hard to figure out where this is being called from.. Kinda tied up majorly, and honestly this is such a minor thing so it would be a very a low priority for me to look at right now..
    I found it but I'm not a coder and can mess up things for such a big file. It might not be a big deal for some users but it is much better when trying to "follow up" orders; it does help a lot and since it was there why take it away? (I know it wasn't on purpose)

    I will really appreciate the help on this one, just tell me where I insert what, and I will test it right away and give you feedback.
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!
    My contributions: SophyBlue / Sophy Blue-Grey / Mistik / The Bookshelf / Dynamic Sideboxes

  8. #518
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by ideasgirl View Post
    I found it but I'm not a coder and can mess up things for such a big file.
    Quote Originally Posted by ideasgirl View Post
    I will really appreciate the help on this one, just tell me where I insert what, and I will test it right away and give you feedback.
    I'm no coder either.. and if it's a big file for you, what do you think it is for me? I REALLY am tied up right now.. I just don't have free time right now to dig through the old super_orders.php file to find this, and I just don't know what it is off the top of my head.. (ESPECIALLY since I don't remember this color coding feature at all) If and when I get some free time I'll be happy to help you with this.. I just can't look at this now.. Hopefully another community member can post the solution for you.. If not, I can't imagine that this really a showstopper for you is it??


    Quote Originally Posted by ideasgirl View Post
    I see this question on post #350 but didn't find the answer to it.
    Quote Originally Posted by ideasgirl View Post
    The old SO list:
    https://www.dropbox.com/s/7pgluswx1f...-list.jpg?dl=0

    As you can see from Firebug, the cell has an additional class that is not included on the new:
    Code:
    <td class="status-completed" align="left">911</td>
    The new SO list:
    https://www.dropbox.com/s/wdkeobcmty...-list.jpg?dl=0

    The super_stylesheet DOES include the styling:

    ...but apparently on the new code is not included.
    Quote Originally Posted by ideasgirl View Post
    It might not be a big deal for some users but it is much better when trying to "follow up" orders; it does help a lot and since it was there why take it away? (I know it wasn't on purpose)
    Quote Originally Posted by ideasgirl View Post

    Also the column on the orders list for "Payment/Shipping" used to be as the name of the module, for example:
    BEFORE: PayPal
    NOW: paypal

    BEFORE: Credit/Debit Card
    NOW: ceon_manual_card
    By "reunifying" the code from super_orders.php into the default orders.php file, we opted to keep default Zen Cart functionality where possible to ease the installation process for not just Super Orders, but for Ty Package Tracker and Edit Orders integration as well. The collaborators of Super Orders opted to include only those features that made Super Orders, well... Super Orders.

    The shipping and payment displays on the order listing is using the DEFAULT Zen Cart orders.php file displays.. The color coding wasn't something that either myself or my collaborators were aware of and frankly even if we did know about it, it would have been a very LOW priority for us as we were trying to resolve MUCH BIGGER issues in our efforts to "reunify" the code from super_orders.php into the orders.php file.

    It's been 3 years since those changes were made, and until now no one has asked after the payment or shipping display or the color coding feature (which I really DO NOT remember). I get you like the feature, but it is UNLIKELY that any of these parts of the old super_orders.php file will make it's way back into the core anytime soon if at all.. That's not gonna stop you from making these changes to your own client installations of Super Orders though.. There are several modules that I keep my own set of preferred modifications, and I don't expect that the author will want to include those in the core of the module..
    Last edited by DivaVocals; 28 May 2015 at 09:05 AM.
    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.

  9. #519
    Join Date
    May 2004
    Location
    UK
    Posts
    478
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by ideasgirl View Post
    The old SO list:
    https://www.dropbox.com/s/7pgluswx1f...-list.jpg?dl=0

    As you can see from Firebug, the cell has an additional class that is not included on the new:
    Code:
    <td class="status-completed" align="left">911</td>
    The new SO list:
    https://www.dropbox.com/s/wdkeobcmty...-list.jpg?dl=0

    The super_stylesheet DOES include the styling:
    Code:
    span.status-completed{
    background-color:#00cc00;
    border-color:#000;
    border-style:solid;
    border-width:1px;
    padding: 0.2cm;
    color:#fff;
    font-size:12px;
    font-weight:bold;
    }
    ...but apparently on the new code is not included.


    I found it but I'm not a coder and can mess up things for such a big file. It might not be a big deal for some users but it is much better when trying to "follow up" orders; it does help a lot and since it was there why take it away? (I know it wasn't on purpose)

    I will really appreciate the help on this one, just tell me where I insert what, and I will test it right away and give you feedback.
    Hi ideasgirl - this was a functionality my clients loved too - so simple and so easy to spot completed orders - so I had a quick look and I have made these changes to the admin/orders.php file if you want to make these changes for yourself then you will see the green numbers back - don't forget to take a backup of the orders file BEFORE to you make these changes! just in case. Not trying to tred on your worthy toes Diva - its a good mod! but when clients ask ...

    Ok so around line 1689 of orders.php ie after this batch of code

    Code:
          $show_payment_type = $orders->fields['payment_module_code'] . '<br />' . $orders->fields['shipping_module_code'];
        $close_status = so_close_status($orders->fields['orders_id']);
        if ($close_status) $class = "status-" . $close_status['type'];
        else $class = "dataTableContent";
    insert this

    Code:
    #SARAH
    #if order is completed then make the order number green and bold
    if (($orders->fields['orders_status_name']) != "Completed") {
    $copg = "";
    } else {$copg = "status-completed";}
    don't forget to make sure this is before a closing

    Code:
    ?>
    then on new line 1696 which says:

    Code:
                   <td class="dataTableContent" align="left"><?php echo $show_difference . $orders->fields['orders_id']; ?></td>
    insert the extra class $copg which will kick off the css of the status-completed, so it becomes

    Code:
                   <td class="dataTableContent <?=$copg;?>" align="left"><?php echo $show_difference . $orders->fields['orders_id']; ?></td>
    give that a whirl and see if that sorts it for you - I know far from elegant but its working :)

    so you should see it all like this at the end:

    Code:
          $show_payment_type = $orders->fields['payment_module_code'] . '<br />' . $orders->fields['shipping_module_code'];
        $close_status = so_close_status($orders->fields['orders_id']);
        if ($close_status) $class = "status-" . $close_status['type'];
        else $class = "dataTableContent";
    
    #SARAH
    #if order is completed then make the order number green and bold
    if (($orders->fields['orders_status_name']) != "Completed") {
    $copg = "";
    } else {$copg = "status-completed";}
    ?>
    
                   <td class="dataTableContent <?=$copg;?>" align="left"><?php echo $show_difference . $orders->fields['orders_id']; ?></td>
    hope that helps you
    Sarah

  10. #520
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by SarahL View Post
    Hi ideasgirl - this was a functionality my clients loved too - so simple and so easy to spot completed orders - so I had a quick look and I have made these changes to the admin/orders.php file if you want to make these changes for yourself then you will see the green numbers back - don't forget to take a backup of the orders file BEFORE to you make these changes! just in case. Not trying to tred on your worthy toes Diva - its a good mod! but when clients ask ...

    Ok so around line 1689 of orders.php ie after this batch of code

    Code:
          $show_payment_type = $orders->fields['payment_module_code'] . '<br />' . $orders->fields['shipping_module_code'];
        $close_status = so_close_status($orders->fields['orders_id']);
        if ($close_status) $class = "status-" . $close_status['type'];
        else $class = "dataTableContent";
    insert this

    Code:
    #SARAH
    #if order is completed then make the order number green and bold
    if (($orders->fields['orders_status_name']) != "Completed") {
    $copg = "";
    } else {$copg = "status-completed";}
    don't forget to make sure this is before a closing

    Code:
    ?>
    then on new line 1696 which says:

    Code:
                   <td class="dataTableContent" align="left"><?php echo $show_difference . $orders->fields['orders_id']; ?></td>
    insert the extra class $copg which will kick off the css of the status-completed, so it becomes

    Code:
                   <td class="dataTableContent <?=$copg;?>" align="left"><?php echo $show_difference . $orders->fields['orders_id']; ?></td>
    give that a whirl and see if that sorts it for you - I know far from elegant but its working :)

    so you should see it all like this at the end:

    Code:
          $show_payment_type = $orders->fields['payment_module_code'] . '<br />' . $orders->fields['shipping_module_code'];
        $close_status = so_close_status($orders->fields['orders_id']);
        if ($close_status) $class = "status-" . $close_status['type'];
        else $class = "dataTableContent";
    
    #SARAH
    #if order is completed then make the order number green and bold
    if (($orders->fields['orders_status_name']) != "Completed") {
    $copg = "";
    } else {$copg = "status-completed";}
    ?>
    
                   <td class="dataTableContent <?=$copg;?>" align="left"><?php echo $show_difference . $orders->fields['orders_id']; ?></td>
    hope that helps you
    Sarah

    The color coding wasn't something that either myself or my collaborators were aware of and frankly even if we did know about it, it would have been a very LOW priority for us as we were trying to resolve MUCH BIGGER issues in our efforts to "reunify" the code from super_orders.php into the orders.php file.

    It's been 3 years since those changes were made, and I NEVER knew this "feature" was missing.. So it's not a matter of treading on my toes at all.. I have been entirely too busy to look into adding the feature back.. So kudos to you for posting this.. Will review and test.. Gonna be submitting a bunch of updates to all my modules soon.. if my testing bears out I will include this change too.
    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.

 

 
Page 52 of 80 FirstFirst ... 242505152535462 ... 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. 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
  3. 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
  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