Results 1 to 8 of 8

oscmax with ultrapics integration

This is a discussion on oscmax with ultrapics integration within the osCmax Projects Discussion forums, part of the osCmax v2.0 Forums category; A new project_project entry has been added: [drupal=182]oscmax with ultrapics integration[/drupal] This is a complete integration ultrapics to the oscmax ...

      
  1. #1
    Lurker bean's Avatar
    Join Date
    Feb 2005
    Posts
    3
    Rep Power
    0


    Default oscmax with ultrapics integration

    A new project_project entry has been added:

    [drupal=182]oscmax with ultrapics integration[/drupal]

    This is a complete integration ultrapics to the oscmax store. Install this store as you would a stock oscmax store. The sql file has been modified to install all tables when you install the store. This is a full stock oscmax v2.0 store installation.

  2. #2
    New Member
    Join Date
    Apr 2007
    Posts
    12
    Rep Power
    0


    Default Re: oscmax with ultrapics integration

    There is no How To file or Install file, how do you get the pictures for the products working correctly,

    I can upload pics with it, but when you view the product you only see the one thumb nail, and nothing else.

    No Larger pic,
    No Pop up
    No 2nd thru 6th pics

  3. #3
    New Member
    Join Date
    Jan 2005
    Posts
    10
    Rep Power
    0


    Default Re: oscmax with ultrapics integration

    When user creates an account the account is created and user logged on but the create_account_success page is not found. It's there but the error is generated anyway.
    Files are in my root directory not /catalog. Here are the configs:

    \includes\configure.php:

    define('HTTP_SERVER', 'http://callmedutch.com'); // eg, cPanel® - should not be empty for productive servers
    define('HTTPS_SERVER', 'https://callmedutch.com'); // eg, https://localhost - should not be empty for productive servers
    define('ENABLE_SSL', true); // secure webserver for checkout procedure?
    define('HTTP_COOKIE_DOMAIN', 'callmedutch.com');
    define('HTTPS_COOKIE_DOMAIN', 'callmedutch.com');
    define('HTTP_COOKIE_PATH', '/');
    define('HTTPS_COOKIE_PATH', '/');
    define('DIR_WS_HTTP_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '/');
    define('DIR_WS_IMAGES', 'images/');
    define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
    define('DIR_WS_INCLUDES', 'includes/');
    define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
    define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
    define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
    define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
    define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

    define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');
    define('DIR_FS_CATALOG', '/');
    define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . '/');
    define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');


    \admin\includes\configure.php:

    define('HTTP_SERVER', 'http://callmedutch.com'); // eg, cPanel® - should not be empty for productive servers
    define('HTTP_CATALOG_SERVER', 'http://callmedutch.com');
    define('HTTPS_CATALOG_SERVER', 'https://callmedutch.com');
    define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module
    define('DIR_FS_DOCUMENT_ROOT', 'callmedutch.com/'); // where the pages are located on the server
    define('DIR_WS_ADMIN', '/admin/'); // absolute path required
    define('DIR_FS_ADMIN', 'callmedutch.com/admin/'); // absolute pate required
    define('DIR_WS_CATALOG', '/'); // absolute path required
    define('DIR_FS_CATALOG', 'callmedutch.com/'); // 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/');
    define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
    define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
    define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
    define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
    define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/');
    define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');
    define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
    define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
    define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');
    define('DIR_FCKEDITOR', DIR_FS_CATALOG . 'FCKeditor/');
    define('DIR_WS_FCKEDITOR', DIR_WS_CATALOG . 'FCKeditor/'

  4. #4
    New Member
    Join Date
    Jan 2005
    Posts
    10
    Rep Power
    0


    Default looks like were on our own

    No help for problems here. Looks like your on your own if you install this project. Anyway I like it. The ultrapics are just what I needed. I just gotta hit the PHP books to figure out how to get my customers to be able to buy anything.

  5. #5
    New Member
    Join Date
    Sep 2007
    Location
    Fennimore, WI, USA
    Posts
    7
    Rep Power
    0


    Default Re: oscmax with ultrapics integration

    I was thinking about using the oscmax with ultrapics integration. Is there and answer to the post from Wretched (07-12-2007)? I would like to know if this will be a waist of time or if the ultrapics integration works.
    Save the world, Ride a bike.
    o_
    ()/()

  6. #6
    New Member
    Join Date
    Sep 2007
    Location
    Fennimore, WI, USA
    Posts
    7
    Rep Power
    0


    Default Re: looks like were on our own

    So you have installed the ultrapics integration and it works? I assume it gives you multiple images for each product in Thumb, Medium and popup?
    Save the world, Ride a bike.
    o_
    ()/()

  7. #7
    New Member
    Join Date
    Jan 2005
    Posts
    10
    Rep Power
    0


    Default Re: oscmax with ultrapics integration

    Yes my pictures work fine. Everything works, I just can't get the Create_account_success page to display even though the account is created and user logged in. Same thing when I create an account through Admin.

  8. #8
    pdr
    pdr is offline
    osCMax Testing Team
    Join Date
    Nov 2007
    Location
    Lebanon, PA.
    Posts
    29
    Rep Power
    0


    Default Re: oscmax with ultrapics integration

    OscMax with Ultrapics intergration work just fine if you would like to see just visit my site Delgado s Computers : not any problem no configuration need it. just install oscmax them put your picture with the product everything should work good. not waist of time at all.

Similar Threads

  1. UltraPics Integration
    By Kalvin in forum osCmax v2 Customization/Mods
    Replies: 14
    Last Post: 01-15-2008, 09:51 AM
  2. UltraPics - MS2 Image Addon Pack!
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 02-21-2007, 02:51 AM
  3. Ultrapics and SQL please help
    By judoka in forum osCMax v1.7 General Mods Discussion
    Replies: 0
    Last Post: 05-22-2005, 04:00 PM
  4. MoPics to UltraPics
    By jgkiefer in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 11-07-2004, 05:19 PM

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
  •