Zen Cart Logo
Forums / All Other Contributions/Addons / OLD Super Orders 2.0 (See v3.0 thread instead)

OLD Super Orders 2.0 (See v3.0 thread instead)

Locked

Views: 455,669

Results 1 to 20 of 2,020
This thread is locked. New replies are disabled.
29 Aug 2006, 2:40 AM
#1
blindside avatar

blindside

Totally Zenned

Join Date:
Sep 2004
Posts:
1,237
Plugin Contributions:
1

OLD Super Orders 2.0 (See v3.0 thread instead)

This thread is a continuation of Super Orders v1 ... but for the new version 2:

Download Link:
http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=257

Like I said in the other thread, sorry for the delay and what probably appeared to be me totally ignoring you guys. Hopefully after you download and install the module, you'll find that it was quite to the contrary. Honestly I still don't consider it done, btu I just didn't want you to wait any more.

I've been using the new version the past few months on my own shop, and it appears to be running stable. Still report anything you find right here, and please let me know what you think.

Enjoy!

29 Aug 2006, 3:32 AM
#2
samad64 avatar

samad64

Totally Zenned

Join Date:
May 2006
Location:
Texas
Posts:
554
Plugin Contributions:
2

Re: OLD Super Orders 2.0 (See v3.0 thread instead)

Hi, thanks for the great contribution. I just finished downloading it and I am currently running 1.3. It seems as if the upgrade.txt file is missing from this package.. what would be the process to upgrade the 1.3 installation? Thanks!

29 Aug 2006, 3:35 AM
#3
drbyte avatar

drbyte

Sensei

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

Re: OLD Super Orders 2.0 (See v3.0 thread instead)

I believe the upgrade is done by uploading the _upgrade/super_orders.php file to your admin folder and running it by your browser.

29 Aug 2006, 9:45 AM
#4
peterbkk avatar

peterbkk

Zen Follower

Join Date:
Jun 2006
Posts:
178
Plugin Contributions:
0

Re: OLD Super Orders 2.0 (See v3.0 thread instead)

Does it now supports multiple currencies.??? :smile:

The old version did not. See picture:

Thanks,
Peter

29 Aug 2006, 9:53 AM
#5
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

Re: OLD Super Orders 2.0 (See v3.0 thread instead)

Fine!!! Thanks! I like this mod.

29 Aug 2006, 10:35 AM
#6
xingxing avatar

xingxing

New Zenner

Join Date:
Sep 2005
Location:
Hong Kong
Posts:
45
Plugin Contributions:
0

Re: OLD Super Orders 2.0 (See v3.0 thread instead)

When will the "edit product" ready?
Thank you!

29 Aug 2006, 11:31 AM
#7
zapisto avatar

zapisto

Zen Follower

Join Date:
Aug 2005
Posts:
163
Plugin Contributions:
0

Re: OLD Super Orders 2.0 (See v3.0 thread instead)

DrByte:

I believe the upgrade is done by uploading the _upgrade/super_orders.php file to your admin folder and running it by your browser.
Doc ,
I think it is _upgrade/super_upgrade.php ....

but i would love to see the file : UPGRADE.TXT
as refer here :

=============================================================================
IF YOU CURRENTLY USE SUPER ORDERS 1.0 OR 1.2, PLEASE READ UPGRADE.TXT
for instructions on how to upgrade your Super Orders payment data to 2.0.

because i think we will have some overwrite to do and some edit also.

29 Aug 2006, 12:24 PM
#8
ichabod avatar

ichabod

New Zenner

Join Date:
Aug 2006
Posts:
1
Plugin Contributions:
0

Re: OLD Super Orders 2.0 (See v3.0 thread instead)

Thank you for this, it's saved me a bunch of time. I installed it on a new ZenCart and it works great.

I had a couple of cosmetic issues (the SouthEast arrow referenced on line 743 in admin/super_orders.php doesn't show properly, and thumbnail images of products in the packing slip come up as broken images when the image doesn't exist) but they were easily fixed.

Thanks again. :smile:

29 Aug 2006, 12:40 PM
#9
theoracle avatar

theoracle

Suspended

Join Date:
Aug 2004
Posts:
3,180
Plugin Contributions:
1

Re: OLD Super Orders 2.0 (See v3.0 thread instead)

The OTHER_IMAGE_ARROW_SOUTH_EAST definition mark seem to be a missing one from the extra_datafiles folder - which might be the reason why you're experiencing difficulties with this definition name. :wink2:

I searched for it, from all over the MOD, as only one results showed up - line: 743 from admin/orders.php file. A slight bug I might add. :cool:

29 Aug 2006, 1:10 PM
#10
blindside avatar

blindside

Totally Zenned

Join Date:
Sep 2004
Posts:
1,237
Plugin Contributions:
1

Re: OLD Super Orders 2.0 (See v3.0 thread instead)

FYI I am aware that the super_orders.php class is missing from the Admin in the release. I will be re-uploading with the file properly placed, however you can easily correct this in the meantime by copying the super_orders.php class from the admin to the catalog.

So copy this...

admin/includes/classes/super_order.php

To here...

includes/classes/super_order.php

but i would love to see the file : UPGRADE.TXT
as refer here:...
Whoops, can fix that too.

29 Aug 2006, 2:10 PM
#11
blindside avatar

blindside

Totally Zenned

Join Date:
Sep 2004
Posts:
1,237
Plugin Contributions:
1

Re: OLD Super Orders 2.0 (See v3.0 thread instead)

Does it now supports multiple currencies.???
It should, but I admit this feature is not heavily tested (I only use USD). Give it a shot, if it breaks somewhere let me know and I can fix it.
The OTHER_IMAGE_ARROW_SOUTH_EAST definition mark seem to be a missing one from the extra_datafiles folder - which might be the reason why you're experiencing difficulties with this definition name.

I searched for it, from all over the MOD, as only one results showed up - line: 743 from admin/orders.php file. A slight bug I might add.
Yes that's a whoopsies on my part. Darn Firefox hides broken images, so it slipped my mind. Correction has been made to the file.

If you don't want to download again, just open admin/super_orders.php, find the define, and change this...

zen_image(DIR_WS_IMAGES . OTHER_IMAGE_ARROW_SOUTH_EAST)

To read as this...

zen_image(DIR_WS_IMAGES . 'arrow_south_east.gif')
29 Aug 2006, 6:28 PM
#12
theoracle avatar

theoracle

Suspended

Join Date:
Aug 2004
Posts:
3,180
Plugin Contributions:
1

Re: OLD Super Orders 2.0 (See v3.0 thread instead)

Marvelous. Thanks for this addition. :smile:

However, you might want to keep the definition name for users who are working under the admin section with more than a single language for loading the arrow_south_east.gif image file. :wink2:

You should rather add this definition name within your extra_datafiles folder instead.

29 Aug 2006, 7:11 PM
#13
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
4

Re: OLD Super Orders 2.0 (See v3.0 thread instead)

Oracle,
he said for those that didnt want to wait for the updated release

29 Aug 2006, 7:24 PM
#14
homemade avatar

homemade

New Zenner

Join Date:
Mar 2005
Posts:
4
Plugin Contributions:
0

Re: OLD Super Orders 2.0 (See v3.0 thread instead)

How do I fix the product thumbnails under Batch Form Printing of the Packing Slips.

Thanks,

29 Aug 2006, 9:58 PM
#15
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: OLD Super Orders 2.0 (See v3.0 thread instead)

I'm getting this error with the SQL file:

1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's cancelled/completed status.
29 Aug 2006, 10:01 PM
#16
blindside avatar

blindside

Totally Zenned

Join Date:
Sep 2004
Posts:
1,237
Plugin Contributions:
1

Re: OLD Super Orders 2.0 (See v3.0 thread instead)

TheOracle:

Marvelous. Thanks for this addition. :smile:

However, you might want to keep the definition name for users who are working under the admin section with more than a single language for loading the arrow_south_east.gif image file. :wink2:

You should rather add this definition name within your extra_datafiles folder instead.
The gif image is included with the package, borrowed taken from the stock catalog. It's not used anywhere else, so there's no define to worry about. That's the case with the great majhority of the images in the core package. The arrow has a define because those often change due to stylistic needs.
How do I fix the product thumbnails under Batch Form Printing of the Packing Slips.
Open admin/includes/classes/order.php
Find this line:

$orders_products = $db->Execute("select orders_products_id, products_name, products_model,

Modify it to read:

$orders_products = $db->Execute("select products_id, orders_products_id, products_name, products_model,

Find this line:

$this->products[$index] = array('qty' => $new_qty,

Make a new line after it and add the following:

'id' => $orders_products->fields['products_id'],

Originally the product image was looked up using the model number, since that already existed in the order class. It required a unique model per product, so I ditched it in favor of this solution. I'll add another step to the readme, and fix the code so that it doesn't display a broken image if it doesn't find the value.

29 Aug 2006, 10:09 PM
#17
blindside avatar

blindside

Totally Zenned

Join Date:
Sep 2004
Posts:
1,237
Plugin Contributions:
1

Re: OLD Super Orders 2.0 (See v3.0 thread instead)

...or just read step 8 under "REQUIRED FILE EDITS" in the README.

I prefer you read first. :P

29 Aug 2006, 10:16 PM
#18
blindside avatar

blindside

Totally Zenned

Join Date:
Sep 2004
Posts:
1,237
Plugin Contributions:
1

Re: OLD Super Orders 2.0 (See v3.0 thread instead)

jettrue:

I'm getting this error with the SQL file:
What version of MySQL are you running? About the only I could find that some versions of MySQL might not like is on the last line...
About the only thing I could find that your version

INSERT INTO configuration VALUES ('', 'Closed Status - "Reopened"', 'STATUS_ORDER_REOPEN', '0', 'Insert the order status ID # you would like to assign to an order when you undo an order's cancelled/completed status.<p>If you do not have a "reopened" status, or do not want assign one automatically, choose <B>default</B> and this option will be ignored.<p><strong>You cannot attach comments or notify the customer using this option.</strong>', 28, 30, now(), now(), 'zen_get_order_status_name', 'zen_cfg_pull_down_order_statuses(');
Note the backslash in the word "order's." Change that to two single quotes and see how it works; here's the full line with the change:
INSERT INTO configuration VALUES ('', 'Closed Status - "Reopened"', 'STATUS_ORDER_REOPEN', '0', 'Insert the order status ID # you would like to assign to an order when you undo an order''s cancelled/completed status.<p>If you do not have a "reopened" status, or do not want assign one automatically, choose <B>default</B> and this option will be ignored.<p><strong>You cannot attach comments or notify the customer using this option.</strong>', 28, 30, now(), now(), 'zen_get_order_status_name', 'zen_cfg_pull_down_order_statuses(');

29 Aug 2006, 10:23 PM
#19
blindside avatar

blindside

Totally Zenned

Join Date:
Sep 2004
Posts:
1,237
Plugin Contributions:
1

Re: OLD Super Orders 2.0 (See v3.0 thread instead)

I know I answered this, but I feel I should emphasize...

How do I fix the product thumbnails under Batch Form Printing of the Packing Slips.
Read step 8 under "Required File Edits" in the README.

OR the "Packing Slip" section under "Features."

You really don't have an excuse not to know this. Always read the readme files!

29 Aug 2006, 10:27 PM
#20
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: OLD Super Orders 2.0 (See v3.0 thread instead)

BlindSide:

What version of MySQL are you running? About the only I could find that some versions of MySQL might not like is on the last line...
About the only thing I could find that your version

Note the backslash in the word "order's." Change that to two single quotes and see how it works; here's the full line with the change:
I'm running 4.1.21-standard

I figured that was the issue... now to get the sql statement settled without repeats and such... I always want to cry when a SQL patch doesn't go through. :lamo: