Page 79 of 80 FirstFirst ... 296977787980 LastLast
Results 781 to 790 of 798
  1. #781
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,162
    Plugin Contributions
    11

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

    If we are talking about the three 1.5.8# files being in YOUR_ADMIN/includes/languages/english/, then the instructions in Item 3 of https://docs.zen-cart.com/user/local...ourlanguagephp MIGHT work. You'll just be overriding something other than time and date.

    caveat emptor

  2. #782
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    521
    Plugin Contributions
    3

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

    Quote Originally Posted by dbltoe View Post
    If we are talking about the three 1.5.8# files being in YOUR_ADMIN/includes/languages/english/, then the instructions in Item 3 of https://docs.zen-cart.com/user/local...ourlanguagephp MIGHT work. You'll just be overriding something other than time and date.

    caveat emptor
    Okay so now this is going make me ask the silly question... does the file absolutely need to be named lang.admin.overrides.php? Or does the old system of "name it whatever" still applies? Or should it be renamed to lang.orders.php?

  3. #783
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,516
    Plugin Contributions
    88

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

    Quote Originally Posted by retched View Post
    Okay so now this is going make me ask the silly question... does the file absolutely need to be named lang.admin.overrides.php? Or does the old system of "name it whatever" still applies? Or should it be renamed to lang.orders.php?
    You can name it "lang.whatever.php". All files with an extension of .php from the /extra_definitions directories (both admin and storefront) are auto-loaded.

  4. #784
    Join Date
    Jun 2005
    Posts
    309
    Plugin Contributions
    0

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

    I forked @strelitzia's github for this and was gonna make it work in zc1.5.8/php8.2 . Hours were spent, and progress was made. And then I discovered mom (my "customer") doesn't use it. At all. Not one piece.
    So ya, it's not done, it doesn't work, and I won't do any more on it. But hopefully, it saves strelitzia or whoever touches it next a little time.
    2 + 2 = 5 for extremely large values of 2

    Pez Collectors Store

  5. #785
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,711
    Plugin Contributions
    123

    Default Re: Super Orders v4.0 Support Thread for ZC 1.5.x

    Trying to rename the subject of this thread to see if it helps vBulletin failures.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  6. #786
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,711
    Plugin Contributions
    123

    Default Re: Super Orders v4.0 Support Thread for ZC 1.5.x

    I have some PHP8 fixes for Super Orders that I will submit to JSWebSteve as soon as I can, hopefully mid December. They just need to get some more miles on them before release.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  7. #787
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    521
    Plugin Contributions
    3

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

    Quote Originally Posted by gothstone View Post
    I forked @strelitzia's github for this and was gonna make it work in zc1.5.8/php8.2 . Hours were spent, and progress was made. And then I discovered mom (my "customer") doesn't use it. At all. Not one piece.
    So ya, it's not done, it doesn't work, and I won't do any more on it. But hopefully, it saves strelitzia or whoever touches it next a little time.
    I might fork the project further. I'm like 90% sure I made more changes to fix it to PHP8.2. But if anyone is getting errors about
    Code:
    Creation of dynamic property purchaseorder::$sort_order is deprecated
    You might want to make the following change:
    Open /includes/modules/payment/purchaseorder.php

    Find the line that reads

    PHP Code:
    class purchaseorder 
    and change it to read:

    PHP Code:
    #[AllowDynamicProperties]
    class purchaseorder 
    This should remove the error. (This seems to be a band-aid patch however and I think it only applies to 8.2... I don't know of any other complications that may arise out of this.)

  8. #788
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,711
    Plugin Contributions
    123

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

    Just fix this issue properly by declaring $sort_order.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  9. #789
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    521
    Plugin Contributions
    3

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

    Quote Originally Posted by swguy View Post
    Just fix this issue properly by declaring $sort_order.
    I don't know why I thought that was going to be hard.

    Editing in $sort_order, $email_footer to the var declaration fixed the problem too. Guess I'll make that change instead.

  10. #790
    Join Date
    Nov 2023
    Location
    Hounslow
    Posts
    81
    Plugin Contributions
    0

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

    has anyone got this working on ZC V1.5.8? and if so have you a updated zip of the files?

 

 
Page 79 of 80 FirstFirst ... 296977787980 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