Page 49 of 80 FirstFirst ... 39474849505159 ... LastLast
Results 481 to 490 of 800
  1. #481
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by simpledomaining View Post
    Hello. Since 1.5.4 zen cart is out, i have tried to install the 4.0.9 on it, and some things didnt work, such i am having orders.php showing totals as 0, while the invoice showing everything correct. Is there any update coming soon that is written for 1.5.4. We really need it. thanks.
    Paid obligations come WAY ahead of free module updates.. So when I have time to submit the updated version, I will do so.. In the meantime a BETA version is available on Github, and a link to it has been posted in this support thread.. There is NO OFFICIAL support for beta versions here (though folks have ignored this and continue to post support requests for BETA versions here). Just be aware that support issues related to BETA versions may not be answered here in a "timely" manner.. The Github issues mechanism is the BETTER way to report issues with BETA versions..
    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.

  2. #482
    Join Date
    May 2011
    Posts
    90
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by DivaVocals View Post
    Paid obligations come WAY ahead of free module updates.. So when I have time to submit the updated version, I will do so.. In the meantime a BETA version is available on Github, and a link to it has been posted in this support thread.. There is NO OFFICIAL support for beta versions here (though folks have ignored this and continue to post support requests for BETA versions here). Just be aware that support issues related to BETA versions may not be answered here in a "timely" manner.. The Github issues mechanism is the BETTER way to report issues with BETA versions..
    Thank you for your respond, Diva, i really appreciate your help. i did downloaded from github and installed superorders for 1.5.4. Not ignoring github support on this by no means, however they are more about reporting bugs. If my issue is a bug i will go report it. I get a blank page on /admin/orders.php and log shows PHP Fatal error: Call to a member function get_content_type() on a non-object in /admin/includes/classes/order.php on line 243 which is: $this->content_type = $_SESSION['cart']->get_content_type();
    i did find your answer on this similar issue about a year ago that its unrelated to super orders, however i have no other modules that have touched your modified core files. is there any advice on this you could give me? thanks!

  3. #483
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,563
    Plugin Contributions
    28

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by simpledomaining View Post
    Hello. Since 1.5.4 zen cart is out, i have tried to install the 4.0.9 on it, and some things didnt work, such i am having orders.php showing totals as 0, while the invoice showing everything correct. Is there any update coming soon that is written for 1.5.4. We really need it. thanks.
    There is a new version being worked on. Remember, this is supported for free when the author has available time.

  4. #484
    Join Date
    Jul 2012
    Posts
    16,751
    Plugin Contributions
    17

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by simpledomaining View Post
    Thank you for your respond, Diva, i really appreciate your help. i did downloaded from github and installed superorders for 1.5.4. Not ignoring github support on this by no means, however they are more about reporting bugs. If my issue is a bug i will go report it. I get a blank page on /admin/orders.php and log shows PHP Fatal error: Call to a member function get_content_type() on a non-object in /admin/includes/classes/order.php on line 243 which is: $this->content_type = $_SESSION['cart']->get_content_type();
    i did find your answer on this similar issue about a year ago that its unrelated to super orders, however i have no other modules that have touched your modified core files. is there any advice on this you could give me? thanks!
    A general suggestion. In that situation, I would suggest tracking down the post history of that individual to see where they found the answer.

    Research is the best way to find the answer. Perhaps starting a new thread may identify a related thread and your answer.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

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

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by simpledomaining View Post
    Thank you for your respond, Diva, i really appreciate your help. i did downloaded from github and installed superorders for 1.5.4. Not ignoring github support on this by no means, however they are more about reporting bugs.
    Not quite true.. So let me be VERY clear.. Issues/Bugs/whatever.. if it involves a BETA version, this forum and particularly this support thread is not the place for those discussions.. Use the Github issues for the BETA versions.. But so that it's clear, me and all the contributors do things when our time permits.. so don't look for a QUICK turnaround on issues/bugs/whatever relating to BETA versions..

    Quote Originally Posted by simpledomaining View Post
    If my issue is a bug i will go report it. I get a blank page on /admin/orders.php and log shows PHP Fatal error: Call to a member function get_content_type() on a non-object in /admin/includes/classes/order.php on line 243 which is: $this->content_type = $_SESSION['cart']->get_content_type();
    i did find your answer on this similar issue about a year ago that its unrelated to super orders, however i have no other modules that have touched your modified core files. is there any advice on this you could give me? thanks!
    Dunno what this is.. it's not an issue I've seen and cannot re-create... Suggest taking mc12345678's advice..
    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. #486
    Join Date
    Mar 2009
    Location
    Essex, UK
    Posts
    446
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    OK I have checked my log file and since I have installed both Super orders and Edit Order together, I get the following warnings:

    [31-Mar-2015 09:16:32 Europe/Berlin] PHP Warning: mysql_query(): Access denied for user ''@'localhost' (using password: NO) in my\root\folders\admin\invoice.php on line 372

    [31-Mar-2015 09:16:32 Europe/Berlin] PHP Warning: mysql_query(): A link to the server could not be established in \root\folders\admin\invoice.php on line 372

    [31-Mar-2015 09:16:32 Europe/Berlin] PHP Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in \root\folders\admin\invoice.php on line 373
    The offending code in invoice.php is as follows:

    $result = mysql_query($dbc);
    $row = mysql_fetch_array ($result, MYSQL_NUM);
    Any advice/guidance is well appreciated. :)
    Debbie Harrison
    DVH Design | Web Design blog

  7. #487
    Join Date
    Mar 2009
    Location
    Essex, UK
    Posts
    446
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by swguy View Post
    The readme for Optional Purchase Module says

    > Change "braintree_api" to the name of the payment module you want to be optional.

    I guess I don't see any additional opportunities for clarification. Yes, Purchase Order does not end with "_api." It also doesn't begin with "braintree."
    Oh yes, there was that as well. Do feel free to edit my post to read properly.
    Debbie Harrison
    DVH Design | Web Design blog

  8. #488
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,813
    Plugin Contributions
    124

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by dharrison View Post
    OK I have checked my log file and since I have installed both Super orders and Edit Order together, I get the following warnings:
    ...
    The offending code in invoice.php is as follows:
    These bugs are fixed in the github copy of super orders - grab admin/invoice.php and admin/orders.php.
    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.

  9. #489
    Join Date
    Mar 2009
    Location
    Essex, UK
    Posts
    446
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    Thanks Software guy, that remedied those 2 issues. I have one remaining issue:

    [31-Mar-2015 13:19:19 Europe/Berlin] PHP Warning: Illegal string offset 'id' in my\root\path\includes\modules\payment\purchaseorder.php on line 45
    Line 45

    $check = $db->Execute("select zone_id from " . TABLE_ZONES_TO_GEO_ZONES . " where geo_zone_id = '" . MODULE_PAYMENT_PURCHASE_ORDER_ZONE . "' and zone_country_id = '" . $order->billing['country']['id'] . "' order by zone_id");
    I have also updated using purchase orders on GitHub but the issue still persists.
    Debbie Harrison
    DVH Design | Web Design blog

  10. #490
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,813
    Plugin Contributions
    124

    Default Re: Super Orders v4.0 Support Thread

    This is a bug. You're going to have to comment out the zone checking logic in update_status() in includes/modules/payment/purchaseorder.php until someone fixes it.
    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.

 

 
Page 49 of 80 FirstFirst ... 39474849505159 ... 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