Zen Cart Logo
Forums / Addon Admin Tools / Super Orders v4.0 Support Thread for ZC v1.5.x

Super Orders v4.0 Support Thread for ZC v1.5.x

Sticky

Views: 172,103

Results 621 to 640 of 816
20 Mar 2017, 12:48 PM
#621
ideasgirl avatar

ideasgirl

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?

31 Mar 2017, 6:17 PM
#622
wwwd avatar

wwwd

Inactive

Join Date:
Nov 2012
Posts:
100
Plugin Contributions:
0

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

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.

7 Apr 2017, 6:29 AM
#623
prabu avatar

prabu

New Zenner

Join Date:
Mar 2017
Location:
India
Posts:
22
Plugin Contributions:
0

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

Hi

Recently I've upgraded my ZC Version from 1.3.9h to 1.5.5e and also upgraded Super order version too. When I edit the comments on an order, everything is wiped off.

Please see attached screen.Attachment 17023

7 Apr 2017, 6:38 AM
#624
prabu avatar

prabu

New Zenner

Join Date:
Mar 2017
Location:
India
Posts:
22
Plugin Contributions:
0

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

please see this attached screenAttachment 17024

7 Apr 2017, 7:22 AM
#625
prabu avatar

prabu

New Zenner

Join Date:
Mar 2017
Location:
India
Posts:
22
Plugin Contributions:
0

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

Prabu:

please see this attached screenAttachment 17024

After edited comments, everything is deleted. Please help

19 Apr 2017, 10:06 PM
#626
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

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

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.

21 Apr 2017, 7:01 AM
#627
prabu avatar

prabu

New Zenner

Join Date:
Mar 2017
Location:
India
Posts:
22
Plugin Contributions:
0

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

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

21 Apr 2017, 9:01 AM
#628
website_rob avatar

website_rob

Inactive

Join Date:
Oct 2006
Location:
Alberta, Canada
Posts:
4,572
Plugin Contributions:
0

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

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)

22 Apr 2017, 3:01 PM
#629
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

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

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?

29 May 2017, 11:34 PM
#630
believer avatar

believer

New Zenner

Join Date:
Apr 2010
Posts:
3
Plugin Contributions:
0

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

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.

30 May 2017, 4:52 AM
#631
carlwhat avatar

carlwhat

zennedOut

Join Date:
Nov 2005
Location:
los angeles
Posts:
2,956
Plugin Contributions:
8

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

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.

30 May 2017, 1:44 PM
#632
ideasgirl avatar

ideasgirl

Totally Zenned

Join Date:
Aug 2005
Location:
Trujillo Alto, Puerto Rico
Posts:
1,437
Plugin Contributions:
3

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

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?

30 May 2017, 3:39 PM
#633
carlwhat avatar

carlwhat

zennedOut

Join Date:
Nov 2005
Location:
los angeles
Posts:
2,956
Plugin Contributions:
8

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

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!

30 May 2017, 7:51 PM
#634
believer avatar

believer

New Zenner

Join Date:
Apr 2010
Posts:
3
Plugin Contributions:
0

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

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?

7 Jul 2017, 7:38 AM
#635
ladyofthecave avatar

ladyofthecave

Zen Follower

Join Date:
Jan 2016
Location:
Netherlands
Posts:
150
Plugin Contributions:
0

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

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,

7 Jul 2017, 12:45 PM
#636
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

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

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.

11 Jul 2017, 6:57 AM
#637
lopi avatar

lopi

New Zenner

Join Date:
Jan 2009
Posts:
45
Plugin Contributions:
0

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

Hi,
do you planing to support zen 1.5.5e near future :) ?
Thank you for responde

Zdendis

17 Jul 2017, 5:42 AM
#638
manishpatil avatar

manishpatil

New Zenner

Join Date:
Oct 2015
Location:
Dhule
Posts:
2
Plugin Contributions:
0

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

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

17 Jul 2017, 6:51 AM
#639
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

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

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.

10 Aug 2017, 12:11 PM
#640
ladyofthecave avatar

ladyofthecave

Zen Follower

Join Date:
Jan 2016
Location:
Netherlands
Posts:
150
Plugin Contributions:
0

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

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?