Page 28 of 102 FirstFirst ... 1826272829303878 ... LastLast
Results 271 to 280 of 1019
  1. #271
    Join Date
    Jun 2008
    Location
    Bordeaux, France
    Posts
    69
    Plugin Contributions
    6

    Default Re: Super Orders v3.0 Support Thread

    I have a question:
    Why having separated Super Orders and Edit Orders in v3.0 ?

    This double the maintenance for updating the code and can introduce errors.
    SO 1.3.9 by softwareguy incorporated edit_orders.php if i remember.
    (I found also the define switch of EO not the same in SO)

  2. #272
    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 gob33 View Post
    I have a question:
    Why having separated Super Orders and Edit Orders in v3.0 ?

    This double the maintenance for updating the code and can introduce errors.
    Don't know where you got the impression that these modules were separated when in fact Edit Orders and Super Orders have ALWAYS been two separate modules.. (Please feel free to download both and read through the changelogs for BOTH modules if you still believe otherwise.)

    Quote Originally Posted by gob33 View Post
    SO 1.3.9 by softwareguy incorporated edit_orders.php if i remember.
    You are mistaken.. SO v1.3.9 only added changes to bring to mod up to date with Zen Cart v1.3.9. Again, Edit Orders and Super Orders have ALWAYS been separate modules. What you may have mistaken as an integration of these apps was actually OLD original Super Orders code which added some very rudimentary order editing features to Super Orders.. This code never worked well and it was removed in v3.0..

    In v3.0, we also decided to add the ability for users to easily integrate Super Orders with the Edit Orders module as it was something that folks were FREQUENTLY asking about. We felt that Edit Orders had BETTER order editing features and we decided NOT to re-invent the wheel by patching the rudimentary order editing that was part of older versions of Super Orders.
    Updated to 1.3.9. No other changes.
    Author: That Software Guy
    Version: 1.3.9
    Zen Cart™ Version: v1.3.9
    Update added on Jul 05 2010
    PHP 5.3 Compatible?: Yes
    Download Now!
    File size: 204775 bytes
    Quote Originally Posted by gob33 View Post
    (I found also the define switch of EO not the same in SO)
    Not sure I understand this statement..
    Last edited by DivaVocals; 13 Mar 2011 at 07:06 PM.
    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. #273
    Join Date
    Jun 2008
    Location
    Bordeaux, France
    Posts
    69
    Plugin Contributions
    6

    Default Re: Super Orders v3.0 Support Thread

    What you may have mistaken as an integration of these apps was actually OLD original Super Orders code which added some very rudimentary order editing features to Super Orders.. This code never worked well and it was removed in v3.0..
    I see. Thats what i was talking.
    I was thinking to integrate the code of Edit Orders 3.03 in Super Orders 3.0. EO consists mainly of edit_orders.php so could be integrated directly without complication to understand for the new users.

  4. #274
    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 gob33 View Post
    I see. Thats what i was talking.
    I was thinking to integrate the code of Edit Orders 3.03 in Super Orders 3.0. EO consists mainly of edit_orders.php so could be integrated directly without complication to understand for the new users.
    Perhaps, but we decided to not re-invent the wheel. Edit Orders worked and had a good track record..

    What WAS difficult for new users to understand was how to link these two modules (Edit Orders/Super Orders). Hence the number of questions surrounding that topic. It was EASY enough to provide links between the two modules.. It's not complicated at all for new users to understand.. Install Edit Orders, install Super orders turn on the buttons that links one to the other.. Simple..
    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.

  5. #275
    Join Date
    Jun 2008
    Location
    Bordeaux, France
    Posts
    69
    Plugin Contributions
    6

    Default Re: Super Orders v3.0 Support Thread

    File: admin\super_report_await_pay.php
    Line 132: Missing a <?php

    Code:
        </table></td>
      </tr>
    <?
      if ($report_type) {
    ?>
      <tr>
        <td valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="2">
          <tr class="dataTableHeadingRow">

  6. #276
    Join Date
    Dec 2006
    Posts
    199
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    I apologize in advance for not taking the time to search the forum for this problem but it is fairly urgent. been working happily with Super Orders for a while. Just bumped our server from PHP4 to PHP5.2.17. There were a few minor hiccups but the site is back up. Today, my shipper needs to do some status updates but Batch Status Update brings up an error:
    Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 35 bytes) in /home/xxxxxx/public_html/shop/includes/classes/db/mysql/query_factory.php on line 411

    Batch Form Print does the same, Super Orders is working fine.

    Any help would be greatly appreciated!

  7. #277
    Join Date
    Dec 2006
    Posts
    199
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    OK, got it. The problem was the default memory limit when we upgraded the PHP. My host has it resolved. Nothing to do with this fine add-on.

  8. #278
    Join Date
    Mar 2010
    Location
    The other side where the grass IS greener
    Posts
    30
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by DivaVocals View Post
    No worries.. The corrected file will be included in the next release (still working on the updated readme..)
    have you had a chance to get to the update?

  9. #279
    Join Date
    Aug 2007
    Location
    Williston, Vermont
    Posts
    182
    Plugin Contributions
    1

    Default Re: Super Orders v3.0 Support Thread

    I had a recent problem and while it was due to my own bone-headedness, I wonder if a safeguard could be put in place.

    In batch_status_update, I cleared the 'notify customer' checkbox, then clicked 'Check All' and 'update status'. Unfortunately, when I clicked 'Check All', it reset my prior settings so I ended up sending a bunch of emails to people with a default status.

    I *was* able to use query builder to help me send apologies to the affected people though

    Suggestion 1: Don't reset the 'notify customer' box, or make the default 'unchecked'. I did this by changing line 311 in super_batch_status.php:
    Code:
    	echo zen_draw_checkbox_field('notify', 'on', false); echo '&nbsp;' . ENTRY_NOTIFY_CUSTOMER
    I'll probably go through and do this in other places too.

    Suggestion 2: Offer a confirmation box when sending more than N emails.

    Great package - thanks for your help

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

    Default Re: Super Orders v3.0 Support Thread

    Thanks for the tip/suggestion..

    Still reviewing the files you sent.. Been a little busy with the new day job and some pretty big client projects..

    Will see if I can carve out time for this and all the other things on my "to-do" list..

    Quote Originally Posted by carlvt88 View Post
    I had a recent problem and while it was due to my own bone-headedness, I wonder if a safeguard could be put in place.

    In batch_status_update, I cleared the 'notify customer' checkbox, then clicked 'Check All' and 'update status'. Unfortunately, when I clicked 'Check All', it reset my prior settings so I ended up sending a bunch of emails to people with a default status.

    I *was* able to use query builder to help me send apologies to the affected people though

    Suggestion 1: Don't reset the 'notify customer' box, or make the default 'unchecked'. I did this by changing line 311 in super_batch_status.php:
    Code:
        echo zen_draw_checkbox_field('notify', 'on', false); echo '&nbsp;' . ENTRY_NOTIFY_CUSTOMER
    I'll probably go through and do this in other places too.

    Suggestion 2: Offer a confirmation box when sending more than N emails.

    Great package - thanks for your help
    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 28 of 102 FirstFirst ... 1826272829303878 ... 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