osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

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: oscmax with ultrapics integration This is a complete integration ultrapics to the oscmax ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax Projects Discussion

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Reply

 

LinkBack Thread Tools
  #1  
Old 06-29-2007, 11:27 AM
bean's Avatar
bean bean is offline
Lurker
 
Join Date: Feb 2005
Posts: 3
Thanks: 2
Thanked 1 Times in 1 Posts
Thanks: 2
Thanked 1 Time in 1 Post
Rep Power: 0
bean
Default oscmax with ultrapics integration

A new project_project entry has been added:

oscmax with ultrapics integration

Quote:
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 07-12-2007, 03:36 PM
New Member
 
Join Date: Apr 2007
Posts: 12
Thanks: 1
Thanked 2 Times in 1 Post
Rep Power: 0
Wretched 6.0 is on a distinguished road
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following 2 Users Say Thank You to Wretched 6.0 For This Useful Post:
bean (07-27-2007), webwise (10-15-2007)
  #3  
Old 09-23-2007, 05:57 PM
New Member
 
Join Date: Jan 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Dutchman
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/'
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 09-26-2007, 06:22 AM
New Member
 
Join Date: Jan 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Dutchman
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 10-15-2007, 08:53 AM
New Member
 
Join Date: Sep 2007
Location: Fennimore, WI, USA
Posts: 7
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0
webwise is on a distinguished road
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_
()/()
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 10-15-2007, 08:56 AM
New Member
 
Join Date: Sep 2007
Location: Fennimore, WI, USA
Posts: 7
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0
webwise is on a distinguished road
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_
()/()
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 10-15-2007, 09:45 AM
New Member
 
Join Date: Jan 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Dutchman
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 04-13-2008, 07:06 PM
pdr pdr is offline
osCMax Testing Team
 
Join Date: Nov 2007
Location: Lebanon, PA.
Posts: 21
Thanks: 2
Thanked 0 Times in 0 Posts
Rep Power: 0
pdr is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

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


All times are GMT -8. The time now is 07:23 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
Copyright 2008 osCMax