Totally Zenned
- Join Date:
- Aug 2005
- Location:
- Trujillo Alto, Puerto Rico
- Posts:
- 1,437
- Plugin Contributions:
- 3
Super Orders v4.0 Support Thread for ZC v1.5.x
Yes, it is.
Prabu:
Hi
Is this "super orders" add on is compatible with ZC 1.5.5e?
Views: 172,103
Totally Zenned
Yes, it is.
Prabu:
Hi
Is this "super orders" add on is compatible with ZC 1.5.5e?
Inactive
While it MAY be compatible, the differences between the core edits and the 1.5.5e code are now huge. I've been using ZC for as long as it's been out and it's got me crossing my fingers and hoping for the best. The core files really need to be conformed to the latest version. Until this is done, this plug-in is not for the faint of heart.:shocking:
I might also suggest spelling out what COWOA means. I had to Google it.
New Zenner
New Zenner
New Zenner
Sensei
It could be that in your upgrade you didn't change your database contents to UTF8 but left the code enforcing UTF8 in place. Part of the change from v1.3 to 1.5 was defaulting to UTF8, instead of latin1.
One of the symptoms of mismatched character sets is that data doesn't display properly ('wiped out', as you said).
That may or may not be your issue. But it's one thing that comes to mind, particularly given the upgrade versions you did.
New Zenner
DrByte:
It could be that in your upgrade you didn't change your database contents to UTF8 but left the code enforcing UTF8 in place. Part of the change from v1.3 to 1.5 was defaulting to UTF8, instead of latin1.
One of the symptoms of mismatched character sets is that data doesn't display properly ('wiped out', as you said).That may or may not be your issue. But it's one thing that comes to mind, particularly given the upgrade versions you did.
Hi thanks for your reply. Now I've converted my db content from latin1 to utf-8. But still i'm facing same issue. Comments are wiped off once i edited.
Now I'm using Super orders 4.0.9. Please advice to fix this issue
Inactive
Prabu:
Hi thanks for your reply. Now I've converted my db content from latin1 to utf-8.
In MySQL it should be: utf8 (no hyphen)
Sensei
Website Rob:
In MySQL it should be: utf8 (no hyphen)
Right. The differences with language files are also pointed out here: Should I convert my store from iso-8859-1 to utf8?
New Zenner
If someone has already addressed this issue please direct me to that post(s). I am running Zen Cart v1.5.5e and Super Orders v4.0.9 and if I change from PHP 5.6 to 7.0 or 7.1 everything below the product section and total amount disappears from Amount Applied on down the entire Order Status History & Comments section with headers etc. gone. If I switch back to PHP 5.6 it all reappears back to 7+ gone. I did notice some tables are latin1 some utf8. If that is the problem is there an easy way to correct?
Please advise, help.
zennedOut
highly doubtful it is due to table encoding, i.e. latin v utf.
see:
https://www.zen-cart.com/showthread.php?222290-Type-conversion-numeric-to-string-and-back&p=1330019
some functions were deprecated in php7.0 and php7.1. you need to examine your logs to see what functions are now failing.
good luck.
Totally Zenned
carlwhat:
highly doubtful it is due to table encoding, i.e. latin v utf.
see:
https://www.zen-cart.com/showthread.php?222290-Type-conversion-numeric-to-string-and-back&p=1330019
some functions were deprecated in php7.0 and php7.1. you need to examine your logs to see what functions are now failing.
good luck.
Does that mean that this module won't work on PHP 7.0 and 7.1?
zennedOut
ideasgirl:
Does that mean that this module won't work on PHP 7.0 and 7.1?
unfortunately i do not have a clean v155e install with just this module to play with.... in addition, i am not exactly sure which elements of this module i am in fact using at some clients sites...
given that, i have run into problems running 7.0 as well as 7.1 that did require some modifications. and given believer's comments, yes this module will NOT work as is on php7.0 or php7.1.
super_edit.php makes uses of mysql_real_escape_string. that function was deprecated in php5.5 and removed in php7.0. so that will cause an error. see:
http://php.net/manual/en/function.mysql-real-escape-string.php
not sure how many other problems are out there. but it would require some 'minor' modifications to work on php7.0.
good luck!
New Zenner
Thanks for helping! Does anyone know if there is a PHP 7.0 7.1 compatible version of Super Orders in the works or has anyone done the mods to make it work?
Zen Follower
Hi All,
I have a question. I want to find a way to print invoices in a batch (and that I can select that I want to print out lets say order 1000 till 2000), will super orders be the mod for me that can do this :smile:?
Best Regards,
Totally Zenned
LadyoftheCave:
Hi All,
I have a question. I want to find a way to print invoices in a batch (and that I can select that I want to print out lets say order 1000 till 2000), will super orders be the mod for me that can do this :smile:?
Best Regards,
Based on the older install of this that I have and that newer versions should maintain functionality (and possibly improve) I would say yes that super orders supports batch style document printing (invoices, packing slips, mailing labels) that fit within search criteria which includes an order range as well as many other potential filters.
New Zenner
Hi,
do you planing to support zen 1.5.5e near future :) ?
Thank you for responde
Zdendis
New Zenner
I am using zencart easy_populate_csv_for_zencart_v1.5.x_v1.2.6.4
I am getting error You don't have permission to access /my domain address/temp/Full-EP2017Jul17-053039.csv on this server. when i try to download the easypopulate created csv file
What is the problem please guide
Totally Zenned
manishpatil:
I am using zencart easy_populate_csv_for_zencart_v1.5.x_v1.2.6.4
I am getting error You don't have permission to access /my domain address/temp/Full-EP2017Jul17-053039.csv on this server. when i try to download the easypopulate created csv file
What is the problem please guide
This htaccess issue is unrelated to Super Orders (topic of this thread). Please search an alternate thread in which to discuss that issue which probably would be better for you and others using it to be discussed in the thread related to that plugin.
Zen Follower
I am trying to run the batch form printing. Everything looks fine when I click on customers-batch form print. But when I have selected the right order, and I click on print forms I will receive a blank page. The logfile is showing me the following:
[10-Aug-2017 14:05:26 Europe/Amsterdam] PHP Fatal error: Cannot redeclare zen_parse_url() in /var/www/vhosts/.../.../..../...../includes/application_top.php on line 160
Do you happen to know what I can do to fix this?
Tell staff why this post should be reviewed.