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.
Do not run this if you already have a customized osCMax store, as it is a full install package of osCMax and will overwrite your site!
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
by Dutchman on Sun, 2007-09-23 18:57
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('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/'
by Dutchman on Wed, 2007-09-26 07:22
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.
by webwise on Mon, 2007-10-15 09:53
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.
by webwise on Mon, 2007-10-15 09:56
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?
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
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/'