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 <Database Server>inetpub<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.  The user will then need to 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.

<Web application installed path>\inetpub\wwwroot\UI\images\large

<Web application installed path>\inetpub\wwwroot\UI\images\thumbnail

5. Refresh the Web browser and connect to the Aptify e-Business website to confirm that product images loads properly.