Page 50 of 202 FirstFirst ... 40484950515260100150 ... LastLast
Results 491 to 500 of 2020
  1. #491
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,241
    Plugin Contributions
    20

    Default Re: Super Orders 2.0

    Can't tell without looking, but my guess is that you've uploaded the mod and not changed the admin directory name to your own. This means that there is now an admin directory on your server, containing the Super Order files, as well as your own renamed admin.
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

  2. #492
    Join Date
    Feb 2007
    Location
    malaysia
    Posts
    8
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Quote Originally Posted by djsmyers View Post
    Did you by chance change the defines in your admin config?

    There are three defines that need to be changed to reflect where your admin directory is located.

    In YourURL/YourAdmin/includes/configure.php
    Find these three lines and change '/admin/' to '/YourAdmin/' (where YourAdmin is the actual directory name you are using)

    PHP Code:
      define('DIR_WS_ADMIN''/admin/');
      
    define('DIR_WS_HTTPS_ADMIN''/admin/');
      
    define('DIR_FS_ADMIN''/hsphere/local/home/user/name.com/admin/'); 
    Good luck.
    What was I thinking... I did rename the admin folder in configure.php, but I also have 2 admin folders with different file names (admin & mynewadmin) ! No wonder I got this problem.

    Thanks djsmyers, you just gave me a hint !!

  3. #493
    Join Date
    Feb 2007
    Location
    malaysia
    Posts
    8
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    And you are very right Ryk !

  4. #494
    Join Date
    Feb 2007
    Location
    San Luis Obispo
    Posts
    10
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Quote Originally Posted by rkeppert View Post
    I am having one small (kinda) problem. I installed the so2rev45 mod. everything ran just fine, however I do not have an option under configuration that says super orders.... any ideas would be great. thanks
    do you have the permissions mod installed?
    that's what was doing it for me. the options for super orders appear at the bottom of the permissions page under Admin->Tools->Admin Settings

  5. #495
    Join Date
    Feb 2007
    Location
    San Luis Obispo
    Posts
    10
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    no, it's because you have the permission mod installed. change your permissions (super orders at the bottom of all configurable permissions)

  6. #496
    Join Date
    Feb 2007
    Posts
    50
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Great Mod, thanks.
    In the next update you talk about adobe output, sounds a rgeat idea, looks so much better i think. Also, I do like the edit orders Mod:
    http://www.zen-cart.com/index.php?ma...roducts_id=444

    will that work with this?
    Rupert
    EshopOne Just being Zenned :)
    Mens Suits to follow....
    Ladies Suits to follow....
    Mods: Version 1.3.7 SEO URLs, Super orders; PFD Order Centre, Securetrading payment gateway;Big Royal Mail; Image handler; Zen Lightbox

  7. #497
    Join Date
    Mar 2007
    Location
    Constanta
    Posts
    10
    Plugin Contributions
    0

    red flag About EDIT ORDERS v.1.1

    I just tried the EDIT ORDERS mod, and i think i found a bug: I can't notify my cusotmers anymore about their orders updates. Got an error:
    "Fatal error: Cannot use object of type queryFactoryResult as array in /home/mydomain/public_html/admin/edit_orders.php on line 185". I can change the status of an order, but I can't check the box "notify user" because I will get that error.

    Does anybody know what is all about?
    Thanks in advance!

  8. #498
    Join Date
    Mar 2007
    Location
    Constanta
    Posts
    10
    Plugin Contributions
    0

    red flag Order Update

    I think I found something (beginner here!). I have changed this:

    PHP Code:
    $email STORE_NAME "\n" EMAIL_SEPARATOR "\n" EMAIL_TEXT_ORDER_NUMBER ' ' $oID "\n" EMAIL_TEXT_INVOICE_URL ' ' zen_catalog_href_link(FILENAME_CATALOG_ACCOUNT_HISTORY_INFO'order_id=' $oID'SSL') . "\n" EMAIL_TEXT_DATE_ORDERED ' ' zen_date_long($check_status['date_purchased']) . "\n\n" $notify_comments sprintf(EMAIL_TEXT_STATUS_UPDATE$orders_status_array[$status]);
                  
    zen_mail($check_status['customers_name'], $check_status['customers_email_address'], EMAIL_TEXT_SUBJECT$emailSTORE_OWNERSTORE_OWNER_EMAIL_ADDRESS); 
    with this:
    PHP Code:
    $email STORE_NAME "\n" EMAIL_SEPARATOR "\n" EMAIL_TEXT_ORDER_NUMBER ' ' $oID "\n" EMAIL_TEXT_INVOICE_URL ' ' zen_catalog_href_link(FILENAME_CATALOG_ACCOUNT_HISTORY_INFO'order_id=' $oID'SSL') . "\n" EMAIL_TEXT_DATE_ORDERED ' ' zen_date_long($check_status->fields['date_purchased']) . "\n\n" $notify_comments sprintf(EMAIL_TEXT_STATUS_UPDATE$orders_status_array[$status]);
                  
    zen_mail($check_status['customers_name'], $check_status->fields['customers_email_address'], EMAIL_TEXT_SUBJECT$emailSTORE_OWNERSTORE_OWNER_EMAIL_ADDRESS); 
    But now emails get to the destination in the following form:
    Code:
         Order Update
         $EMAIL_MESSAGE_HTML
    Now we have another big "?"... Anybody?...

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

    Default Re: Super Orders 2.0

    I don't maintain the "Edit Orders" contrib, L3D_Z3PP. You should pose your problem to the actual author.
    Frank Koehl
    "Cleverly Disguised as a Responsible Adult"

    frankkoehl.com

  10. #500
    Join Date
    Jun 2005
    Location
    Pittsburgh
    Posts
    174
    Plugin Contributions
    0

    Default Re: Super Orders 2.0

    Quote Originally Posted by BlindSide View Post
    That's a bug that has been identified and will be fixed in next release. Look in past pages for a fix you can apply yourself.
    I didn't find this post related to problems with 1.3.7 & SO 2.0 R45, perhaps I just missed it? (went back about 10 pages and searched this thread on 1.3.7).

    Any concerns (other than above) with adding this MOD to a fresh install?

 

 

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