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,102

Results 221 to 240 of 816
13 Jun 2013, 10:27 PM
#221
twi avatar

twi

Zen Follower

Join Date:
Aug 2007
Posts:
277
Plugin Contributions:
0

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

lhungil:

@twi If it does please ask in a PM for the manual instructions (next RC includes a big red warning and instructions for this specific case). Thank You!

Thank you. I got confused, again, with keeping the different MODS questions apart. Big Apologies to all.
:cool:

26 Jun 2013, 4:19 PM
#222
simon22 avatar

simon22

New Zenner

Join Date:
Jun 2012
Location:
Milton Keynes, United Kingdom
Posts:
23
Plugin Contributions:
0

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

Thank you Satu! I have been keen to get this working for ages now as it has some really good features, appreciate you sharing the file.

All the best, Simon

Satu:

I got it after some research. It was in the log files. The file admin/includes/classes/fpdf/fpdf.php on line 1047 and same file
admin/includes/classes/fpdf/fpdf.php on line 1329 has an extra period (.) after removing them I was able to get to admin login screen.
ini_set('magic_quotes_runtime', .$mqr);
ini_set('magic_quotes_runtime', $mqr);

Here is the fixed file:
Attachment #12239

2 Jul 2013, 12:15 AM
#223
ninjakitteh avatar

ninjakitteh

New Zenner

Join Date:
May 2012
Posts:
3
Plugin Contributions:
0

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

Having a bit of a problem getting it to work.
Have zencart V1.5.1 with super Orders v4.0.2

I'm getting a blank screen on the admin section.

The zencart install is brand new and the Super orders is the only mod added to the installation.

zencart logs produced this:

[01-Jul-2013 23:51:15 UTC] PHP Parse error: syntax error, unexpected '.' in C:\wamp\www\zencart\zcadm\includes\classes\fpdf\fpdf.php on line 1047

[01-Jul-2013 23:51:15 UTC] PHP Stack trace:

[01-Jul-2013 23:51:15 UTC] PHP 1. {main}() C:\wamp\www\zencart\zcadm\alt_nav.php:0

[01-Jul-2013 23:51:15 UTC] PHP 2. require() C:\wamp\www\zencart\zcadm\alt_nav.php:9

[01-Jul-2013 23:51:15 UTC] PHP 3. require() C:\wamp\www\zencart\zcadm\includes\application_top.php:147

[01-Jul-2013 23:51:15 UTC] PHP 4. require() C:\wamp\www\zencart\includes\autoload_func.php:48

[01-Jul-2013 23:51:15 UTC] PHP 5. require() C:\wamp\www\zencart\zcadm\includes\init_includes\init_general_funcs.php:45

Any help to why im getting it would be great.

~Ninjakitteh

2 Jul 2013, 12:48 AM
#224
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

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

ninjakitteh:

Having a bit of a problem getting it to work.
Have zencart V1.5.1 with super Orders v4.0.2

I'm getting a blank screen on the admin section.

The zencart install is brand new and the Super orders is the only mod added to the installation.

zencart logs produced this:

Any help to why im getting it would be great.

~Ninjakitteh

Start with looking at the post just above yours...

2 Jul 2013, 11:57 AM
#225
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,080
Plugin Contributions:
56

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

As part of a client's upgrade to v1.5.1, I'm installing Super Orders, Edit Orders and Ty Package Tracker in the site's admin (the admin install is a rebuild, not an upgrade). The store has a mixture of credit card, cod, paypal and moneyorder payments in the history.
Attachment 12724

When viewing an order that has shipped but was paid using moneyorder or cod as the payment method, the 'Balance Due' shows as the full price instead of 0. I also noticed that these same orders have the icon identified before the order details that reads "No Order Payment Data Available".

Is there any way to rectify this for the existing orders? There are a ***lot ***of payments using these methods.

2 Jul 2013, 1:04 PM
#226
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

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

lat9:

As part of a client's upgrade to v1.5.1, I'm installing Super Orders, Edit Orders and Ty Package Tracker in the site's admin (the admin install is a rebuild, not an upgrade). The store has a mixture of credit card, cod, paypal and moneyorder payments in the history.
Attachment 12724

When viewing an order that has shipped but was paid using moneyorder or cod as the payment method, the 'Balance Due' shows as the full price instead of 0. I also noticed that these same orders have the icon identified before the order details that reads "No Order Payment Data Available".That's because these orders have no corresponding payment record in the SO payment tables..

lat9:

Is there any way to rectify this for the existing orders? There are a ***lot ***of payments using these methods.
You would have to run some custom SQL to add records to the SO payment tables for these orders.. For existing credit card and PayPal orders SO does generate the payment records for these payment methods automatically. SO doesn't do this for manual kinds of payment records because they do require some level of validation that the payment was received.. (It's how SO has always functioned)

2 Jul 2013, 4:55 PM
#227
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,080
Plugin Contributions:
56

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

Thanks, DivaVocals, I figured as much.

2 Jul 2013, 5:34 PM
#228
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

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

lat9:

Thanks, DivaVocals, I figured as much.
I wish I had a better answer for ya.. :(

9 Jul 2013, 3:25 AM
#229
caru avatar

caru

New Zenner

Join Date:
Sep 2011
Posts:
5
Plugin Contributions:
0

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

Hello
Zen Cart Ver 1.5.1
Super Orders Ver 4-0-5_final
Brand new install of both Zen Cart and super Orders (No upgrades)
Uploaded via FTP
PHP Version: 5.2.17
Database: MySQL 5.0.96-log
No other plugins installed
Using a template very similar to the classic

Problem: After uploading files (according to instructions) 1Base files and 2aModified Core files,
the admin login page goes blank. Cannot access the admin console.

Please help, front end of site is showing, is the admin folder that cannot be accessed after upload

test.mihallaca.com

9 Jul 2013, 4:33 AM
#230
caru avatar

caru

New Zenner

Join Date:
Sep 2011
Posts:
5
Plugin Contributions:
0

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

error from log:
[09-Jul-2013 04:18:23 UTC] PHP Parse error: syntax error, unexpected '.' in /home/www/test.mihallaca.com/sbks774/includes/classes/fpdf/fpdf.php on line 1047

9 Jul 2013, 4:35 AM
#231
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

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

caru:

error from log:
[09-Jul-2013 04:18:23 UTC] PHP Parse error: syntax error, unexpected '.' in /home/www/test.mihallaca.com/sbks774/includes/classes/fpdf/fpdf.php on line 1047
if you search this thread (or even go back a few pages), the solution is posted here.. Can post specific links because I'm on a mobile device..

26 Jul 2013, 6:59 AM
#232
dgantonacci avatar

dgantonacci

New Zenner

Join Date:
Jun 2013
Location:
United States
Posts:
19
Plugin Contributions:
0

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

Had the same issue as Caru. Thanks for pointing out the issue, folks. Much appreciated. Now working fine.

27 Jul 2013, 3:11 AM
#233
dgantonacci avatar

dgantonacci

New Zenner

Join Date:
Jun 2013
Location:
United States
Posts:
19
Plugin Contributions:
0

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

Is there a way to remove the box at the bottom of the page - the one that would have Featured, New, etc, if the tabs were turned on?

27 Jul 2013, 6:31 AM
#234
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

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

dgantonacci:

Is there a way to remove the box at the bottom of the page - the one that would have Featured, New, etc, if the tabs were turned on?

nothing to do with this mod I'm afraid, start a new thread and don't forget to add a link to your site.

27 Jul 2013, 7:52 AM
#235
dgantonacci avatar

dgantonacci

New Zenner

Join Date:
Jun 2013
Location:
United States
Posts:
19
Plugin Contributions:
0

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

picandnix:

nothing to do with this mod I'm afraid, start a new thread and don't forget to add a link to your site.

Even though it's the block associated with the Product Index settings for the template (i.e. New, Featured, Special)? Just curious.

27 Jul 2013, 8:01 AM
#236
dgantonacci avatar

dgantonacci

New Zenner

Join Date:
Jun 2013
Location:
United States
Posts:
19
Plugin Contributions:
0

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

Found it - stylesheet_module_tabs.css. Thanks anyway, guys.

27 Jul 2013, 5:11 PM
#237
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

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

dgantonacci:

Even though it's the block associated with the Product Index settings for the template (i.e. New, Featured, Special)? Just curious.
No.. This is the support thread for Super Orders.. Your question has NOTHING to do with Super Orders..

5 Aug 2013, 1:31 AM
#238
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

Have reviewed the help file associated with Version 4.0.5. Indicates if desired to process automatic PayPal refunds to try one of the posted solutions (look for carlvt88's posts on this topic). Which forum is this information potentially maintained in as I have found no information in version 4 about handling PayPal refunds. Additionally, does functionality/reporting differ if PayPal Express is or is not installed/activated?

16 Aug 2013, 12:55 AM
#239
tequilakez avatar

tequilakez

New Zenner

Join Date:
Jun 2009
Posts:
10
Plugin Contributions:
0

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

I installed super orders as per instructions (no upgrade, to the letter) and now I just get a white screen when trying to access admin page.

16 Aug 2013, 1:12 AM
#240
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

TequilaKez:

I installed super orders as per instructions (no upgrade, to the letter) and now I just get a white screen when trying to access admin page.

Have you gone back to verify that all of the files completely uploaded?

What's your error log say the issue is?