Page 55 of 80 FirstFirst ... 545535455565765 ... LastLast
Results 541 to 550 of 798
  1. #541
    Join Date
    May 2004
    Location
    UK
    Posts
    478
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    you also have the same thing in invoice.php in admin as well circa line 355

    Code:
    <!-- BOF added to get currency type and value for totals -->
                    <?php #$dbc="select currency, currency_value from " . TABLE_ORDERS . " where orders_id ='" . $_GET['oID'] . "'";
                    $result = mysql_query($dbc);
                    $row = mysql_fetch_array ($result, MYSQL_NUM);
                    $cu = $row[0];
                    $cv = $row[1];
                    ?>
    <!-- EOF added to get currency type and value for totals -->
    hidden for now - do you know if plugin code will get updated or not? as I am not who has control of this plugin at present as it seems a few people?! was not sure how it all worked

    thanks
    Sarah

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

    Default Re: Super Orders v4.0 Support Thread

    Regarding updates
    Quote Originally Posted by niccol View Post
    And the updating of modules is constant work and done 100% voluntarily so this, I am sure, will get amended at some point but only when busy people find the time.
    In the meantime one could ALWAYS grab the beta version in my Github repo (link has been posted in this support thread previously)
    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. #543
    Join Date
    May 2004
    Location
    UK
    Posts
    478
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    I find it a shame that a sincerely asked question was responded to with sarcasm - believe me I am well aware of the time and effort that goes into these plugins and then times that by 100 I am sure - however why slam people for asking!? As for github - actually no I had not seen those links - however is beta version a live version or for testing? usually I would say beta is just that a testing version vs a live shop. Anyway I will leave as is and see what else I can come up with - I just wanted to respond and say I am not sure what your issue is with me or others that ask questions. I hope your day gets better either way

  4. #544
    Join Date
    Jul 2015
    Location
    Turangi NZ
    Posts
    5
    Plugin Contributions
    0

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

    Hi I am getting this error message and I cant spot the problem.. I really would appreciate some help.. I am trying to edit quantities in an order. Zen 1.54 with edit orders and super orders. everything else seems to be working ...

    PHP Fatal error: 1054:Unknown column 'p.products_quantity' in 'field list' :: SELECT `p`.`products_quantity` FROM `products` WHERE `p`.`products_id` = '199' ==> (as called by) /xxxxxxx/office/includes/functions/extra_functions/edit_orders_functions.php on line 1028 <== in /xxxxxx/includes/classes/db/mysql/query_factory.php on line 155

  5. #545
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

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

    Quote Originally Posted by gunangler View Post
    Hi I am getting this error message and I cant spot the problem...
    A quick search reveals this known bug and bugfix for Edit Orders 4.1.4.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  6. #546
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by SarahL View Post
    ... However is beta version a live version or for testing? usually I would say beta is just that a testing version vs a live shop. ...
    I know of a couple Zen Cart 1.5.4 stores using the BETA version without any major difficulty. However as you noted, the developers collaborating on the next release may have some additional changes, testing, and polishing they feel is needed. I would test it first in a development copy of your store (and verify the enhancements, bugfixes, and other changes do not imact your intended uses). If you run into issues (or have suggestions or wish to contribute code), the github tepository provides a relatively easy to use way to correspond regarding the BETA. The Super Orders Github Repository also includes known issues (and the status) for the BETA version.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  7. #547
    Join Date
    Jul 2015
    Location
    Turangi NZ
    Posts
    5
    Plugin Contributions
    0

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

    Ihungil, many thanks for taking the time to find that for me. It was much appreciate and fixed the problem immediately... I spent three days looking for a fix or trying to fix it..... I should have seen found that...Im not sure what I was doing wrong in my searching.......so once again many many thanks.

  8. #548
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

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

    Quote Originally Posted by gunangler View Post
    Ihungil, many thanks for taking the time to find that for me. It was much appreciate and fixed the problem immediately...
    You are welcome. Thank you for confirming the cause was a known bug in Edit Orders 4.1.4, not an issue with Super Orders.


    As for the searching via search engines for answers specific to Zen Cart, I tend add "site:zen-cart.com" to the search terms (along with the first part of the error message, filename, bug, issue, etc). Usually helps me find info.

  9. #549
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

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

    Quote Originally Posted by SarahL View Post
    I find it a shame that a sincerely asked question was responded to with sarcasm - believe me I am well aware of the time and effort that goes into these plugins and then times that by 100 I am sure - however why slam people for asking!? As for github - actually no I had not seen those links - however is beta version a live version or for testing? usually I would say beta is just that a testing version vs a live shop. Anyway I will leave as is and see what else I can come up with - I just wanted to respond and say I am not sure what your issue is with me or others that ask questions. I hope your day gets better either way
    Ummmm.. well okay then..

    The sarcasm you say is in my response is truly YOUR interpretation of my response.. Have no "issue" with you or anyone else here.. You posted a question.. I provided a response.. You took it the wrong way.. **shrug**

    Quote Originally Posted by lhungil View Post
    I know of a couple Zen Cart 1.5.4 stores using the BETA version without any major difficulty. However as you noted, the developers collaborating on the next release may have some additional changes, testing, and polishing they feel is needed. I would test it first in a development copy of your store (and verify the enhancements, bugfixes, and other changes do not imact your intended uses). If you run into issues (or have suggestions or wish to contribute code), the github tepository provides a relatively easy to use way to correspond regarding the BETA. The Super Orders Github Repository also includes known issues (and the status) for the BETA version.

    Thanks Andrew for jumping in here.. Recovering from surgery so I haven't been able to stop by.. Your summary (and niccol who's earlier post I quoted previously) cover the state of the union for Super Orders dev effort..
    Last edited by DivaVocals; 28 Aug 2015 at 08:57 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.

  10. #550
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

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

    Quote Originally Posted by DivaVocals View Post
    Ummmm.. well okay then..

    The sarcasm you say is in my response is truly YOUR interpretation of my response.. Have no "issue" with you or anyone else here.. You posted a question.. I provided a response.. You took it the wrong way.. **shrug**




    Thanks Andrew for jumping in here.. Recovering from surgery so I haven't been able to stop by.. Your summary (and niccol who's earlier post I quoted previously) cover the state of the union for Super Orders dev effort..
    Crystal, hope you get well soon. Stay in bed enjoy yourself a little while.....
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

 

 
Page 55 of 80 FirstFirst ... 545535455565765 ... 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