Page 69 of 102 FirstFirst ... 1959676869707179 ... LastLast
Results 681 to 690 of 1019
  1. #681
    Join Date
    May 2010
    Posts
    46
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    I fixed the problem regarding the 1366 error.

    I went into the mysql database and changed the notify field from INT to VARCHAR

    I can now change the batch status from processing to shipped.

  2. #682
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Upcoming Super Orders v3.1 Release Status

    Just wanted to post an update.. conversion is going well.. We are testing the latest round of changes.. If anyone wants to test, please PM me.. Please keep in mind I need SERIOUS testers -- not folks looking to get a "sneak preview" of Super Orders.. So if you really want to test Super Orders, we would welcome the additional set of eyes..

    Quote Originally Posted by DivaVocals View Post
    One last thing..

    I will be removing the integration code for USPS Click and Ship (AKA USPS Autofill) and FedEx Shipping Label add-ons.. My research indicates that at the moment neither has been updated for Zen Cart 1.5. It doesn't look likely that the will be upgraded for v1.5 compatibility anytime soon either. Therefore I will be removing the EZ integration code for both. EZ integration with Ty Package Tracker and Edit Orders will remain in place as there are v1.5 compatible releases planned for both of these mods.
    Quote Originally Posted by DivaVocals View Post
    Working on a v1.5 updgrade/bugfix release. DO NOT ASK ME for an ETA on the release date. I think that I finally have the bandwidth to work on this with some regularity now.. Please understand that I do this work in MY spare time and I prioritize free mod work based on my workload/availability from paid work. In other words, I am working on it, but paying work will ALWAYS take priority over free mods work.

    That said I am feeling good that I will have something soon..

    So here's where we last left our heroine:

    In addition to the changes noted above, and making the app v1.5 compatible, the following bugfixes and improvements that I have been trying for over a year to finish and release will be included. (Some of these fixes were probably already addressed in Scott's recent SO update, but I will note them here anyway..)


    1. Full integration of Super Orders functionality into the into Zen Cart core. Eliminate once and for all the separate Super Orders versions of the core "cousin files". Replace super_orders.php, super_invoice.php, super_packingslip.php with Super Order enhanced versions of orders.php, invoice.php, & packingslip.php.

      This change is huge and I am sure there will be those who disagree with it. So let me explain the reason for moving in this direction.

      I appreciate the original author's desire to not modify core files, but over time this put the Super Orders files out of step with it's core "cousin files". There many other mods which do indeed modify core admin files, and we don't feel there's any further need for Super Order to not follow suit. (caveat, with GOOD documentation and adequately marked code to make it CLEAR where core edits begin.)

      In the version 3.0 release we worked hard to bring the Super Orders "cousin files" back in alignment with the core files they are meant to replace. This brought back much of the default order management functionality missing from Super Orders back into the mod (processing PayPal refund from the order window for example).

      However, this still leaves us with somewhat nightmarish upgrade issues when Zen Cart is upgraded. (for this discussion assume I am NOT referring to the 2.0 flavor of Zen Cart) In order to have a reasonable assurance that core changes to Zen Cart order files are included in Super Orders, we decided to incorporate Super Orders functionality directly into the core order files. This should make future Zen Cart core updates easier to integrate into Super Orders.
    2. http://www.zen-cart.com/forum/showpo...&postcount=275
    3. http://www.zen-cart.com/forum/showpo...&postcount=279
    4. Batch Form Printing. When shopowners print multiple invoices they are presented with a new window with all the selected invoices in separate frames. Printing frames is only supported by IE and Firefox (the 2 most commonly used browsers when SO was initially released). This code still works, but is showing signs of it's age. (the 80s called.. ) Frame printing is not supported in Chrome, Safari, or Opera. Therefore, this function is to be modified so that batch invoices no longer render in frames and the selected invoice prints on its own page. Align batch invoices and packingslips so that they look/act like the single printed versions.
    5. http://www.zen-cart.com/forum/showpo...2&postcount=54
      http://www.zen-cart.com/forum/showpost.php?p=977666&postcount=55


      Fix super_data_sheet.php lines around lines 225 where TY Tracker is spliced in.
    6. http://www.zen-cart.com/forum/showpo...&postcount=489

      Correct PDF packing slip to intepret and output currency and other symbols correctly. (trademarks, currency symbols, copyright, etc)
    7. Eliminate the need for the common_orders_functions.php file. Edit Orders and Super Orders should have their own functions files.
    8. http://www.zen-cart.com/forum/showpo...&postcount=161
    9. Update comments using “Batch Status Update” not working correctly.

      Comments in “Batch Status Update” should work the same way default order comments work. (support for e-mail, no e-mail, or hidden comments) . If working properly should allow shop owner to create batch hidden order comments.

      Currently does not create the correct comment type. Hidden comments and no e-mail comments are not e-mailed to the customer, but they are stored and displayed in the store as if they are e-mail comments.
    10. PDF Packing Slip needs to support wrapping display long attributes names

      Word wrapping works for product names and models, but not attributes.
    11. PDF Packing Slip does not print all order comments

      Seems to only print the 1st comment. Should print comments the same way comments print on the regular invoice.
    12. PDF Packing Slip incorrectly displays the “Balance Due” Amount
    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.

  3. #683
    Join Date
    Jun 2010
    Location
    United Kingdom
    Posts
    24
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    HI,

    I have just installed the update of Super Orders (3.0.2) available on the free zen cart add ons section. Should this release pick up paypal payments that have been made that are in a status of completed and show the payment details as completed?

    For the orders that I already have it is still showing no payment data for each order.

    Is there anything I need to do to get the payment details showing?

    Also, when I use the Batch printing option to print the PDF Packing slips the currency symbol is still being showed as £ on the slip.

    Regards,

    Brett Rogers
    http://www.personally-yours.co.uk

  4. #684
    Join Date
    Jun 2006
    Posts
    566
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    i'm having an issue with my invoice the in tax column they show tax exempt instead of the actual number any one know what is up with that?
    www.gorillagear.ca = zencart v1.3.9h with 40+ mods

  5. #685
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Upcoming Super Orders v3.1 Release Status

    Quote Originally Posted by DivaVocals View Post
    Just wanted to post an update.. conversion is going well.. We are testing the latest round of changes.. If anyone wants to test, please PM me.. Please keep in mind I need SERIOUS testers -- not folks looking to get a "sneak preview" of Super Orders.. So if you really want to test Super Orders, we would welcome the additional set of eyes..
    Again I need to stress that if you want to test, you need to be familiar with ALL the features in Super Orders. I need testers who can test ALL of the add-on, not just the features they use..

    Also this is not an opportunity to get your hands on a pre-release version.. Until testing is complete NONE of these beta versions being tested should be used on ANY live store..
    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.

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

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by MB1 View Post
    i'm having an issue with my invoice the in tax column they show tax exempt instead of the actual number any one know what is up with that?
    Hint: Suggest looking up tax exempt in the readme..
    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. #687
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,304
    Plugin Contributions
    125

    Default Re: Super Orders v3.0 Support Thread

    If you are getting an error that looks like:

    [16-Mar-2012 08:14:11] PHP Warning: stripslashes() expects parameter 1 to be string, array given in /home/p153j5eh/public_html/crosscuisines.org/delivery/xAMykyUwRx6W/super_orders.php on line 173

    Change super_orders.php on the line specified (173 in my example, but look at your error log). If you have

    Code:
    $comments = mysql_escape_string(stripslashes($_POST)); ^M
    change it to

    Code:
    $comments = mysql_escape_string(stripslashes($_POST['comments']));
    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.

  8. #688
    Join Date
    Mar 2012
    Location
    Melbourne, Australia
    Posts
    10
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    in the last few days i installed SO3.0 and saw the post that says don't install on ZCV1.5 and now i am trying to uninstall the files so I have this problem now in the index page of admin folder on the links referring to super_orders etc where would I go to change that back to the original orders.php?

  9. #689

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by purple-heart View Post
    in the last few days i installed SO3.0 and saw the post that says don't install on ZCV1.5 and now i am trying to uninstall the files so I have this problem now in the index page of admin folder on the links referring to super_orders etc where would I go to change that back to the original orders.php?

    • Open the SO readme file.
    • Click on the Files tab
    • Scroll down until you find these two sections:
      Core Zen Cart Files Modified (Required)
      Core Zen Cart Files Modified (Optional)


    These are lists of files that you must replace when you uninstall SO. The exception of course, is any file in YOUR_CUSTOM_TEMPLATE. Unless you've made other changes to files located there (either manually or changed by another addon), then you may simply delete those and not bother to replace them.

    Always remember when installing or uninstalling mods to be mindful of files that get overwritten or are shared by varying addons or your own customizations. Such files will need to be carefully merged/unmerged (vs. overwritten/replaced or deleted).

    If you didn't back up your original files before installing this (or any other addon for that matter), then you will have to re-download the ZC installation package and copy the files from there....but be aware that any customizations you made to any of those files will be lost.
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  10. #690
    Join Date
    Mar 2012
    Location
    Melbourne, Australia
    Posts
    10
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by ScriptJunkie View Post
    • Open the SO readme file.
    • Click on the Files tab
    • Scroll down until you find these two sections:
      Core Zen Cart Files Modified (Required)
      Core Zen Cart Files Modified (Optional)


    These are lists of files that you must replace when you uninstall SO. The exception of course, is any file in YOUR_CUSTOM_TEMPLATE. Unless you've made other changes to files located there (either manually or changed by another addon), then you may simply delete those and not bother to replace them.

    Always remember when installing or uninstalling mods to be mindful of files that get overwritten or are shared by varying addons or your own customizations. Such files will need to be carefully merged/unmerged (vs. overwritten/replaced or deleted).

    If you didn't back up your original files before installing this (or any other addon for that matter), then you will have to re-download the ZC installation package and copy the files from there....but be aware that any customizations you made to any of those files will be lost.
    Thanks was hoping it wasn't going to be like that just wish I saw the post before I installed it. It did look like a good mod but like the post said wouldn't work or look right.

 

 
Page 69 of 102 FirstFirst ... 1959676869707179 ... 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. v150 Super Orders v4.0 Support Thread for ZC v1.5.x
    By DivaVocals in forum Addon Admin Tools
    Replies: 804
    Last Post: 18 Apr 2025, 12:04 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