osCmax v2.5 User Manual
Results 1 to 5 of 5

admin updating order problem

This is a discussion on admin updating order problem within the osCMax v2 Features Discussion forums, part of the osCmax v2.0 Forums category; Orders work fine. I have a shared ssl server: https://domainname.net/~siteid/ Site admin & customer are notified with the correct url ...

      
  1. #1
    Active Member neil's Avatar
    Join Date
    Nov 2002
    Posts
    248
    Rep Power
    10


    Default admin updating order problem

    Orders work fine.
    I have a shared ssl server:
    https://domainname.net/~siteid/
    Site admin & customer are notified with the correct url when an order is made.

    However if admin updates an order eg. from pending to shipped the advisory email has an extra ~siteid in it eg.
    https://domainname.net/~siteid/~siteid/


  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default RE: admin updating order problem

    Check your admin/includes/configure.php file. That is where the problem lies. It may not be obvious, but look closely and you should be able to find the extra /~siteid
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    Active Member neil's Avatar
    Join Date
    Nov 2002
    Posts
    248
    Rep Power
    10


    Default RE: admin updating order problem

    Thanks Michael,

    line 21 I had:

    Code:
    define('DIR_WS_CATALOG', '/~siteid/'); // absolute path required
    Removing /~siteid fixed that issue however when I upload product images the image does not display in admin screen. The path shows
    https://domainname.net/images/ ie. no ~siteid
    However the image is uploaded to the correct location and displays in catalog
    HTH
    Neil
    www.12website.com

    "You can have everything in life that you want if you will just help enough other people get what they want."
    Zig Ziglar

  4. #4
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default RE: admin updating order problem

    Add this to the end of your https url: /~siteid a few lines up in the configure.php. See, you still need to have it in there somewhere, just not in the DIR_WS_CATALOG...
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  5. #5
    Active Member neil's Avatar
    Join Date
    Nov 2002
    Posts
    248
    Rep Power
    10


    Default RE: admin updating order problem

    Thanks again Michael,
    This is what I have:
    Can you see where the ~siteid goes
    Code:
      define('HTTP_SERVER', 'https://domainname.net/~siteid'); // eg, http://localhost - should not be empty for productive servers
      define('HTTP_CATALOG_SERVER', 'http://www.adomain.com');
      define('HTTPS_CATALOG_SERVER', 'https://domainname.net/~siteid');
      define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module
      define('DIR_FS_DOCUMENT_ROOT', '/home/siteid/public_html/'); // where the pages are located on the server
      define('DIR_WS_ADMIN', '/admin/'); // absolute path required
      define('DIR_FS_ADMIN', '/home/siteid/public_html/admin/'); // absolute pate required
      define('DIR_WS_CATALOG', '/'); // absolute path required // March0406 was /~siteid/
      define('DIR_FS_CATALOG', '/home/siteid/public_html/'); // absolute path required
      define('DIR_WS_IMAGES', 'images/');
      define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
      define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');
      define('DIR_WS_INCLUDES', 'includes/');
      define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
    HTH
    Neil
    www.12website.com

    "You can have everything in life that you want if you will just help enough other people get what they want."
    Zig Ziglar

Similar Threads

  1. problem in admin with Create Order
    By joanstead in forum osCmax v2 Installation issues
    Replies: 2
    Last Post: 03-25-2006, 12:33 PM
  2. admin order page problem
    By jschafer52 in forum osCmax v2 Customization/Mods
    Replies: 6
    Last Post: 02-15-2006, 07:33 PM
  3. Specials Page not updating in admin?
    By Redeye_Joe in forum osCmax v2 Installation issues
    Replies: 3
    Last Post: 02-06-2006, 06:17 AM
  4. Coupon problem in Order Admin Section.
    By the_error_king in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 01-25-2006, 08:46 AM
  5. Admin Section not updating changes
    By cheaptrk in forum osCommerce 2.2 Installation Help
    Replies: 0
    Last Post: 05-15-2003, 11:37 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
  •