Page 74 of 102 FirstFirst ... 2464727374757684 ... LastLast
Results 731 to 740 of 1019
  1. #731
    Join Date
    Apr 2012
    Posts
    4
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by ScriptJunkie View Post
    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
    Thank You!!!!!!

  2. #732
    Join Date
    Apr 2012
    Posts
    4
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by DivaVocals View Post
    [FONT=Tahoma]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:
    [/FONT]
    • [FONT=Tahoma]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.)
      [/FONT]
    • [FONT=Tahoma]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)
      [/FONT]
    Thank you. I was just afraid that my question was lost.... I was not trying to be rude.

  3. #733
    Join Date
    Jul 2010
    Location
    Australia
    Posts
    131
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    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

  4. #734

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by MortalWombat View Post
    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.
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  5. #735
    Join Date
    Jul 2010
    Location
    Australia
    Posts
    131
    Plugin Contributions
    0

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by ScriptJunkie View Post
    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

  6. #736
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: Super Orders v3.0 Support Thread

    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.

  7. #737
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Super Orders v3.0 Support Thread

    Quote Originally Posted by testuser View Post
    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... 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..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  8. #738

    Default Re: Super Orders v3.0 Support Thread

    The Edit Orders support thread is here: http://www.zen-cart.com/showthread.p...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)

    Quote Originally Posted by windsurfer View Post
    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
    Last edited by ScriptJunkie; 28 Apr 2012 at 05:27 PM.
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  9. #739
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,621
    Plugin Contributions
    123

    Default Re: Super Orders v3.0 Support Thread

    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.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  10. #740

    Default Re: Super Orders v3.0 Support Thread

    Script, i have 2 websites with V1.5 and edit orders works just great thank you.
    If you wait to do everything until you're sure it's right, you'll probably never do much of anything !!!

 

 
Page 74 of 102 FirstFirst ... 2464727374757684 ... LastLast

Similar Threads

  1. v150 Super Orders v4.0 Support Thread for ZC v1.5.x
    By DivaVocals in forum Addon Admin Tools
    Replies: 797
    Last Post: 23 Mar 2024, 06:51 AM
  2. v150 Edit Orders v4.0 Support Thread
    By DivaVocals in forum Addon Admin Tools
    Replies: 1783
    Last Post: 20 Mar 2024, 01:11 AM
  3. Edit Orders v3.0 for ZC 1.3.9 [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 656
    Last Post: 18 Apr 2016, 06:28 PM
  4. OLD Super Orders 2.0 (See v3.0 thread instead)
    By BlindSide in forum All Other Contributions/Addons
    Replies: 2019
    Last Post: 17 Jan 2012, 05:43 AM
  5. RE: Super Orders v3.0 Support Thread
    By Johnnyd in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 22 Jun 2011, 09:28 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR