Re: Super Orders v4.0 Support Thread
Quote:
Originally Posted by
simpledomaining
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..
Re: Super Orders v4.0 Support Thread
Quote:
Originally Posted by
DivaVocals
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!
Re: Super Orders v4.0 Support Thread
Quote:
Originally Posted by
simpledomaining
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.
Re: Super Orders v4.0 Support Thread
Quote:
Originally Posted by
simpledomaining
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.
Re: Super Orders v4.0 Support Thread
Quote:
Originally Posted by
simpledomaining
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
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..
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:
Quote:
[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:
Quote:
$result = mysql_query($dbc);
$row = mysql_fetch_array ($result, MYSQL_NUM);
Any advice/guidance is well appreciated. :)
Re: Super Orders v4.0 Support Thread
Quote:
Originally Posted by
swguy
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. :blush: Do feel free to edit my post to read properly.
Re: Super Orders v4.0 Support Thread
Quote:
Originally Posted by
dharrison
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.
Re: Super Orders v4.0 Support Thread
Thanks Software guy, that remedied those 2 issues. I have one remaining issue:
Quote:
[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
Quote:
$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.
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.