Page 177 of 202 FirstFirst ... 77127167175176177178179187 ... LastLast
Results 1,761 to 1,770 of 2020
  1. #1761
    Join Date
    Aug 2006
    Posts
    42
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Hi guys and girls needed some help, installed super orders and love it , its great, but in the odmin we have the new orders box when you click on the order it goes to the old orders module and not super orders does anyone now how to change to direct to super orders, we have another admin box which show the order status this 2 goes the old orders module rather than super orders any help would be much appriciated many thanks in advance

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

    Default Re: Super Orders 2.0

    The instructions to make this change are in the readme file that comes with Super Orders..
    Quote Originally Posted by [email protected] View Post
    Hi guys and girls needed some help, installed super orders and love it , its great, but in the odmin we have the new orders box when you click on the order it goes to the old orders module and not super orders does anyone now how to change to direct to super orders, we have another admin box which show the order status this 2 goes the old orders module rather than super orders any help would be much appriciated many thanks in advance
    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.

  3. #1763
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: Super Orders 2.0

    oooo that's mean... I know, you want them to find it for themselves, but what the heck!!

    In filenames.php change duplicate these:
    // BEGIN Super Orders Filename Edits
    //define('FILENAME_ORDERS', 'orders');
    //define('FILENAME_ORDERS_INVOICE', 'invoice');
    //define('FILENAME_ORDERS_PACKINGSLIP', 'packingslip');
    define('FILENAME_ORDERS', 'super_orders');
    define('FILENAME_ORDERS_INVOICE', 'super_invoice');
    define('FILENAME_ORDERS_PACKINGSLIP', 'super_packingslip');
    // END Super Orders Filename Edits

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

    Default Re: Super Orders 2.0

    Those instructions have been in the Super Orders readme since the original release.. The current version of Super Orders has a much cleaner readme, and the instructions are very clearly written.. Not mean at all.. I am more than happy to help guide someone who is having trouble understanding the instructions in the readme.. (it's the teach a man to fish theory..)
    Quote Originally Posted by JTheed View Post
    oooo that's mean... I know, you want them to TRY TO find it for themselves, but what the heck!!

    In filenames.php change duplicate these:
    // BEGIN Super Orders Filename Edits
    //define('FILENAME_ORDERS', 'orders');
    //define('FILENAME_ORDERS_INVOICE', 'invoice');
    //define('FILENAME_ORDERS_PACKINGSLIP', 'packingslip');
    define('FILENAME_ORDERS', 'super_orders');
    define('FILENAME_ORDERS_INVOICE', 'super_invoice');
    define('FILENAME_ORDERS_PACKINGSLIP', 'super_packingslip');
    // END Super Orders Filename Edits
    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.

  5. #1765
    Join Date
    Aug 2006
    Posts
    42
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    sorted thanks didnt even think of looking in the readme lol

    but thank you

  6. #1766
    Join Date
    Aug 2006
    Posts
    42
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    all done but still have 2 issues,

    1) in the drop down admin menu it displays orders twice both go to super orders, is it possible to remove so it only shows 1

    2) in the new orders box when you click on a order it shows all orders is it possible to show just processing orders

    currently shows

    /admin/super_orders.php?oID=629&origin=index

    want to show

    /admin/super_orders.php?securityToken=99cc7505795f88ef34fd6edc1fd0a307&status=2

    any help is much appricated

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

    Default Re: Super Orders 2.0

    Not sure I understand what you are asking here.. If you are asking how to hide the default orders option and only show the super orders option, that too is covered in the readme..
    Quote Originally Posted by [email protected] View Post
    all done but still have 2 issues,

    1) in the drop down admin menu it displays orders twice both go to super orders, is it possible to remove so it only shows 1
    I can't help you with the change required, but I can tell you why.. Zen Cart assumes that Status=2 means the order has been received and paid for and therefore is in the "Processing" stage.. Most payment methods where the payment is received immediately (Authorize.net, PayPal) are configured so that the order status will update to "Processing" (Status=2). Payment methods like Check/Money Order default to Status=1 (Pending). So for some shopowners who accept these payment methods not all new orders will be Status=2 (Processing)
    Quote Originally Posted by [email protected] View Post
    2) in the new orders box when you click on a order it shows all orders is it possible to show just processing orders

    currently shows

    /admin/super_orders.php?oID=629&origin=index

    want to show

    /admin/super_orders.php?securityToken=99cc7505795f88ef34fd6edc1fd0a307&status=2

    any help is much appricated
    Last edited by DivaVocals; 22 Jun 2010 at 07:32 PM.
    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. #1768
    Join Date
    Aug 2006
    Posts
    42
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    diva many thanks i have read the readme files and replaced as discribed but the drop down menu still shows 2 x orders would u have any idea how to manually remove..

  9. #1769
    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 [email protected] View Post
    diva many thanks i have read the readme files and replaced as discribed but the drop down menu still shows 2 x orders would u have any idea how to manually remove..
    Wish I could help, but I am entirely unsure how after following the instructions in the readme for hiding the default Orders option why you would be still showing both Orders and Super Orders in the admin menu.
    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.

  10. #1770
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: Super Orders 2.0

    Quote Originally Posted by [email protected] View Post
    diva many thanks i have read the readme files and replaced as discribed but the drop down menu still shows 2 x orders would u have any idea how to manually remove..
    OK, what you are saying is that under the customers drop down MENU in the admin screen you are seeing an entry for orders and super orders.

    If so, go to admin/includes/boxes/customers_dthml.php and remove this line
    Code:
     array('box' => BOX_CUSTOMERS_ORDERS, 'page' => FILENAME_ORDERS),
    and orders will no longer show up.

 

 

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