To add a favicon to the site builder site.
Solution
These are the steps to add a favicon to a Site Builder Webstore:
A. Add an image to your file cabinet:1. Navigate to Documents > Files > Images > New
2. Select the image file to upload
Note: Be sure to check the Available Without Login checkbox, this is for the file to be accessible externally. The file may be accessed with a URL that points to the file record.
3. Select your Site
4. Click Save
B. Copy the image URL of the desired favicon:
1. In File Cabinet via Document > Files > Images, Click Edit on the desired image.
2. Copy the URL after “.com”
Note: There are three (3) URL on every image. It is based on different domain but same parameters. It just need to copy after the shopping.netsuite.com
C. Editing your Webstore Theme
1. Check the Default Website Theme on Setup > Site Builder > Set Up Web Site > Edit > Appearance Subtab > Website Templates Section2. Navigate to Setup > Site Builder > Themes > Edit your Default Website Theme> General Subtab3. On the Addition to <Head> section, add this code:
<textarea rows=5 cols=80 readonly><link href=”/URL OF YOUR FAVICON IMAGE” rel=”shortcut icon” type=”image/x-icon”> </textarea>
4. Click Save