Page 176 of 202 FirstFirst ... 76126166174175176177178186 ... LastLast
Results 1,751 to 1,760 of 2020
  1. #1751
    Join Date
    Sep 2007
    Location
    Herne Bay, Kent, England
    Posts
    182
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Quote Originally Posted by DivaVocals View Post
    You could take a look at the change log for version Rev48 to see. I documented very carefully ALL the changes I made.. I'm fairly certain that this code was not introduced Rev48. Looking at the comments, it looks like it was introduced in a previous version, and I don't know which one..


    This part is significant.. The code you are attempting to add is over two years old, and there were SO release between the time this code was posted and now, so it's very possible, it won't "fit" exactly the current makeup of Super Orders..
    Thanks DivaVocals, point taken. So the obvious question to ask is:-

    Is anyone out there using Rev 48 with this modification included?!

  2. #1752
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: Super Orders 2.0

    Quote Originally Posted by philip56 View Post
    Many thanks for that JTheed. My copy of order.php (from the original Super Order 2 if I remember correctly) does not have that

    Code:
     // BEGIN Super Orders edit
            // add CC data as a line item to SO payment system
            if (zen_not_null($this->info['cc_type']) || zen_not_null($this->info['cc_owner']) || zen_not_null($this->info['cc_number'])) {
              require(DIR_WS_CLASSES . 'super_order.php');
              $so = new super_order($insert_id);
              $so->cc_line_item();
            }
            // END Super Orders edit
    section in it. As far as I can see, that first made it's appearance in DivaVocals version.

    Could anyone confirm that for me?
    Diva, I believe it was because it is NOT in Rev 47. This is the closest thing to it.

    Code:
      // recreate credit card information stored in orders table as a line item in SO payment system
      function cc_line_item() {
        global $db;
        $cc_data = $db->Execute("select cc_type, cc_owner, cc_number, cc_expires, cc_cvv, date_purchased, order_total
                                 from " . TABLE_ORDERS . " where orders_id = '" . $this->oID . "' limit 1");
    Philip, why not consider upgrading when Diva Vocals puts out her next release. Hopefully soon!

  3. #1753
    Join Date
    Sep 2007
    Location
    Herne Bay, Kent, England
    Posts
    182
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Thanks JTheed. I think you are right! But Diva Vocals makes a valid point - will two year old code sit happily in this module?

  4. #1754
    Join Date
    Feb 2005
    Posts
    283
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Hello

    I have a wee problem where vat is not showing up on the super orders invoices (showing as none!) - zencart v 1.38.

    I have tried various combination for searching zencart & this thread - but the 176 pages seem to be getting the better of me?

    Any ideas - even if its just to point me to the right thread.

    CHeers

  5. #1755
    Join Date
    May 2010
    Location
    Rocky Mountains, Colorado USA
    Posts
    5
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Hello we are currently using ZC 1.3.8a and SO 2.0 r48.

    Due to various client issues we would like to upgrade to ZC 1.3.9 but I am unclear whether SO will work with it as the download page still indicates 1.3.8 compatibility, but some comments here imply use with 1.3.9.

    We're a coding shop, so we're willing to throw in some effort... we just need to know where it stands.

    Thanks to all.
    Tony

    Side note: we've converted batch packing slip to generate a pdf for better printing formatting. it's not bundled up but if anyone is interested we would share the code.

  6. #1756
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: Super Orders 2.0

    Quote Originally Posted by tonyniemann View Post
    Hello we are currently using ZC 1.3.8a and SO 2.0 r48.

    Due to various client issues we would like to upgrade to ZC 1.3.9 but I am unclear whether SO will work with it as the download page still indicates 1.3.8 compatibility, but some comments here imply use with 1.3.9.

    We're a coding shop, so we're willing to throw in some effort... we just need to know where it stands.

    Thanks to all.
    Tony

    Side note: we've converted batch packing slip to generate a pdf for better printing formatting. it's not bundled up but if anyone is interested we would share the code.
    Have a wee bit of patience and wait for DivaVocals next release. It will be 139 and PHP 5.3x updated and some other fixes/additions as well.

  7. #1757
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: Super Orders 2.0

    Quote Originally Posted by peanut77 View Post
    Hello

    I have a wee problem where vat is not showing up on the super orders invoices (showing as none!) - zencart v 1.38.

    I have tried various combination for searching zencart & this thread - but the 176 pages seem to be getting the better of me?

    Any ideas - even if its just to point me to the right thread.

    CHeers

    DO you have a VAT Mod installed, if so, which one and which version of SuperOrders?

  8. #1758
    Join Date
    May 2010
    Location
    Rocky Mountains, Colorado USA
    Posts
    5
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    I can be patient, just needed clarification. DivaVocals, is this the place to watch for the release announcement?

  9. #1759
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: Super Orders 2.0

    Yes, but personally, I think she should start a new thread for the next release.

  10. #1760
    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 tonyniemann View Post
    Side note: we've converted batch packing slip to generate a pdf for better printing formatting. it's not bundled up but if anyone is interested we would share the code.
    Are you willing to share it so that it can be bundled into the next release??? PRETTY PLEASE???

    Quote Originally Posted by tonyniemann View Post
    I can be patient, just needed clarification. DivaVocals, is this the place to watch for the release announcement?
    Yep.. Watch here..

    Quote Originally Posted by JTheed View Post
    Yes, but personally, I think she should start a new thread for the next release.
    Yeah yeah yeah.. Stop reading my mind.. Been thinking that it might not be a bad idea to start a new support thread..
    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.

 

 

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