Skip to main content

How should I change my theme after applying SSL?

 

 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 
 

 

  1. For convenience, you can use the Batch source replace feature in the Smart Themes Editor.
    Can I batch replace theme source code? Reference
  2. Base skins created after November 2016 already apply the “After” format.
  3. This source can be applied to all language skins (Korean, English, Japanese, Simplified Chinese, Traditional Chinese).
  4. External URLs must also be changed to https:// or // (only if the external URL supports https).
  5. 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.

 
  1. If there are any contents (images, js, css, etc.) entered as http://, change them to https://.
  2. Make sure that product description links and links set in the App Store connect via https://.

 

 

Caution - Things to keep in mind when changing

  1. 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.
  2. To confirm whether https is supported, check with the provider of the script.

 

 

 

Was this page helpful?
On this page