Page 152 of 202 FirstFirst ... 52102142150151152153154162 ... LastLast
Results 1,511 to 1,520 of 2020
  1. #1511
    Join Date
    May 2009
    Location
    Kelso, WA
    Posts
    132
    Plugin Contributions
    0

    red flag Re: Super Orders 2.0

    I have Super Orders installed...I see the Edit Products "button", but it doesn't allow me to change the quantity of the products or add a product. It seems to only be able to remove an item. Am I missing something? I need to change the quantity of a customer's order.

  2. #1512
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Super Orders 2.0

    Quote Originally Posted by christymreed View Post
    I have Super Orders installed...I see the Edit Products "button", but it doesn't allow me to change the quantity of the products or add a product. It seems to only be able to remove an item. Am I missing something? I need to change the quantity of a customer's order.
    Edit Products is mis-labeled. The Super Orders Edit Product feature allows you to split an order into two orders.. If you want to edit an order, you need the Edit Orders module, and you will need to modify Super Orders in order for it to work with Edit Orders. Go back a page or two in this thread.. I posted instructions on how to edit Super Orders to work with Edit Orders.. HTH..

  3. #1513
    Join Date
    Jun 2009
    Posts
    18
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Quick question...

    How do i totally remove the lines:

    Amount Paid: $0.00
    Balance Due: $99.99

    from Super Orders Invoice.

    So JUST the Total is visible?

    (I'm scared of removing too much or not enough from the file(s)).


    Thank you

  4. #1514
    Join Date
    Aug 2007
    Location
    Williston, Vermont
    Posts
    182
    Plugin Contributions
    1

    Default Re: Super Orders 2.0

    In admin/super_invoice.php, you can simply remove the following lines:
    PHP Code:
        echo '          <tr>' "\n" .
             
    '            <td class="dataTableContent" align="right" valign="top"><strong>Amount Paid:</strong></td>' "\n" .
             
    '            <td class="dataTableContent" align="right" valign="top"><strong>' $currencies->format($so->amount_applied) . '</strong></td>' "\n" .
             
    '          </tr>' "\n";

        echo 
    '          <tr>' "\n" .
             
    '            <td class="dataTableContent" align="right" valign="top"><strong>Balance Due:</strong></td>' "\n" .
             
    '            <td class="dataTableContent" align="right" valign="top"><strong>' $currencies->format($so->balance_due) . '</strong></td>' "\n" .
             
    '          </tr>' "\n"

  5. #1515
    Join Date
    Jun 2009
    Posts
    8
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Searched and I couldn't find a answer so i'm hoping someone can help me.

    When i installed my store i copied it from another store I have and deleted the data...... or so i thought

    The old data is turning up in the Cash Report. Any ideas on how I can remove the bad data and keep the good ???? Cheers

  6. #1516
    Join Date
    Aug 2007
    Location
    Williston, Vermont
    Posts
    182
    Plugin Contributions
    1

    Default Re: Super Orders 2.0

    Assuming you're doing this directly through sql, did you clean up the tables starting with SO (SO_PAYMENTS...)? There may be a better way to do this - there's always reinstall, or even reinstall just the SO module using the sql instructions there to recreate the tables it needs.

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

    Default Re: Super Orders 2.0

    Quote Originally Posted by nagelkruid View Post
    Here is an uninstall script for previous versions and versions up to 47.

    The SQL install included inserts at a free configuration_group_id, and not the static 28. As an effect, the configuration_group_id may vary over installs so you need the new uninstall to properly delete it if you want to go back.

    Cheers,
    Jeroen
    Quote Originally Posted by carlvt88 View Post
    Assuming you're doing this directly through sql, did you clean up the tables starting with SO (SO_PAYMENTS...)? There may be a better way to do this - there's always reinstall, or even reinstall just the SO module using the sql instructions there to recreate the tables it needs.
    To piggyback on this, a page or two back nagelkruid posted an uninstall script that removes the SO tables.. Though I haven't tested this yet I'm sure it works perfectly... Just thought I'd share..

  8. #1518
    Join Date
    Sep 2007
    Posts
    128
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    My client loves SuperOrders. They would love it more if it would sort the items on this page - http://www.examplewebsite.com/elocin/super_orders.php? by Model number.

    Can anyone help me do this?

    Thanks,

    Janelle

  9. #1519
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Super Orders 2.0

    Quote Originally Posted by janellez View Post
    My client loves SuperOrders. They would love it more if it would sort the items on this page - http://www.examplewebsite.com/elocin/super_orders.php? by Model number.

    Can anyone help me do this?

    Thanks,

    Janelle
    Your link takes us to some sort of test site..

  10. #1520
    Join Date
    Sep 2007
    Posts
    128
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Quote Originally Posted by DivaVocals View Post
    Your link takes us to some sort of test site..
    Thanks for responding but it's a dummy URL as the page is behind the Admin panel. This is just the main SuperOrders page once an order has been received. It displays all sorts of info, including a product list from the submitted shopping cart. It's this list that I'd like to have sorted by Model number.

    Thanks,

    Janelle

 

 

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