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

Results 721 to 740 of 1,018
7 Apr 2012, 11:52 PM
#721
scriptjunkie avatar

scriptjunkie

Totally Zenned

Join Date:
Jul 2008
Posts:
772
Plugin Contributions:
0

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

misukn:

Two quick questions & I apologize up front if someone already covered this but, I've searched & have not found any answers.

  1. How do I change the regular packing slip from the Super Orders page(not pdf) to have the "Ship To" information on the right side & the "Bill to" information on the left side like the invoice does?
  2. Can I make it so no comments show up on the packing slips?

Adding to my previous post....

I don't know the specific answers to your questions, so all I can do is tell you what I would do if I wanted to make the changes you're wanting to make. Since I don't know how much you know or don't know, I have no way of knowing how much detail you need, so the above post was fairly general.

Here's specifically what I would do after making backups:

  1. I already have the Firefox browser and the Firebug addon installed on my computer...so if you don't have those tools - get them. They are invaluable for this and many other similar tasks.

  2. Using my FF browser, I would log in to my admin and launch an invoice and a packing slip for an order.

  3. I would browse the packing slip with Firebug "on" to identify and isolate the code (which is probably a table) that determines where on the page the "Bill to" and "Ship to" info appears. This way, I would easily be able to find that same code in the admin/super_packingslip.php file.

  4. I would repeat the same step with the admin/super_invoice.php file for the same reason.

  5. I would then use a text editor like Notepad++ (or plain old Notepad, but ++ is easier to use) to open both admin/super_invoice.php and admin/super_packingslip.php.

  6. Looking at them in Notepad++, I would use admin/super_invoice.php to guide me as to how to move the "Bill to" and "Ship to" table data around in admin/super_packingslip.php in such a way as to mimic the layout in admin/super_invoice.php

  7. I would then use Notepad++ to make the necessary changes.

  8. As I go about making changes, I would refresh the web page displaying the packing slip to see if my changes are happening as anticipated, and use Firebug to help me identify where/how I went wrong if things didn't work out as I had anticipated.

  9. To remove the comments from the packing slip, I would do the same thing...use Firebug to isolate the code that displays the comments on the packing slip, then use a text editor to open and edit admin/super_packingslip.php by commenting out or removing that code and then refreshing my packing slip page to see if it worked as anticipated.

Sooooo....that's what I would do. And if that didn't work, I'd be looking for some help.

Hope this helps you - good luck and happy Zenning :smile:

8 Apr 2012, 5:32 AM
#722
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)

misukn:

Anyone??? :lookaroun
Like other open source projects, this support forum is manned by VOLUNTEERS (ie: unpaid folks). They give of their time here when their individual schedules permit. Usually the response is pretty quick 'round these parts, but when it’s not or your question has gone unanswered this may mean one of a few things:

  • NO ONE has an answer to your question/issue.
    (Some folks will only respond when they have something MEANINGFUL to say versus a blanket “I don’t know how to do that” kind of answer.)
  • Folks are just busy and will answer if/when they can..
    (family and other personal obligations, day jobs, paid jobs, etc will usually trump forum participation – this is to be expected – after all it’s unrealistic to expect that folks are sitting around this forum all day and night waiting to answer questions)
10 Apr 2012, 8:16 PM
#723
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)

chadderuski:

And ya know what's gonna happen, don't ya? 1.4 (2.0? Please! No death threats for mentions that!) beta will hit with a slew of changes .... mmwahahahahah!

Well, we can hope it won't be too bad! Or maybe I should say we can hope it will be real good! ;)
So I'm quoting a post from 10 May 2011, 12:31 PM for a reason..
A. Chadderuski's post turned out to be pretty darned prophetic!!! :laugh:

B. Because I am pleased to announce a BIG BRIGHT LIGHT at the end of the tunnel!!!

Super Orders for Zen Cart v1.5 is JUST AROUND THE CORNER!!:clap:

Yep we're wrapping up testing and updating the readme as we speak. I do want to wrap up Edit Orders too so that I can release BOTH together. So it's not going to happen this weekend, but I am thinking that submitting this in 2 weeks is not out of the realm of possibility.

Here's the highlights:

  1. Full integration of Super Orders functionality into the into Zen Cart core. Eliminate once and for all the separate Super Orders versions of the core "cousin files". Replace super_orders.php, super_invoice.php, super_packingslip.php with Super Order enhanced versions of orders.php, invoice.php, & packingslip.php.
  2. Auto generate Super Orders payment records when orders a paid via PayPal
  3. Credit Card Auto Payment Generation Tweak:

I decided to update the class file that auto generates Super Orders payments for credit card paid orders based on Blindside's post here:[

http://www.zen-cart.com/forum/showpo...&postcount=207](http://www.zen-cart.com/forum/showpost.php?p=276219&postcount=207). (just the part of this code which relates to credit payments.. PayPal auto payments are handled differently)

I liked the fact that it no longer hardcodes the credit card codes, and instead relies on the data in the Super Orders payments types table. IF a NEW credit card type is supported by Zen Cart, the only thing Super Orders users need to do is to create a corresponding Super Orders payment type (the Super Orders payment code must match the corresponding credit card as it does now for supported credit cards).. This is loads easier for all I think!!

This will help keep people -- particularly newbies -- "out of the code" just to update the module.. Having to edit module files is often where things go wrong for newbies:smile:..
4. Batch Form Printing. When shopowners print multiple invoices they are presented with a new window with all the selected invoices in separate frames. Printing frames is only supported by IE and Firefox (the 2 most commonly used browsers when SO was initially released). This code still works, but is showing signs of it's age. (the 80s called.. :laugh:) Frame printing is not supported in Chrome, Safari, or Opera. Therefore, this function is to be modified so that batch invoices no longer render in frames and the selected invoice prints on its own page. Align batch invoices and packingslips so that they look/act like the single printed versions.
5. http://www.zen-cart.com/forum/showpost.php?p=1008080&postcount=275
6. http://www.zen-cart.com/forum/showpo...&postcount=279
7. http://www.zen-cart.com/forum/showpost.php?p=977666&postcount=55
8. Correct PDF packing slip to intepret and output currency and other symbols correctly. (trademarks, currency symbols, copyright, etc)
9. Eliminate the need for the common_orders_functions.php file. Edit Orders and Super Orders should have their own functions files.
10. Comments in “Batch Status Update” should work the same way default order comments work. (support for e-mail, no e-mail, or hidden comments) . If working properly should allow shop owner to create batch hidden order comments.

Currently does not create the correct comment type. Hidden comments and no e-mail comments are not e-mailed to the customer, but they are stored and displayed in the store as if they are e-mail comments.
11. PDF Packing Slip now prints comments the same way comments print on the regular invoice.
12. Correct balance due display on PDf packing slip

10 Apr 2012, 11:06 PM
#724
gerjan avatar

gerjan

New Zenner

Join Date:
Dec 2007
Posts:
74
Plugin Contributions:
0

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

Your to good for us Diva! Don't forget to take a rest once in a while :wink:

Looking looking forward since I'm searching for a replacement for my old PDFOC :smile:

(I know, this is way more then just batch printing ^^)

11 Apr 2012, 2:41 AM
#725
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)

Gerjan:

Your to good for us Diva! Don't forget to take a rest once in a while :wink:

Looking looking forward since I'm searching for a replacement for my old PDFOC :smile:

(I know, this is way more then just batch printing ^^):laugh: You are very sweet..:hug:

Can't take full credit.. I had a GREAT helper/tester for this one.. ScriptJunkie has been NOTHING but patient and awesome!!:smile:

12 Apr 2012, 4:32 PM
#726
lynrobb avatar

lynrobb

New Zenner

Join Date:
Apr 2011
Location:
Oregon
Posts:
19
Plugin Contributions:
0

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

Soooo excited about this new version! I wish some of the other add-ons were also being updated..... I just did a complete new clean install with v1.5 and am hesitant to re-install 'old' add-ons in case something breaks.

Trying not to be too impatient!!!! Volunteers ROCK!

12 Apr 2012, 4:51 PM
#727
scriptjunkie avatar

scriptjunkie

Totally Zenned

Join Date:
Jul 2008
Posts:
772
Plugin Contributions:
0

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

lynrobb:

Soooo excited about this new version! I wish some of the other add-ons were also being updated..... I just did a complete new clean install with v1.5 and am hesitant to re-install 'old' add-ons in case something breaks.

Trying not to be too impatient!!!! Volunteers ROCK!

Here's a link to a thread that keeps a running list of the mods which have been updated and/or test-proved to work with zc150

12 Apr 2012, 6:05 PM
#728
lynrobb avatar

lynrobb

New Zenner

Join Date:
Apr 2011
Location:
Oregon
Posts:
19
Plugin Contributions:
0

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

Most excellent! Thanks for sharing the link.

13 Apr 2012, 9:00 PM
#729
cjmarley avatar

cjmarley

Zen Follower

Join Date:
May 2004
Posts:
96
Plugin Contributions:
2

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

Just a quick question...I put up the current version to hold the client over until your newest one is released. Seems the file is missing the admin/images/icons/comment2.gif file. And the language for it didn't show up either.

14 Apr 2012, 2:44 AM
#730
scriptjunkie avatar

scriptjunkie

Totally Zenned

Join Date:
Jul 2008
Posts:
772
Plugin Contributions:
0

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

cjmarley:

Just a quick question...I put up the current version to hold the client over until your newest one is released. Seems the file is missing the admin/images/icons/comment2.gif file. And the language for it didn't show up either.

If your client's store is ZC 150, the most current version won't work in that store. You need to uninstall it immediately.

If your client's store is ZC 139, then the upcoming version may not be compatible either and you'll be better off with the version you have now. I'll leave that to Diva to answer though, as to whether or not Super Orders 4 for ZC150 will be backward compatible to earlier versions of ZC. My guess is that it will not be.

Regarding missing files....are you sure you have the right mod and the right support thread? SO doesn't have an "icons" folder in admin/images, and there is no comment2.gif file in the admin/images folder.

As for the language file...are you referring to includes/languages/english/modules/payment/purchaseorder.php file? And if so...what do you mean "it didn't show up"?

14 Apr 2012, 5:08 PM
#731
misukn avatar

misukn

New Zenner

Join Date:
Apr 2012
Posts:
4
Plugin Contributions:
0

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

ScriptJunkie:

Adding to my previous post....

I don't know the specific answers to your questions, so all I can do is tell you what I would do if I wanted to make the changes you're wanting to make. Since I don't know how much you know or don't know, I have no way of knowing how much detail you need, so the above post was fairly general.

Here's specifically what I would do after making backups:

  1. I already have the Firefox browser and the Firebug addon installed on my computer...so if you don't have those tools - get them. They are invaluable for this and many other similar tasks.

  2. Using my FF browser, I would log in to my admin and launch an invoice and a packing slip for an order.

  3. I would browse the packing slip with Firebug "on" to identify and isolate the code (which is probably a table) that determines where on the page the "Bill to" and "Ship to" info appears. This way, I would easily be able to find that same code in the admin/super_packingslip.php file.

  4. I would repeat the same step with the admin/super_invoice.php file for the same reason.

  5. I would then use a text editor like Notepad++ (or plain old Notepad, but ++ is easier to use) to open both admin/super_invoice.php and admin/super_packingslip.php.

  6. Looking at them in Notepad++, I would use admin/super_invoice.php to guide me as to how to move the "Bill to" and "Ship to" table data around in admin/super_packingslip.php in such a way as to mimic the layout in admin/super_invoice.php

  7. I would then use Notepad++ to make the necessary changes.

  8. As I go about making changes, I would refresh the web page displaying the packing slip to see if my changes are happening as anticipated, and use Firebug to help me identify where/how I went wrong if things didn't work out as I had anticipated.

  9. To remove the comments from the packing slip, I would do the same thing...use Firebug to isolate the code that displays the comments on the packing slip, then use a text editor to open and edit admin/super_packingslip.php by commenting out or removing that code and then refreshing my packing slip page to see if it worked as anticipated.

Sooooo....that's what I would do. And if that didn't work, I'd be looking for some help.

Hope this helps you - good luck and happy Zenning :smile:

Thank You!!!!!!

14 Apr 2012, 5:09 PM
#732
misukn avatar

misukn

New Zenner

Join Date:
Apr 2012
Posts:
4
Plugin Contributions:
0

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

DivaVocals:

Like other open source projects, this support forum is manned by VOLUNTEERS (ie: unpaid folks). They give of their time here when their individual schedules permit. Usually the response is pretty quick 'round these parts, but when it’s not or your question has gone unanswered this may mean one of a few things:

  • NO ONE has an answer to your question/issue.

(Some folks will only respond when they have something MEANINGFUL to say versus a blanket “I don’t know how to do that” kind of answer.)

  • Folks are just busy and will answer if/when they can..

(family and other personal obligations, day jobs, paid jobs, etc will usually trump forum participation – this is to be expected – after all it’s unrealistic to expect that folks are sitting around this forum all day and night waiting to answer questions)

Thank you. I was just afraid that my question was lost.... I was not trying to be rude.

19 Apr 2012, 5:36 AM
#733
mortalwombat avatar

mortalwombat

Zen Follower

Join Date:
Jul 2010
Location:
Australia
Posts:
131
Plugin Contributions:
0

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

Hello

I've had a look through the thread trying to find an answer, but haven't had any success...

What I'm wanting to do is related to the SO auto comment system -- I'd like to be able to specify the amount applied in the comments section, like one can do with the number.

This would be especially useful for any lay by/lay away orders that we receive, as the payment is not full for such an order.

Any thoughts? Or can someone direct me to a previous post addressing this please?

Thanks,
Tija

19 Apr 2012, 12:55 PM
#734
scriptjunkie avatar

scriptjunkie

Totally Zenned

Join Date:
Jul 2008
Posts:
772
Plugin Contributions:
0

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

MortalWombat:

Hello

I've had a look through the thread trying to find an answer, but haven't had any success...

What I'm wanting to do is related to the SO auto comment system -- I'd like to be able to specify the amount applied in the comments section, like one can do with the number.

This would be especially useful for any lay by/lay away orders that we receive, as the payment is not full for such an order.

Any thoughts? Or can someone direct me to a previous post addressing this please?

Thanks,
Tija

You didn't miss anything - that hasn't come up before on this thread (that I recall).

To answer your question - you would have to write that functionality into the code since it doesn't currently exist. Since I'm not a coder, I can't advise you as to how to accomplish that.

Perhaps someone else will step in here and help you out (if it's a quick and easy code addition). But if it's a complex task, more than likely you'll have to hire a developer to make that change for you.

Sorry I couldn't be of more help.

20 Apr 2012, 4:06 AM
#735
mortalwombat avatar

mortalwombat

Zen Follower

Join Date:
Jul 2010
Location:
Australia
Posts:
131
Plugin Contributions:
0

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

ScriptJunkie:

You didn't miss anything - that hasn't come up before on this thread (that I recall).

To answer your question - you would have to write that functionality into the code since it doesn't currently exist. Since I'm not a coder, I can't advise you as to how to accomplish that.

Perhaps someone else will step in here and help you out (if it's a quick and easy code addition). But if it's a complex task, more than likely you'll have to hire a developer to make that change for you.

Sorry I couldn't be of more help.

Well, it's good to know that it might be able to be done. Unfortunately, like you, I'm no coder, so I really don't know where to start.

If it is just a quick code addition, then it would be good if someone might be able to help.

Otherwise, I'll have to see about getting a developer at a later date.

Thanks for your help,
Tija

24 Apr 2012, 10:57 PM
#736
testuser avatar

testuser

Inactive

Join Date:
Oct 2004
Location:
Houston, TX
Posts:
792
Plugin Contributions:
0

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

I know I saw a post that said approx. two weeks for release of version compatible with 1.5. Any updates on this?

I need the module for a clients site and would be willing to test for compatibility with 1.5 as I'm a developer myself. I was going to port it on my own but I figured I'd ask first. ---> Diva ya out there.

24 Apr 2012, 11:03 PM
#737
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)

testuser:

I know I saw a post that said approx. two weeks for release of version compatible with 1.5. Any updates on this?

I need the module for a clients site and would be willing to test for compatibility with 1.5 as I'm a developer myself. I was going to port it on my own but I figured I'd ask first. ---> Diva ya out there.Yep.. hit me up via e-mail on my website.. and let's chat...:smile: I have one small snag that's holding up things and I could use a SKILLED set of eyes to see what it is I am missing here..:frusty:

28 Apr 2012, 4:22 PM
#738
scriptjunkie avatar

scriptjunkie

Totally Zenned

Join Date:
Jul 2008
Posts:
772
Plugin Contributions:
0

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

The Edit Orders support thread is here: http://www.zen-cart.com/showthread.php?169535-Edit-Orders-v3-0-for-ZC-1-3-9-Support-Thread

Please bookmark it and post all Edit Orders questions there in the future.

Regarding your problem: Edit Orders doesn't work with ZC150. (The same applies for Super Orders).

An update is in progress and when it's released, it will be posted on the Edit Orders support thread (and the Super Orders thread, respectively)

Recommend you click the link above, bookmark the thread, and subscribe to the thread to be notified of updates. (Recommend same for Super Orders)

windsurfer:

This no doubt is in the wrong topic but i'll be damned if i can find a support thread for Edit orders even when i do a search.
Have edit orders 3.03 installed on V1.5 and when i go into an order that was paid thru Paypal i have an option of doing a full or partial refund. I now have an order which was paid thru Paypal, the buyer doesn't have an address listed with Paypal and in the customer information box there is only a first and last name.No address at all. There is however no option to do a refund for that transaction. I know how to do that in Paypal bla bla bla and i am sure this is a bogus order that i am not going to ship but i was just wondering why there would be no option to do a refund. I have this installed on 2 websites and working great, this is the first time is see no option to do the refund so obviously it has something to do with the non address for this customer. Funny thing is that The payer status says Verified whatever that means. The ip address shows 2 different ip addresses one in Canada another in the USA california. Anybody have any idea why the refund button would not be there ?
If this is in the wrong sections i would be more than happy to post it in the proper one if i knew where it was.
Thanks

28 Apr 2012, 4:31 PM
#739
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,690
Plugin Contributions:
56

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

Both Super Orders and Edit Orders now show their (respective) support threads on the page in Plugins where you download them. Although searching for "Edit Orders" does show the support thread about halfway down the page. I have moved @windsurfer's question to the appropriate forum.

28 Apr 2012, 5:54 PM
#740
windsurfer avatar

windsurfer

Zen Follower

Join Date:
Jun 2011
Posts:
185
Plugin Contributions:
0

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

Script, i have 2 websites with V1.5 and edit orders works just great thank you.