Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted (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 by userb

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...