Page 18 of 202 FirstFirst ... 816171819202868118 ... LastLast
Results 171 to 180 of 2020
  1. #171
    Join Date
    Nov 2003
    Posts
    1,155
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Is there any way to not display the weight but still display the method?

    The weight shows like this:

    USA (UPS Ground (1 x 4.00lbs)): $5.47

    Many thanks :-)

  2. #172
    Join Date
    Sep 2004
    Posts
    1,388
    Plugin Contributions
    4

    Default Re: Super Orders 2.0

    I would imagine so. Do some research on the PHP functions for searching strings:

    http://us2.php.net/strings
    Frank Koehl
    "Cleverly Disguised as a Responsible Adult"

    frankkoehl.com

  3. #173
    Join Date
    Jan 2006
    Posts
    420
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Hi , Ive installed this for a client on his live site , and he loves the functionality , but when updating the status , and clicking to notify customer , it does,t send the e-mail , I can send the e-mail from the original zen orders singular , but on the batch update , even selecting one customer to notify , does not seem to work .

    I am using 1.3.5d , latest version of Super orders , and the sendmail function .

    Can anyone shed any light on this ?

    Cheers
    Various Zen cart sites !

  4. #174

    Default Re: Super Orders 2.0

    Quote Originally Posted by BlindSide
    Take out that block of code I supplied, and replace it with just the following line...
    Code:
    $display_title = $order->totals[$i]['title'];

    i know im being a pain, but i cant seem to fix the packingslip file... i have all the others working as i need, and actualy they look great...

    But i cant seem to get the packingslip *happens to be the one i REALLY need, go figgure* working..

    please help...

    thanks in advance for all you help
    Super Orders2
    Info at a glance
    export email address
    encrypted master pass
    quick updates
    recover carts
    order Tracking
    Tabbed products lite - admin edition
    Hosted with sashbox.net <- best host around...

  5. #175
    Join Date
    Jun 2005
    Location
    Kelowna, BC Canada
    Posts
    1,075
    Plugin Contributions
    6

    Default Re: Super Orders 2.0

    It would probably help if you gave some clue as to what the problem is. "can't get it working" isn't really very descriptive. You explained your problem... BS answered and gave you a solution. Did you try it? Did you follow his instructions? if so, what EXACTLY remains the problem?

    How well do you know php? Are you just fumbling around trying to change files when you have no clue what you are doing? Or do you have some functional knowledge and comfort and just need guidance? If the former, then its probably time to either a) learn, or b) hire. If the latter, then you'll need to explain the trouble better.

    - Steven

  6. #176
    Join Date
    Apr 2006
    Posts
    121
    Plugin Contributions
    0

    Re: Super Orders 2.0

    Have just installed the latest version of SO on 1.3.5. But, like crazycucumber, mails are not sent when 'Notify customer' is selected. Using smtpauth, the initial message is sent so my smtp is working. Did add several more order status.

    Edit: While hitting the send button I wondered if the mails were somehow marked as spam. Just checked and they were. Don't have a clue why the initial mail is not and the follow ups are.

    crazycucumber, could this be what's causing your problem?
    Last edited by davale; 5 Oct 2006 at 11:32 AM.

  7. #177
    Join Date
    Jan 2006
    Posts
    420
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Possibly , But I'm getting the red cross on the notify customer box , as if it wasn't ticked .

    Will check with host if mail is getting bounced as spam , Im not geting any feedback from the mail server to tell me so !

    Thanks for any help
    Various Zen cart sites !

  8. #178

    Default Re: Super Orders 2.0

    Quote Originally Posted by s_mack
    It would probably help if you gave some clue as to what the problem is. "can't get it working" isn't really very descriptive. You explained your problem... BS answered and gave you a solution. Did you try it? Did you follow his instructions? if so, what EXACTLY remains the problem?

    How well do you know php? Are you just fumbling around trying to change files when you have no clue what you are doing? Or do you have some functional knowledge and comfort and just need guidance? If the former, then its probably time to either a) learn, or b) hire. If the latter, then you'll need to explain the trouble better.

    - Steven
    First off, i dont believe my question was directed tword you, if you had read back further you would see that we where already working on a fix for my problem.

    basicly, i know limited PHP, but i can get by in most cases.

    However im stumped on this one, becuase the packingslip file is much different from the rest of the files that i modified. im sure Blindside knows what im saying..

    and i cant figgure out how to get the rest of the shipping info to show on the packingslip page.. every change i make completly removes it.
    Super Orders2
    Info at a glance
    export email address
    encrypted master pass
    quick updates
    recover carts
    order Tracking
    Tabbed products lite - admin edition
    Hosted with sashbox.net <- best host around...

  9. #179
    Join Date
    Jun 2005
    Location
    Kelowna, BC Canada
    Posts
    1,075
    Plugin Contributions
    6

    Default Re: Super Orders 2.0

    I was well aware who your message was directed at... I've been following it.

    You may be right... maybe he has some idea what you're talking about. But if I were him, I'd be saying... "and... your point?". You simply didn't give enough (any) hints as to what exactly the problem is (or remains to be). You told him the problem... he told you the solution. Then you said "it doesn't work"

    Don't you think it would be MUCH more helpful to write something detailing exactly what the problem is, after the last proposed solution? Did his suggested changes (which you hadn't even said if you followed) make any difference? Did it cause an error? Does the page come up? Are there errros in the log files?

    Fine... I'll ######## out. It is none of my business. And I certainly shouldn't be singling you out as you are by NO MEANS the only one... but if we expect contributors like BS to continue developing these super-popular contribs then we (as a collective) really have to stop making it such a burden and a bore. I can see it in his recent posts (correct me if I'm wrong BS) that he's growing tired of "Its not working! I have a super-customized setup and I need it to work exactly as I need and I want you to magically understand and fix it!".

    Again, sorry for butting in. Wasn't my place.

    - Steven

  10. #180

    Default Re: Super Orders 2.0

    Quote Originally Posted by s_mack
    I was well aware who your message was directed at... I've been following it.

    You may be right... maybe he has some idea what you're talking about. But if I were him, I'd be saying... "and... your point?". You simply didn't give enough (any) hints as to what exactly the problem is (or remains to be). You told him the problem... he told you the solution. Then you said "it doesn't work"

    Don't you think it would be MUCH more helpful to write something detailing exactly what the problem is, after the last proposed solution? Did his suggested changes (which you hadn't even said if you followed) make any difference? Did it cause an error? Does the page come up? Are there errros in the log files?

    Fine... I'll ######## out. It is none of my business. And I certainly shouldn't be singling you out as you are by NO MEANS the only one... but if we expect contributors like BS to continue developing these super-popular contribs then we (as a collective) really have to stop making it such a burden and a bore. I can see it in his recent posts (correct me if I'm wrong BS) that he's growing tired of "Its not working! I have a super-customized setup and I need it to work exactly as I need and I want you to magically understand and fix it!".

    Again, sorry for butting in. Wasn't my place.

    - Steven
    No worries....

    Basicly, the problem is that when i put that single line of code inplace of the current trim code inside the packingslip file, it shows nothing, it removes the carrier name as well. (UPS, USPS, ect)

    <?php
    // Trim shipping details
    for ($i = 0, $n = sizeof($order->totals); $i < $n; $i++) {
    if ($order->totals[$i]['class'] == 'ot_shipping') {
    $format_shipping = explode(" (", $order->totals[$i]['title'], 2);
    $shipping_method = rtrim($format_shipping[0], ":");
    break;
    }
    }
    ?>

    thats the code im tring to adjust to show everything..


    im sorry if i came off upset in my last post, im just quite frustrated with this. im tring to complete this on my own, however im lost as how to fix this last file. I understand that i shouldnt be bothering the author with my peticual problems, but i love SO, and i want my office to use it souly.
    My apologize.
    Super Orders2
    Info at a glance
    export email address
    encrypted master pass
    quick updates
    recover carts
    order Tracking
    Tabbed products lite - admin edition
    Hosted with sashbox.net <- best host around...

 

 

Similar Threads

  1. v150 Super Orders v4.0 Support Thread for ZC v1.5.x
    By DivaVocals in forum Addon Admin Tools
    Replies: 804
    Last Post: 18 Apr 2025, 12:04 AM
  2. v139h Super Orders v3.0 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1018
    Last Post: 28 Apr 2014, 11:38 PM
  3. 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
  4. Super Orders 2.0 postage marks with Super Orders
    By sketchhgal in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 22 Mar 2009, 03:05 PM
  5. Edit Orders and Super Orders, anyone doing that?
    By swamyg1 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 4 Feb 2009, 06:03 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