Page 17 of 202 FirstFirst ... 715161718192767117 ... LastLast
Results 161 to 170 of 2020
  1. #161
    Join Date
    Oct 2005
    Posts
    59
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    This is a neat little mod!

    I installed it and it looks handy but unfortunately we deal mostly with downloadable products, and when adding a product, it does not add the download attributes as well. Any chance of this feature being added to the mod?

  2. #162
    Join Date
    Nov 2005
    Location
    France - Limoges
    Posts
    101
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Hi,

    Has anyone here tried this mod with Dual Pricing ? Is it compatible with dual pricing ?
    Thank you in advance for the info.

  3. #163
    Join Date
    May 2006
    Location
    Texas
    Posts
    565
    Plugin Contributions
    4

    Default Re: Super Orders 2.0

    Quote Originally Posted by clikchic
    This is a neat little mod!

    I installed it and it looks handy but unfortunately we deal mostly with downloadable products, and when adding a product, it does not add the download attributes as well. Any chance of this feature being added to the mod?
    Are you sure you're using 2.0? You can't add items in 2.0.. only older versions. It will be introduced later on

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

    Default Re: Super Orders 2.0

    Like he said, there is no product editing available in this release. The only edit feature is the ability to split an order (click "edit products" from the detail page > select products to move > click "submit" button).

    The original SO incorporated an old, old, old contrib called "Edit Orders," which did have the ability to add products. However that code was way outdated and broke nearly every time it was used, and so it was disabled. Some users did attempt to enable and hack it into working properly, but that kind of functionality really demands a full rewrite.

    For reasons described earlier in the thread (go back a few pages) it has not been added back in (yet).
    Frank Koehl
    "Cleverly Disguised as a Responsible Adult"

    frankkoehl.com

  5. #165

    Default Re: Super Orders 2.0

    Blindside,

    Quick question,
    Why is it that with super orders, when i view an invoice or packing slip, it only shows the carrier they choose for shipping, it dont show the method?

    like one customer wants USPS Airmail, and another wants USPS Priority. When i go to print there invoice and get it ready for my driver, the slip only says USPS, dont show the method they wanted....

    same with UPS, it only shows UPS, dont show Ground, next day, or whatever method they choose...

    can this be fixed, or is it a problem within my cart, or what?

    thanks man, your a huge help
    Benjamin
    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...

  6. #166
    Join Date
    Sep 2004
    Posts
    1,388
    Plugin Contributions
    4

    Default Re: Super Orders 2.0

    You mean the text that appears in parentheses next to the shipping method on the order total lines? SO automagically removes that block of text because, well, it's so damn ugly.

    It stretches the line way out beyond the others, and because that text sits in a table, it often bumps against the margins, forcing it onto a second or even third line. For a great example of this effect, see the Zone Shipping method.

    If you want to see the text, you can disable the code that strips it in the invoice and order detail pages. Look for a block of code like the following...
    Code:
          if ($order->totals[$i]['class'] == 'ot_shipping') {
            $format_shipping = explode(" (", $order->totals[$i]['title'], 2);
            $clean_shipping = rtrim($format_shipping[0], ":");
            $display_title = $clean_shipping . ':';
          }
          else {
            $display_title = $order->totals[$i]['title'];
          }
    Frank Koehl
    "Cleverly Disguised as a Responsible Adult"

    frankkoehl.com

  7. #167

    Default Re: Super Orders 2.0

    yes i need to see the text that shows there method of shipping. becuase my warehouse pulls the orders from the printer, once processed, and uses that hardcopy to finish the order and get it out the door, without the shipping method on there, they have to come back and ask our sales dept before they can ship it.

    thanks man, ill try and take a look at this.

    should i comment out all those lines of code?

    also what files should i be looking at?

    i need it to show on everything from the details page to the invoice to the packing slip..

    thanks much man
    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...

  8. #168
    Join Date
    Sep 2004
    Posts
    1,388
    Plugin Contributions
    4

    Default Re: Super Orders 2.0

    Do whatcha gotta do. But I have to be honest, you are the first person to point out have a problem with this "feature," and it's been in there since the very first release.
    Frank Koehl
    "Cleverly Disguised as a Responsible Adult"

    frankkoehl.com

  9. #169

    Default Re: Super Orders 2.0

    Quote Originally Posted by BlindSide
    Do whatcha gotta do. But I have to be honest, you are the first person to point out have a problem with this "feature," and it's been in there since the very first release.
    can you tell me what it is that i have to remove in order for that to show?

    im having issues getting it to display when i remove that block of code..

    thanks man.
    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...

  10. #170
    Join Date
    Sep 2004
    Posts
    1,388
    Plugin Contributions
    4

    Default Re: Super Orders 2.0

    Take out that block of code I supplied, and replace it with just the following line...
    Code:
    $display_title = $order->totals[$i]['title'];
    Frank Koehl
    "Cleverly Disguised as a Responsible Adult"

    frankkoehl.com

 

 

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