When displaying product information, you may want to render an indicator that provides a site name and/or logo that indicates which site a product belongs to. You could also choose to make this site indicator a cross-site link to the product.
The site configuration’s siteIcon
property renders logo-based site indicators. This property is part of the standard site configuration properties included with the Oracle Commerce Core Platform and its value is a string that is relative to the storedocroot.war
Web application’s context root and points to an image resource. This image includes both the logo and the name of the store, as shown in the first example above. Note that logo-based site indicators that are rendered in e-mails must use a fully qualified URL, including server name and port, to properly reference the image resource file.
An additional property that can display a site indicator is favicon
. The favicon
is a 16x16 pixel icon.