Page 76 of 81 FirstFirst ... 26667475767778 ... LastLast
Results 751 to 760 of 805
  1. #751
    Join Date
    Feb 2008
    Location
    Philadelphia
    Posts
    287
    Plugin Contributions
    3

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    How are you not throwing dozens of errors on the lack of quotes around all of these things like this ENTRY_AMOUNT_APPLIED_CUST v this 'ENTRY_AMOUNT_APPLIED_CUST' all throughout all these files???

    Anyway looks very similar at least I know I wasn't nuts with my solutions.

  2. #752
    Join Date
    Nov 2005
    Location
    France
    Posts
    595
    Plugin Contributions
    8

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    Quote Originally Posted by lat9 View Post
    There are still a slew of core-file overwrites (notably the order.php class and the admin's orders.php) that I thought could be handled now using the Zen Cart notify/observe processing. Couldn't those language-file updates be migrated to a separate extra_definitions file so that they don't require updates as well?
    Yes, I suspect some of the core file overwrites could be handled using notify/observer processing; however I was on a tight timescale to get a working version into a site that a client was pushing to get put live. For sure the language edits could go into extra_definitions files too.

    When I'm not so busy I'll try and find time to look at improving things further.

  3. #753
    Join Date
    Nov 2005
    Location
    France
    Posts
    595
    Plugin Contributions
    8

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    Quote Originally Posted by JimmyV View Post
    How are you not throwing dozens of errors on the lack of quotes around all of these things like this ENTRY_AMOUNT_APPLIED_CUST v this 'ENTRY_AMOUNT_APPLIED_CUST' all throughout all these files???

    Anyway looks very similar at least I know I wasn't nuts with my solutions.
    When it's defined you use the quotes like
    Code:
    define('ENTRY_AMOUNT_APPLIED_CUST', 'Amount Applied:');
    but when you output the define you just do
    Code:
    echo ENTRY_AMOUNT_APPLIED_CUST;
    If you put quotes around it like
    Code:
    echo 'ENTRY_AMOUNT_APPLIED_CUST';
    then it will literally echo ENTRY_AMOUNT_APPLIED_CUST to the screen.

  4. #754
    Join Date
    Feb 2008
    Location
    Philadelphia
    Posts
    287
    Plugin Contributions
    3

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    Yes several things that didn't work on mine work on yours so clearly you have a better handle on it although I never use these things like the payment options etc but it is nice to have them working properly.

    I also appreciate you labelled the edits which drove me nuts as some were labelled and some were labelled with a persons initials etc.

  5. #755
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,364
    Plugin Contributions
    94

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    Quote Originally Posted by strelitzia View Post
    Yes, I suspect some of the core file overwrites could be handled using notify/observer processing; however I was on a tight timescale to get a working version into a site that a client was pushing to get put live. For sure the language edits could go into extra_definitions files too.

    When I'm not so busy I'll try and find time to look at improving things further.
    Thanks for that; I realize that it was a big project! One other thing to consider is that I've now got a Ty Package Tracker (https://github.com/lat9/zen_TyPackageTracker) that's a drop-in solution and integrates with both the zc157 orders.php and now-current versions of Edit Orders.

  6. #756
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    312
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    Quote Originally Posted by lat9 View Post
    Thanks for that; I realize that it was a big project! One other thing to consider is that I've now got a Ty Package Tracker (https://github.com/lat9/zen_TyPackageTracker) that's a drop-in solution and integrates with both the zc157 orders.php and now-current versions of Edit Orders.
    ...and it works beautifully!
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

  7. #757
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    312
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    Quote Originally Posted by strelitzia View Post
    yes, i suspect some of the core file overwrites could be handled using notify/observer processing; however i was on a tight timescale to get a working version into a site that a client was pushing to get put live. For sure the language edits could go into extra_definitions files too.

    When i'm not so busy i'll try and find time to look at improving things further.
    checking to see if or anyone else has updated this yet - i'm only looking for the batch status functionality for 1.5.7c
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

  8. #758
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,761
    Plugin Contributions
    30

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    i'm only looking for the batch status functionality for 1.5.7c
    I've done that...I'll see if I can prep it for 157 soon...
    Steve
    github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...

  9. #759
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    312
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    ¡Excellenté!
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

  10. #760
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,761
    Plugin Contributions
    30

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    Steve
    github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...

 

 
Page 76 of 81 FirstFirst ... 26667475767778 ... 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. 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