userb Posted August 24, 2011 Posted August 24, 2011 (edited) Hi, I have a problem I have two shops and i want to use one cataloge of images for those two shops. It look like this: public_html/ShopA/images - those I want to use in both shops public_html/ShopB/images - in that shop I want to use catalgo of images of shop one. Standard in catalog/includes/configure.php is: define('DIR_WS_IMAGES', 'images/'); I tried to chang it to: define('DIR_WS_IMAGES', 'public_html/ShopA/images/'); or define('DIR_WS_IMAGES', 'ShopA/images/'); or define('DIR_WS_IMAGES', '/home/users/mydomain/public_html/ShopA/images/'); Non of above work. Can anybody send some idea how to do it? Best regards, Edited August 24, 2011 by userb Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.