Change any fixed http:// protocols to https:// or //.
Learn more
How to change your theme
Replace all http:// links with // format.
- Target files: all files within your current skin in ThemesSaved themes
| Type | Before | After |
| HTML | src=""http://img.echosting | src=""//img.echosting |
| HTML | src='http://img.echosting | src='//img.echosting |
| CSS | url(""http://img.echosting | url(""//img.echosting |
| CSS | url('http://img.echosting | url('//img.echosting |
| CSS | url(http://img.echosting | url(//img.echosting |
-
For convenience, you can use the Batch source replace feature in the Smart Themes Editor.
Can I batch replace theme source code? Reference - Base skins created after November 2016 already apply the “After” format.
- This source can be applied to all language skins (Korean, English, Japanese, Simplified Chinese, Traditional Chinese).
- External URLs must also be changed to https:// or // (only if the external URL supports https).
- If using an iframe, update the URLs within the source as well.
Changing product descriptions and other settings
Also check product descriptions and popup settings registered in your store’s admin page.
- If there are any contents (images, js, css, etc.) entered as http://, change them to https://.
- Make sure that product description links and links set in the App Store connect via https://.
Caution - Things to keep in mind when changing
-
If you use external links or URLs, check if they support https.
- If an external URL does not support https, it may not function properly.
[Example]
- When using external scripts for marketing or analytics
- When posting images from other sites on your store, etc. - To confirm whether https is supported, check with the provider of the script.