Zen Cart Logo
Forums / All Other Contributions/Addons / Super Orders v3.0 Support Thread (for ZC v1.3.9)

Super Orders v3.0 Support Thread (for ZC v1.3.9)

Views: 176,709

Results 341 to 360 of 1,018
11 Apr 2011, 2:19 PM
#341
athena avatar

athena

Totally Zenned

Join Date:
Jan 2006
Location:
NM
Posts:
740
Plugin Contributions:
0

Super Orders v3.0 Support Thread (for ZC v1.3.9)

thank you for the reply...

what i'm not clear on is if i already installed usps click and ship and just ran the basic super_orders sql when i installed super orers?

is that the right way to do it?

11 Apr 2011, 2:33 PM
#342
divavocals avatar

divavocals

Totally Zenned

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

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

athena:

thank you for the reply...

what i'm not clear on is if i already installed usps click and ship and just ran the basic super_orders sql when i installed super orers?

is that the right way to do it?All we did with S03 was provide an easy integration path for several popular modules.

Instead of having to merge the othe modules code into the super_ordes.php file, we've done that heavy lifting for the shop owner. All the shop owner has to do is to install the other module and "turn it on" in SO3. The admin flags in SO3 make the required fields/updates for the appropriate module "active" in the super_orders.php page.

However for these modules to work correctly with Super Orders they have to be installed correctly. Errors on the super_orders.php page can ONLY mean that either the module is NOT installed or not installed CORRECTLY.

From page 1 of this support thread.. Please note what's highlighted in red.

  • EASY integration* with Edit Orders, USPS Click-N-Ship, Fedex Automated Labels, and Ty Package Tracker
  • More navigation options
  • More shortcut icons on the orders listing screen. Now there is a corresponding shortcut icon on each order line that matches the buttons that appear in the sidebox

*Edit Orders, USPS Click-N-Ship, Fedex Automated Labels, and Ty Package Tracker MUST be installed to use these built-in integration features

13 Apr 2011, 10:28 PM
#343
mdbcfc avatar

mdbcfc

New Zenner

Join Date:
Oct 2009
Posts:
4
Plugin Contributions:
0

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

Hi, I'm seeing this error in the cache log files:

[13-Apr-2011 11:44:37] PHP Warning: Missing argument 3 for update_status(), called in /home/XXXXXXX/public_html/parts/XXXX/includes/classes/super_order.php on line 230 and defined in /home/XXXXXXX/public_html/parts/XXXX/includes/functions/extra_functions/common_orders_functions.php on line 101

This happened when we marked some old orders as "Completed". Everything in the database looks good, and Super Orders seems to be functioning correctly, just throwing a few stray errors.

We're running V1.3.9h with Super Orders v. 3.0 and "Edit Orders" v3.03. I just thought I'd give a 'heads up'.

Thanks for the great add-on!

Mike

15 Apr 2011, 6:32 AM
#344
ubique17 avatar

ubique17

New Zenner

Join Date:
Aug 2010
Location:
BrisVegas
Posts:
18
Plugin Contributions:
0

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

Loving the module, certainly making everything easier - but have a slight issue when it comes to printing a pdf. (or viewing) I'm getting a blank page when trying to print the PDF packing slips, and am kind of scratching my head here. (There are no php errors that I can find in the cache.) Most likely missing something really obvious, but?

15 Apr 2011, 7:14 AM
#345
cycochuck avatar

cycochuck

New Zenner

Join Date:
Jan 2010
Posts:
42
Plugin Contributions:
0

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

I am having an issue with the Batch Form Printing. When I try to print multiple invoices I get an new window with all the selected invoices smashed onto one screen with only the store address showing for each invoice. When I try to print the invoices, I get one page with one the store address for each selected invoice.

Is there a way to fix this so that each selected invoice prints on its own page?

16 Apr 2011, 3:03 AM
#346
hey_you avatar

hey_you

New Zenner

Join Date:
Sep 2009
Posts:
49
Plugin Contributions:
0

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

mdbcfc:

Hi, I'm seeing this error in the cache log files:

[13-Apr-2011 11:44:37] PHP Warning: Missing argument 3 for update_status(), called in /home/XXXXXXX/public_html/parts/XXXX/includes/classes/super_order.php on line 230 and defined in /home/XXXXXXX/public_html/parts/XXXX/includes/functions/extra_functions/common_orders_functions.php on line 101

This happened when we marked some old orders as "Completed". Everything in the database looks good, and Super Orders seems to be functioning correctly, just throwing a few stray errors.

We're running V1.3.9h with Super Orders v. 3.0 and "Edit Orders" v3.03. I just thought I'd give a 'heads up'.

Thanks for the great add-on!

Mike

I had this as well.

In the admin folder under Includes > Functions > Extra Functions

Edit the common_orders_functions.php file:

Change line 77 from:

function update_status($oID, $new_status, $customer_notified, $comments = '', $track_id1, $track_id2, $track_id3, $track_id4, $track_id5) {

to:

function update_status($oID, $new_status, $customer_notified = 0, $comments = '', $track_id1 = '', $track_id2 = '', $track_id3 = '', $track_id4 = '', $track_id5 = '') {
17 Apr 2011, 3:08 AM
#347
bruce1952 avatar

bruce1952

Totally Zenned

Join Date:
Aug 2008
Location:
Sydney Australia
Posts:
828
Plugin Contributions:
0

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

Hi All,

Just a quick question about the new version 3.0 regarding shipping labels, are you able to edit the position of the text because we use Australian Express post satchel and would like to use labels rather than wrighting on them.

Note that we use different size satchels so we would require 3 different layouts to be able to choose from. Would this be possible.:D

19 Apr 2011, 4:59 PM
#348
writeathome avatar

writeathome

New Zenner

Join Date:
Dec 2008
Posts:
50
Plugin Contributions:
0

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

Hi,

I want to install this mod. I've downloaded it and found the installation help file (super_orders_readme.html), but the file only outlines the first section, Purpose & Aim. It doesn't have the rest of the sections that go through the installation process. Am I looking at the right file? Or is there another one?

I don't want to try to install this mod without thoroughly reading the install instructions first.

Thank you!

19 Apr 2011, 5:16 PM
#349
divavocals avatar

divavocals

Totally Zenned

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

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

WriteAtHome:

Hi,

I want to install this mod. I've downloaded it and found the installation help file (super_orders_readme.html), but the file only outlines the first section, Purpose & Aim. It doesn't have the rest of the sections that go through the installation process. Am I looking at the right file? Or is there another one?

I don't want to try to install this mod without thoroughly reading the install instructions first.

Thank you!If you are reading the readme from the zip file you won't "see" the rest of the readme.. Unzip the package to access the full readme..

19 Apr 2011, 5:17 PM
#350
divavocals avatar

divavocals

Totally Zenned

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

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

Bruce1952:

Hi All,

Just a quick question about the new version 3.0 regarding shipping labels, are you able to edit the position of the text because we use Australian Express post satchel and would like to use labels rather than wrighting on them.

Note that we use different size satchels so we would require 3 different layouts to be able to choose from. Would this be possible.:DYes you could edit the shipping label.. adding 3 different layouts would require a custom change.

19 Apr 2011, 5:20 PM
#351
divavocals avatar

divavocals

Totally Zenned

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

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

cycochuck:

I am having an issue with the Batch Form Printing. When I try to print multiple invoices I get an new window with all the selected invoices smashed onto one screen with only the store address showing for each invoice. When I try to print the invoices, I get one page with one the store address for each selected invoice.

Is there a way to fix this so that each selected invoice prints on its own page?Batch invoices open the selected invoices in one window with each invoice in a separate frame. You need a browser which support printing each frame separately as a print option (like Firefox and/or Internet Explorer)

19 Apr 2011, 5:21 PM
#352
divavocals avatar

divavocals

Totally Zenned

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

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

Ubique17:

Loving the module, certainly making everything easier - but have a slight issue when it comes to printing a pdf. (or viewing) I'm getting a blank page when trying to print the PDF packing slips, and am kind of scratching my head here. (There are no php errors that I can find in the cache.) Most likely missing something really obvious, but?Not sure.. double check your install make sure all files are in place..

19 Apr 2011, 5:43 PM
#353
fo0bar avatar

fo0bar

New Zenner

Join Date:
Apr 2011
Location:
Australia
Posts:
16
Plugin Contributions:
0

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

Hi! First of all, thanks for the great addon.

I'm trying to make a little customisation to my super_batch_orders.php - specifically the pdf packingslips masterlist function. I'm trying to make the list also display attribute titles for each particular item.

I've been having a bit of a poke around the code, and i assume i'm needing to modify the code within the while loop called at around line 409. What i want to know is what string or array should I be using to retrieve the attribute title?

Thanks - Hope you can help!

[edit]
i'd also love to be able to display the type of postage selected and total weight if this is possible!

19 Apr 2011, 6:05 PM
#354
divavocals avatar

divavocals

Totally Zenned

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

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

Sorry I can't help you with this.. As I've posted here previously, the PDF packinglist code was generously donated to the Super Order module by a community member.. It is AS IS code, and I'm afraid I don't know enough about it to make more than a few cursory modifications (formatting changes mostly).

That said when my time permits I do have a new version of SO3 which includes some changes to the appearance of attributes on the PDF packinglist (also generously donated by the same member). Dunno if it will serve your needs..

I've been a tad busy lately, and haven't had time to work on volunteer projects.. However, I am hoping to have some time Friday or Saturday to finish up and submit SO3. (Have Edit Orders mods that need to go up together..)

fo0bar:

Hi! First of all, thanks for the great addon.

I'm trying to make a little customisation to my super_batch_orders.php - specifically the pdf packingslips masterlist function. I'm trying to make the list also display attribute titles for each particular item.

I've been having a bit of a poke around the code, and i assume i'm needing to modify the code within the while loop called at around line 409. What i want to know is what string or array should I be using to retrieve the attribute title?

Thanks - Hope you can help!

[edit]
i'd also love to be able to display the type of postage selected and total weight if this is possible!

19 Apr 2011, 6:13 PM
#355
fo0bar avatar

fo0bar

New Zenner

Join Date:
Apr 2011
Location:
Australia
Posts:
16
Plugin Contributions:
0

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

ok, after a deeper dig it appears to be a little more complicated than i first anticipated.

i'm now on lcsd_merged_packing_slips.php - line 228. this appears to be where the magic happens. and it looks like i'm going to have to generate an array from the orders_product_attributes table each time the loop to display each product comes around.

If this is beyond the scope of the support here, it's all good - i understand it's not exactly superorders specific stuff that i'm trying to do now.

Thanks

[edit]
thanks - sorry, missed your reply. I think i've got it figured out now - or at least figured out how i'll do it. Thanks ayway!!

19 Apr 2011, 6:54 PM
#356
divavocals avatar

divavocals

Totally Zenned

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

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

fo0bar:

ok, after a deeper dig it appears to be a little more complicated than i first anticipated.

i'm now on lcsd_merged_packing_slips.php - line 228. this appears to be where the magic happens. and it looks like i'm going to have to generate an array from the orders_product_attributes table each time the loop to display each product comes around.And now you see what I've said most everytime someone asks me about modifications to this packingslip.. It is not for the faint of heart.. (or at least it's beyond the scope of my abilities to mess with:smile:)

fo0bar:

If this is beyond the scope of the support here, it's all good - i understand it's not exactly superorders specific stuff that i'm trying to do now.

Thanks

[edit]
thanks - sorry, missed your reply. I think i've got it figured out now - or at least figured out how i'll do it. Thanks ayway!!It is beyond the scope of the support I can offer.. It was donated code, and a tad more complicated for me to tackle.. This doesn't mean someone from the Zen Cart community won't chime in here..:smile:

Dunno what it is you are trying to accomplish.. It's possible that the updated packinglist might serve your needs.. That said I can make no promises on how soon I will finish and submit the new version.. (I'm working on it in my spare time..)

20 Apr 2011, 3:38 AM
#357
cycochuck avatar

cycochuck

New Zenner

Join Date:
Jan 2010
Posts:
42
Plugin Contributions:
0

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

cycochuck:

I am having an issue with the Batch Form Printing. When I try to print multiple invoices I get an new window with all the selected invoices smashed onto one screen with only the store address showing for each invoice. When I try to print the invoices, I get one page with one the store address for each selected invoice.

Is there a way to fix this so that each selected invoice prints on its own page?

Does anyone have a solution for this, or is it a flawed feature and I'm better off giving up hoping that it'll ever work correctly?

I also noticed that batch packing slips do not print the product attributes.

20 Apr 2011, 3:52 AM
#358
fo0bar avatar

fo0bar

New Zenner

Join Date:
Apr 2011
Location:
Australia
Posts:
16
Plugin Contributions:
0

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

thanks - yeah, i think i've figured out how i'll do it. definitely not going to be simple. i understand what the code's doing, and how i'll pull the attribute array. Hopefully the shipping methods are done the same way, but i haven't had a look at that table structure yet.

just to fill you in, i'm selling a bunch of the "same" item, but slightly different specs. for example's sake, shirts. all the same size and style, but 15 different colours. I get a bunch of orders each day, and it's much more convenient to print a daily master packinglist - but i need the attribs/colour.

If anyone's interested and requires the same result, i'll post an update when i'm done. Hopefully it won't be too long.

20 Apr 2011, 4:37 AM
#359
cycochuck avatar

cycochuck

New Zenner

Join Date:
Jan 2010
Posts:
42
Plugin Contributions:
0

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

Thanks for the help. I tried looking at the code to fix it myself but I'm not the best at programming and got lost.

20 Apr 2011, 4:58 AM
#360
divavocals avatar

divavocals

Totally Zenned

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

Re: Super Orders v3.0 Support Thread (for ZC v1.3.9)

cycochuck:

Does anyone have a solution for this, or **is it a flawed feature **and I'm better off giving up hoping that it'll ever work correctly?

I also noticed that batch packing slips do not print the product attributes.Not a flawed feature at all.. Did you see the answer I posted to your question?? (1st post on this page..)

cycochuck:

Thanks for the help. I tried looking at the code to fix it myself but I'm not the best at programming and got lost.
There's nothing to "fix".. I posted the "solution"..