Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Navigate to the e-Business 6.0 Beta environment on your database.
  2. Locate and open the 'ebConfig.js' in the <Web application installed path>\inetpub\wwwroot\UI\js\configuration path.
  3. Update the 'eb_config.loadDefaultImage' attribute as required:
    1. LoadDefaultImage = true; // This value displays the 'No Photo Available' Image by default.

    2. LoadDefaultImage = false; // This value searches for the product’s images in the Large and thumbnail folders and displays them accordingly.

4. For loading the Product images, set  LoadDefaultImage = false. 

 

Running Image Sync Utility:

For syncing the product images available in the database into the images folder of the website, following instructions need to be followed:

Perform the following configurations in Smart Client:

  1. Login to the Smart Client application as an administrator. Select 'Product Maintenance' application -> 'Sync Image Categories' services.
    Image Added
  2. Create a new record under 'Sync Image Categories' services with following details (Refer snapshot below):
    Name 'ProductCatalog'.
    Width: 50   //This case be changed by the user based on the size of the image required. 
    Height : 50  //This case be changed by the user based on the size of the image required.
    No Image : NoPhotoAvailable   //This can be changed by the user with any other image required.

    Image Format : Jpeg  //This can be set to 'png' as well
    Naming Convention: RecordId.Extension
    Sync Path : c:\inetpub\wwwroot\UI\Images\thumbnail   // The default path of the setup 'c:\inetpub\wwwroot\UI\Images\thumbnail'  is set in the records which is applicable if the setup is installed on the default path. Else it needs to be changed to reflect the appropriate site path where the setup is installed.Update the 'Sync Path' field to reflect the '<e-Business Web setup path>\UI\Image\thumbnail' folder. 

Image Added

  1. Update the 'Sync Path' field to reflect the '<e-Business Web setup path>\UI\Image\thumbnail' folder. 
    Note :The default path of the setup 'c:\inetpub\wwwroot\UI\Images\thumbnail'  is set in the records which is applicable if the setup is installed on the default path. Else it needs to be changed to reflect the appropriate site path where the setup is installed.

 

 

Perform following steps for syncing the images:

  1. Login to the Web server where the e-Business setup is placed.
  2. Traverse to the 'ImageSyncUtility' folder under 'Utilities' in the e-Business setup. Right-click on 'ImageSyncUtilityGUI.exe' and click on 'Run as administrator'.

 

Image Added The user will then need to run the image sync utility available in the

manually download the product images with naming convention as "<productID>.jpg" in Large and thumbnail folder under the following path. The naming convention of the images need to be strictly followed so that each of the product displays the respective images based on its product ID.

...