Page 173 of 202 FirstFirst ... 73123163171172173174175183 ... LastLast
Results 1,721 to 1,730 of 2020
  1. #1721
    Join Date
    Apr 2009
    Posts
    155
    Plugin Contributions
    1

    Default Re: Super Orders 2.0

    Hi, DV!

    I would like to thank you and JT very much for all of your hard work. I'm looking forward to the new and even-more improved version!

    Many thanks again for everything. :)

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

    Default Re: Super Orders 2.0

    Quote Originally Posted by ToniScraparoni View Post
    Hi, DV!

    I would like to thank you and JT very much for all of your hard work. I'm looking forward to the new and even-more improved version!

    Many thanks again for everything. :)
    Well this weekend is looking very good for some kind of progress.. Hubby will be out on a work assignment.. This means I get to BURY myself UNINTERRUPTED (except for the occasional interruptions by those 4 legged feline interlopers who live with me)
    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. #1723
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Super Orders 2.0

    So here's an updated clarification on this modification:

    If you are using Edit Orders version 1.5.3, this edit is made on lines 659 & 1136 (I do believe you need to make the change in BOTH places)

    If you are using version 2.03, the edits will be made on lines 1048 and 1608.

    That said IF you are still using the default orders.php along with Super Orders, and you HAVE NOT edited Super Orders to work with Edit Orders, then you need not worry about this modification..

    Thanks again to virtualomega for sharing the necessary change needed..

    Quote Originally Posted by DivaVocals View Post
    The other issue is that the "Back" button on the edit_orders.php page only takes you back to the the Super Orders order list page (super_orders.php). It should take you back to the detail page of the order you were editing.. It's minor and I can live with it..

    Quote Originally Posted by virtualomega View Post
    To fix this Back button issue:

    In edit_orders.php on line 659, find:
    Code:
                <td class="pageHeading" align="right"><?php echo '<a href="' . zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('action'))) . '">' . zen_image_button('button_back.gif', IMAGE_BACK) . '</a>';
    and replace with:
    Code:
                <td class="pageHeading" align="right"><?php echo '<a href="' . zen_href_link(FILENAME_SUPER_ORDERS, 'page=1&oID=' . $oID . '&action=edit', 'NONSSL') . '">' . zen_image_button('button_back.gif', IMAGE_BACK) . '</a>';
    Quote Originally Posted by dw08gm View Post
    In \admin\edit_orders.php, I have the above code in two places - Lines 1048 and 1608.

    Do I have the right file? As the original reference says Line 659, my \admin\edit_orders.php must be substantially different.

    Nevertheless, do I apply the changes in both places.

    Best Regards
    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. #1724
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Super Orders 2.0

    Made LOTS of progress this weekend.. (Will post a complete changelog here later this week) We're REALLY close! JTheed is awesome everyone!!! REALLY awesome.. Testing a few things, and if we could get some folks to step up and test this before I officially bundle this up and submit it that would be awesome..

    We don't need a lot of testers, just 1 or 2 folks to run the new version though it's paces..

    and just so it's clear because this is not ready for release until we complete testing, if you are volunteering to test, you should be using this on a test/development store NOT a live store..

    Anyone volunteering to test who simply wants to score an "advanced" copy of the module (it's happened) should instead wait for testing to be complete..
    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. #1725
    Join Date
    Dec 2006
    Posts
    84
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Hi All,
    I have been trying to figure out how to delete html info when I print packing slips and invoices as it displays admin store info (ex: /admin/super_invoice.php?oID=10121)

    I have Super Orders installed. Any help would be great.

    Thanks

  6. #1726
    Join Date
    Aug 2007
    Location
    Williston, Vermont
    Posts
    182
    Plugin Contributions
    1

    Default Re: Super Orders 2.0

    Quote Originally Posted by belaze View Post
    (ex: /admin/super_invoice.php?oID=10121)
    Thanks
    Do you mean the page header / footer that isn't viewable on your monitor but shows up on the printer? Sounds like a setting in your browser.

    If you're using Internet Explorer, go to File->Page Setup, and modify the settings for the header and footer.

    BTW, if you're really using 'admin' as your store manager subdirectory, you should change this (see thread on protecting your site)

  7. #1727
    Join Date
    Jun 2008
    Location
    Bird-in-Hand, Pennsylvania
    Posts
    62
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Today I was changing a few things in super_invoice.php and super_packingslip.php. I was adding code to display more specific shipping method information and taking out code for some fields that I didn't need, such as Price (excl).

    Now, for an unknown reason, super_invoice.php does not load. A new tab in Firefox opens, as usual, but there is no content. The url is http://www.domain.com/admin/super_invoice.php?oID=2800, which looks right, I think. Super_packingslip.php works fine.

    Does the invoice reference code in the packing slip? Any other ideas?

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

    Default Re: Super Orders 2.0

    Quote Originally Posted by engine411 View Post
    Today I was changing a few things in super_invoice.php and super_packingslip.php. I was adding code to display more specific shipping method information and taking out code for some fields that I didn't need, such as Price (excl).

    Now, for an unknown reason, super_invoice.php does not load. A new tab in Firefox opens, as usual, but there is no content. The url is http://www.domain.com/admin/super_invoice.php?oID=2800, which looks right, I think. Super_packingslip.php works fine.

    Does the invoice reference code in the packing slip? Any other ideas?
    Just out of curiosity which version of Super Orders are you using?? The shortened shipping display that was present from inception of this add-on (initial release through Rev 47) was replaced with the full shipping display (as in the default orders.php) in the current version of Super Orders (Rev 48).. Not sure if you are adding other shipping information on top of what the current version displays.

    Otherwise, I suggest double checking your code.. At the risk of stating the obvious, as you indicated you've, modified the files. So clearly something you've modified is affecting the display of the invoice..
    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. #1729
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: Super Orders 2.0

    Quote Originally Posted by engine411 View Post
    Today I was changing a few things in super_invoice.php and super_packingslip.php. I was adding code to display more specific shipping method information and taking out code for some fields that I didn't need, such as Price (excl).

    Now, for an unknown reason, super_invoice.php does not load. A new tab in Firefox opens, as usual, but there is no content. The url is http://www.domain.com/admin/super_invoice.php?oID=2800, which looks right, I think. Super_packingslip.php works fine.

    Does the invoice reference code in the packing slip? Any other ideas?
    If you are running Version 1.3.9 of Zen-Cart, look in the cache folder for a .log file. It will tell you where the error is, if there is one. If you are running 1.3.8 look here:
    https://www.zen-cart.com/tutorials/index.php?article=82

  10. #1730
    Join Date
    Jun 2008
    Location
    Bird-in-Hand, Pennsylvania
    Posts
    62
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Quote Originally Posted by DivaVocals View Post
    Just out of curiosity which version of Super Orders are you using?? The shortened shipping display that was present from inception of this add-on (initial release through Rev 47) was replaced with the full shipping display (as in the default orders.php) in the current version of Super Orders (Rev 48).. Not sure if you are adding other shipping information on top of what the current version displays.

    Otherwise, I suggest double checking your code.. At the risk of stating the obvious, as you indicated you've, modified the files. So clearly something you've modified is affecting the display of the invoice..
    SO 2.0 rev46.
    I have already ftp'd the original, working super_* files back into the admin, and it still doesn't load.

 

 

Similar Threads

  1. 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
  2. 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
  3. 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
  4. Super Orders 2.0 postage marks with Super Orders
    By sketchhgal in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 22 Mar 2009, 03:05 PM
  5. Edit Orders and Super Orders, anyone doing that?
    By swamyg1 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 4 Feb 2009, 06:03 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