Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Nov 2007
    Posts
    270
    Plugin Contributions
    0

    Default Location of image catalogue (multi-store database)

    I would like to use the same product images in two different stores. Both stores are installed in the same database, one has a prefix and all the files of that store are in a separate folder XXX. I modified the configure.php files as follows (for the store without a prefix):
    in admin:
    define('DIR_WS_IMAGES', XXX/images/');
    define('DIR_WS_CATALOG_IMAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . XXX/images/');
    define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'Retail/images/');
    and also in include:
    define('DIR_WS_IMAGES', XXX/images/');

    However, not only I don't see the product images, I don't see any icons in Admin of the store I made the changes to.
    Where am I going wrong??
    Tx
    Veronika

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Location of image catalogue (multi-store database)

    Try setting to

    Code:
    define('DIR_WS_IMAGES', http://your_domain.com/images/');
    Where this is the path to where the images are

  3. #3
    Join Date
    Nov 2007
    Posts
    270
    Plugin Contributions
    0

    Default Re: Location of image catalogue (multi-store database)

    Quote Originally Posted by kobra View Post
    Try setting to

    Code:
    define('DIR_WS_IMAGES', http://your_domain.com/images/');
    Where this is the path to where the images are
    I figured it out (after I asked for assistance); just in case others are trying to do the the same --
    no changes in admin/include
    and in include:
    define('DIR_WS_IMAGES', XXX/images/');
    I aslo compounded my difficulties by include "XXX/images" as part of the v_products_image field in easypopulate...
    Once I rerun easypopulate, all is fine.

    Thanks anyway
    Veronika

 

 

Similar Threads

  1. v139h Issue with Store Locator adding db location to store website urls
    By Painted Hills NB in forum General Questions
    Replies: 8
    Last Post: 22 Aug 2012, 03:29 AM
  2. Catalogue from store?
    By Rizla in forum General Questions
    Replies: 2
    Last Post: 26 Apr 2012, 07:33 AM
  3. multi vendor based on location
    By maxd in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 13 Feb 2011, 11:51 PM
  4. Multi Location shipping
    By ganoguy in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 15 Jan 2010, 11:32 AM
  5. Multi User, Multi Store on same domain
    By lolzita in forum General Questions
    Replies: 1
    Last Post: 7 Dec 2009, 04:02 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg