CINXE.COM

Shopify Changelog

<!DOCTYPE html> <html class="no-js" lang="EN"> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://changelog.shopify.com","20210926122006","https://web.archive.org/","web","/_static/", "1632658806"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="preconnect" href="https://web.archive.org/web/20210926122006/https://cdn.shopify.com/"/> <link rel="preload" as="font" crossorigin="anonymous" type="font/woff2" href="https://web.archive.org/web/20210926122006/https://cdn.shopify.com/static/fonts/ShopifySans--regular.woff2"/><link rel="preload" as="font" crossorigin="anonymous" type="font/woff2" href="https://web.archive.org/web/20210926122006/https://cdn.shopify.com/static/fonts/ShopifySans--bold.woff2"/> <link rel="shortcut icon" type="image/png" href="https://web.archive.org/web/20210926122006im_/https://cdn.shopify.com/static/shopify-favicon.png"/> <title>Shopify Changelog</title> <meta name="description" content="Your source for recent updates to Shopify."/> <link rel="canonical" href="https://web.archive.org/web/20210926122006/https://changelog.shopify.com/"> <script nonce="">document.documentElement.classList.remove('no-js'); document.documentElement.classList.add('js')</script> <link rel="stylesheet" media="screen" href="https://web.archive.org/web/20210926122006cs_/https://cdn.shopify.com/shopifycloud/documentation_changelog/assets/application-d0f8e7220a77203a987fc53df6194296f0af249f2eeed05c777a1a09f0eb713e.css"/> <link rel="alternate" type="application/rss+xml" title="Changelog RSS feed" href="/web/20210926122006/https://changelog.shopify.com/feed.xml"/> <meta name="csrf-param" content="authenticity_token"/> <meta name="csrf-token" content="q+B1padXOKdwv9rTcpk6i8HiXByLBYGV/ocjizCS0S3DX193rXaVVJkN86wO8TowqrOL+1mitt7a/NSncoLogQ=="/> <script type="text/javascript"> // Trekkie (function(){ var config = { 'Trekkie': { 'appName': 'marketing-misc' }, 'Clickstream': { 'appName': 'marketing-misc' } }; var trekkie_version = '2018.09.13'; var analytics = window.analytics = window.analytics || []; if (analytics.integrations) { return; } analytics.methods = [ 'identify', 'page', 'ready', 'track', 'trackForm', 'trackLink' ]; analytics.factory = function(method) { return function() { var args = Array.prototype.slice.call(arguments); args.unshift(method); analytics.push(args); return analytics; }; }; for (var i = 0; i < analytics.methods.length; i++) { var key = analytics.methods[i]; analytics[key] = analytics.factory(key); } analytics.load = function(config) { analytics.config = config; var script = document.createElement('script'); script.type = 'text/javascript'; script.onerror = function(e) { (new Image()).src = '//web.archive.org/web/20210926122006/https://v.shopify.com/internal_errors/track?error=trekkie_load'; }; script.async = true; script.src = '//web.archive.org/web/20210926122006/https://cdn.shopify.com/s/javascripts/tricorder/trekkie.' + config.Trekkie.appName + '.min.js?v=' + trekkie_version; var first = document.getElementsByTagName('script')[0]; first.parentNode.insertBefore(script, first); }; analytics.load(config); analytics.page(); })(); function attachEventListener(links, section) { links.forEach((link) => { link.addEventListener('click', function(event) { const tags = ["INPUT", "BUTTON", "A"]; let target = event.target; let label; if (!tags.includes(target.tagName)) { target = target.closest('a'); } if (target.hasAttribute('data-ga-action')) { label = target.getAttribute('data-ga-action'); } else { label = target.value ? target.value : target.innerText.toLowerCase(); } const category = target.getAttribute('data-ga-event') ? target.getAttribute('data-ga-event') : section; const action = target.type ? `click-${event.target.type}` : 'click-link'; handleEvent(event, category, action, label); }); }); } function handleEvent(event, category, action, label) { _gaUTracker('_other.send', 'event', { eventCategory: category, eventAction: action, eventLabel: label, transport: 'beacon' }); } // Google analytics (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://web.archive.org/web/20210926122006/https://www.google-analytics.com/analytics.js','_gaUTracker'); var _gaUTrackerOptions = {}; analytics.ready(function() { _gaUTracker('create', 'UA-82702-49', _gaUTrackerOptions); _gaUTracker('set', 'transport', 'beacon'); _gaUTracker('require', 'displayfeatures'); _gaUTracker('send', 'pageview'); _gaUTrackerOptions.name = '_other'; _gaUTracker('create', 'UA-82702-51', _gaUTrackerOptions); _gaUTracker('_other.set', 'transport', 'beacon'); _gaUTracker('_other.require', 'displayfeatures'); _gaUTracker('_other.send', 'pageview'); const headerLinks = document.querySelectorAll('.marketing-nav a, .marketing-nav button'); const footerLinks = document.querySelectorAll('.footer--main a'); const filters = document.querySelectorAll('.sidebar input[type="checkbox"], .sidebar button'); const postPageLinks = document.querySelectorAll('.post a'); const indexPageLinks = document.querySelectorAll('.post-block a'); var obj = [ { 'main-nav': headerLinks }, { 'footer': footerLinks }, { 'sidebar-filters': filters }, { 'post-page': postPageLinks }, { 'post-listing-page': indexPageLinks } ] obj.forEach((links) => { attachEventListener(Object.values(links)[0], Object.keys(links)[0]); }); }); </script> </head> <body class="page--home shopify-sans-supported-lang"> <div id="GlobalIconSymbols"><svg xmlns="http://www.w3.org/2000/svg"><symbol id="modules-social-facebook"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 30 30"><path d="M15.6 30V19.4h5V15h-5v-3.1c0-1 .6-1.9 1.3-1.9h3.8V5.6h-3.8c-3.1 0-5.6 2.8-5.6 6.3V15H7.5v4.4h3.8v10.1C4.8 27.9 0 22 0 15 0 6.7 6.7 0 15 0s15 6.7 15 15c0 8.1-6.4 14.7-14.4 15z"/></svg></symbol><symbol id="modules-social-twitter"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 30 30"><path d="M30 15c0 8.3-6.7 15-15 15S0 23.3 0 15 6.7 0 15 0s15 6.7 15 15zm-3.7-5.5c-.8.3-1.6.6-2.5.7.9-.5 1.5-1.4 1.8-2.4-.8.5-1.7.8-2.7 1-.8-.8-1.9-1.4-3.1-1.4-2.4 0-4.2 1.9-4.2 4.3 0 .3 0 .7.1 1-3.5-.2-6.7-1.9-8.8-4.5-.3.7-.6 1.4-.6 2.2 0 1.5.7 2.8 1.9 3.5-.7 0-1.4-.2-1.9-.5 0 2.1 1.5 3.8 3.4 4.2-.3.1-.7.1-1.1.1-.3 0-.6 0-.8-.1.5 1.7 2.1 2.8 4 2.9-1.5 1.1-3.3 1.9-5.3 1.9-.3 0-.7 0-1-.1 1.9 1.2 4.1 1.9 6.5 1.9 7.8 0 12.1-6.5 12.1-12.1v-.6c.9-.4 1.6-1.2 2.2-2z"/></svg></symbol><symbol id="modules-social-youtube"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 30 30"><path d="M30 15c0 8.3-6.7 15-15 15S0 23.3 0 15 6.7 0 15 0s15 6.7 15 15zm-5.6 0c0-6.9 0-6.9-9.4-6.9s-9.4 0-9.4 6.9 0 6.9 9.4 6.9 9.4 0 9.4-6.9zm-11.9-3.7l6.3 3.8-6.3 3.8v-7.6z"/></svg></symbol><symbol id="modules-social-instagram"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 18 18"><defs/><path fill-rule="evenodd" d="M9 0c5 0 9 4 9 9s-4 9-9 9-9-4-9-9 4-9 9-9zM6.7 3.5h4.7c1.8 0 3.2 1.4 3.2 3.1v4.7c0 1.7-1.4 3.1-3.2 3.1H6.7c-1.8 0-3.2-1.4-3.2-3.1V6.7c0-1.8 1.4-3.2 3.2-3.2zM9 6.2c1.6 0 2.9 1.3 2.9 2.9S10.6 12 9 12s-3-1.3-3-2.9 1.3-2.9 3-2.9zm0 1.2c.9 0 1.7.8 1.7 1.7 0 .9-.8 1.7-1.7 1.7-.9 0-1.7-.8-1.7-1.7 0-.9.7-1.7 1.7-1.7zm2.8-1.7c.3 0 .6.2.6.6 0 .3-.2.6-.6.6-.3 0-.6-.2-.6-.6 0-.4.3-.6.6-.6zm-4.6-1h3.7c1.4 0 2.5 1.1 2.5 2.5v3.7c0 1.4-1.1 2.5-2.5 2.5H7.2c-1.4 0-2.5-1.1-2.5-2.5V7.2c-.1-1.4 1.1-2.5 2.5-2.5z" clip-rule="evenodd"/></svg></symbol><symbol id="modules-social-linkedin"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 30 30"><path d="M30 15c0 8.3-6.7 15-15 15S0 23.3 0 15 6.7 0 15 0s15 6.7 15 15zM11.3 7.8c0-1.2-1-2.2-2.5-2.2s-2.5.9-2.5 2.2c0 1.2 1 2.2 2.5 2.2s2.5-1 2.5-2.2zm-.7 4.1H6.9v10.6h3.8V11.9zm13.8 5c0-3.4-1.7-5.6-4.4-5.6-1.5 0-2.6.9-3.1 2.3l-.1-1.6H13c0 .4.1 2.5.1 2.5v8.1h3.8V17c0-1.5.7-2.5 1.8-2.5s1.9.6 1.9 2.5v5.6h3.8v-5.7z"/></svg></symbol><symbol id="modules-social-pinterest"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 30 30"><path d="M15 30c-1.5 0-2.9-.2-4.3-.6.6-.9 1.2-2 1.5-3.2.2-.7 1-4.1 1-4.1.5 1 2 1.9 3.7 1.9 4.8 0 8.1-4.4 8.1-10.3 0-4.4-3.8-8.6-9.5-8.6-7.1-.1-10.6 5-10.6 9.3 0 2.6 1 4.9 3.1 5.7.3.1.7 0 .8-.4.1-.2.2-.9.3-1.2.1-.4 0-.5-.2-.8-.6-.7-1-1.6-1-3 0-3.8 2.8-7.2 7.4-7.2 4 0 6.2 2.5 6.2 5.8 0 4.3-1.9 8-4.8 8-1.6 0-2.7-1.3-2.4-2.9.5-1.9 1.3-4 1.3-5.3 0-1.2-.7-2.3-2-2.3-1.6 0-2.9 1.7-2.9 3.9 0 1.4.5 2.4.5 2.4S9.5 24 9.3 25.3c-.3 1.1-.4 2.4-.3 3.5-5.3-2.4-9-7.7-9-13.8C0 6.7 6.7 0 15 0s15 6.7 15 15-6.7 15-15 15z"/></svg></symbol><symbol id="logos-shopify-black"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 608 173.7"><path fill="#95BF47" d="M130.7 32.9c-.1-.9-.9-1.3-1.5-1.4-.6-.1-12.6-.2-12.6-.2s-10.1-9.8-11.1-10.8-2.9-.7-3.7-.5c0 0-1.9.6-5.1 1.6-.5-1.7-1.3-3.8-2.4-5.9-3.6-6.9-8.8-10.5-15.2-10.5-.4 0-.9 0-1.3.1-.2-.2-.4-.4-.6-.7-2.8-3-6.3-4.4-10.5-4.3-8.2.2-16.3 6.1-23 16.7-4.7 7.4-8.2 16.7-9.2 23.9-9.4 2.9-16 4.9-16.1 5-4.7 1.5-4.9 1.6-5.5 6.1C12.4 55.3 0 151.4 0 151.4l104.1 18 45.1-11.2S130.8 33.7 130.7 32.9zm-39.2-9.7c-2.4.7-5.1 1.6-8.1 2.5-.1-4.1-.6-9.9-2.5-14.9 6.3 1.2 9.3 8.2 10.6 12.4zM78 27.4c-5.5 1.7-11.4 3.5-17.4 5.4 1.7-6.4 4.9-12.8 8.8-17 1.5-1.6 3.5-3.3 5.9-4.3 2.3 4.7 2.7 11.4 2.7 15.9zM66.8 5.8c1.9 0 3.5.4 4.9 1.3-2.2 1.1-4.4 2.8-6.4 5-5.2 5.6-9.2 14.2-10.8 22.6-5 1.5-9.8 3-14.3 4.4 3-13.2 14-32.9 26.6-33.3z"/><path fill="#5E8E3E" d="M129.2 31.5c-.6-.1-12.6-.2-12.6-.2s-10.1-9.8-11.1-10.8c-.4-.4-.9-.6-1.4-.6v149.5l45.1-11.2S130.8 33.8 130.7 32.9c-.2-.9-.9-1.3-1.5-1.4z"/><path fill="#FFF" d="M79.1 54.7l-5.2 19.6s-5.8-2.7-12.8-2.2c-10.2.6-10.3 7-10.2 8.7.6 8.8 23.6 10.7 24.9 31.2 1 16.2-8.6 27.2-22.4 28.1-16.6 1-25.7-8.7-25.7-8.7l3.5-14.9s9.2 6.9 16.5 6.5c4.8-.3 6.5-4.2 6.3-7-.7-11.4-19.5-10.8-20.7-29.5-1-15.8 9.4-31.8 32.3-33.3 9-.8 13.5 1.5 13.5 1.5z"/><path d="M210.3 96.5c-5.2-2.8-7.9-5.2-7.9-8.5 0-4.2 3.7-6.9 9.6-6.9 6.8 0 12.8 2.8 12.8 2.8l4.8-14.6s-4.4-3.4-17.3-3.4c-18 0-30.5 10.3-30.5 24.8 0 8.2 5.8 14.5 13.6 19 6.3 3.6 8.5 6.1 8.5 9.9 0 3.9-3.1 7-9 7-8.7 0-16.9-4.5-16.9-4.5l-5.1 14.6s7.6 5.1 20.3 5.1c18.5 0 31.8-9.1 31.8-25.5.1-8.9-6.6-15.2-14.7-19.8zm73.8-30.8c-9.1 0-16.3 4.3-21.8 10.9l-.3-.1 7.9-41.4h-20.6l-20 105.3h20.6l6.9-36c2.7-13.6 9.7-22 16.3-22 4.6 0 6.4 3.1 6.4 7.6 0 2.8-.3 6.3-.9 9.1l-7.8 41.2h20.6l8.1-42.6c.9-4.5 1.5-9.9 1.5-13.4 0-11.5-6.2-18.6-16.9-18.6zm63.5 0c-24.8 0-41.2 22.4-41.2 47.4 0 16 9.9 28.8 28.4 28.8 24.3 0 40.8-21.8 40.8-47.4-.1-14.7-8.8-28.8-28-28.8zm-10.2 60.4c-7 0-10-6-10-13.4 0-11.8 6.1-31.1 17.3-31.1 7.3 0 9.7 6.3 9.7 12.4 0 12.7-6.1 32.1-17 32.1zm90.8-60.4c-13.9 0-21.8 12.2-21.8 12.2h-.3l1.2-11.1h-18.2c-.9 7.5-2.5 18.8-4.2 27.3l-14.3 75.4h20.6l5.7-30.5h.4s4.2 2.7 12.1 2.7c24.2 0 40-24.8 40-49.9.1-13.7-6.1-26.1-21.2-26.1zm-19.7 60.7c-5.4 0-8.5-3-8.5-3l3.4-19.3c2.4-12.8 9.1-21.4 16.3-21.4 6.3 0 8.2 5.8 8.2 11.4 0 13.3-7.9 32.3-19.4 32.3zm70.4-90.2c-6.6 0-11.8 5.2-11.8 12 0 6.1 3.9 10.3 9.7 10.3h.3c6.4 0 12-4.3 12.1-12 0-6-4-10.3-10.3-10.3zm-28.8 104.2h20.6l14-73h-20.8zm87-73.2h-14.3l.7-3.4c1.2-7 5.4-13.3 12.2-13.3 3.7 0 6.6 1 6.6 1l4-16.1s-3.6-1.8-11.2-1.8c-7.3 0-14.6 2.1-20.2 6.9-7 6-10.3 14.6-12 23.3l-.6 3.4h-9.6l-3 15.5h9.6l-10.9 57.7H509l10.9-57.7h14.2l3-15.5zm49.6.2s-12.9 32.5-18.7 50.2h-.3c-.4-5.7-5.1-50.2-5.1-50.2H541l12.4 67.1c.3 1.5.1 2.4-.4 3.4-2.4 4.6-6.4 9.1-11.2 12.4-3.9 2.8-8.2 4.6-11.7 5.8l5.7 17.5c4.2-.9 12.8-4.3 20.2-11.2 9.4-8.8 18.1-22.4 27-40.9l25.2-54.1h-21.5z"/></svg></symbol><symbol id="modules-caret-down"><svg xmlns="http://www.w3.org/2000/svg" baseprofile="tiny" viewbox="0 0 10.289 6.563"><path d="M5.212 6.563L0 1.423 1.404 0l3.788 3.735L8.865.01l1.424 1.404"/></svg></symbol><symbol id="modules-nav-external-indicator"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 7 7"><path d="M7 7V0H0l7 7z"/></svg></symbol><symbol id="modules-mobile-hamburger"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 20 20"><path d="M19 11H1a1 1 0 110-2h18a1 1 0 110 2zm0-7H1a1 1 0 110-2h18a1 1 0 110 2zm0 14H1a1 1 0 110-2h18a1 1 0 110 2z"/></svg></symbol><symbol id="modules-cancel"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 20 20"><path d="M11.414 10l6.293-6.293a1 1 0 00-1.414-1.414L10 8.586 3.707 2.293a1 1 0 00-1.414 1.414L8.586 10l-6.293 6.293a1 1 0 001.414 1.414L10 11.414l6.293 6.293a.996.996 0 001.414 0 1 1 0 000-1.414L11.414 10z"/></svg></symbol></svg></div> <div class="signup-form-wrapper signup--hidden " data-define="{form_0: new SignupForm(this)}"> <form class="marketing-form signup-form stateful-form" novalidate="novalidate" autocomplete="off" data-namespace="form_0" data-hidden-fields-namespace="hiddenFields_0" data-bind-event-submit="form_0.handleSubmit(this, event)" action="https://web.archive.org/web/20210926122006/https://accounts.shopify.com/store-signup/setup" accept-charset="UTF-8" method="post"><input name="utf8" type="hidden" value="✓"/> <div data-define="{ email0: new StatefulField( 'email', form_0, this, { required: true, validate: true, live: false, showHint: true, showError: true }, {}, 'form_0' )} " class="stateful-field email "><div data-context="email0"><label data-bind-class="{'js-has-error': state.error,'js-is-filled': state.filled || state.value.length > 0,'js-has-hint': !state.error &amp;&amp; state.hint}" class="marketing-input-wrapper"><span class="marketing-label marketing-label--in-field marketing-label--floating">Email address</span><input placeholder="Email address" aria-describedby="MessageId_7cdb" name="signup[email]" type="email" autocomplete="email" data-bind="state.value" data-bind-event-blur="ShopifyMarketing.context.form_0.handleFieldBlur(ShopifyMarketing.context.email0)" data-bind-event-keyup="ShopifyMarketing.context.form_0.handleFieldKeyup(event, ShopifyMarketing.context.email0)" class="marketing-input marketing-input--floating" size="30" id="0_signup_email"/></label><span class="marketing-form__messages" id="MessageId_7cdb"><span class="suggest hide" data-bind-unsafe-html="displayHint()" data-bind-show="!state.error &amp;&amp; state.hint"></span><span class="error hide" data-bind="displayError()" data-bind-show="state.error == true"></span></span></div></div> <div data-define="{ password0: new StatefulField( 'password', form_0, this, { required: true, validate: true, live: false, showHint: false, showError: true }, {}, 'form_0' )} " class="stateful-field password "><div data-context="password0"><label data-bind-class="{'js-has-error': state.error,'js-is-filled': state.filled || state.value.length > 0,'js-has-hint': !state.error &amp;&amp; state.hint}" class="marketing-input-wrapper"><span class="marketing-label marketing-label--in-field marketing-label--floating">Password</span><input placeholder="Password" aria-describedby="MessageId_20d5" name="signup[password]" type="password" autocomplete="new-password" data-bind="state.value" data-bind-event-blur="ShopifyMarketing.context.form_0.handleFieldBlur(ShopifyMarketing.context.password0)" data-bind-event-keyup="null" class="marketing-input marketing-input--floating" size="30" id="0_signup_password"/></label><span class="marketing-form__messages" id="MessageId_20d5"><span class="suggest hide" data-bind-unsafe-html="displayHint()" data-bind-show="!state.error &amp;&amp; state.hint"></span><span class="error hide" data-bind="displayError()" data-bind-show="state.error == true"></span></span></div></div> <div data-define="{ shop_name0: new StatefulField( 'shop_name', form_0, this, { required: true, validate: true, live: true, showHint: false, showError: true }, {}, 'form_0' )} " class="stateful-field shop_name "><div data-context="shop_name0"><label data-bind-class="{ 'js-has-error': state.error == true, 'js-is-pending': state.pending == true, 'js-is-focused': state.focus == true, 'js-is-filled': state.filled == true || state.value.length > 0, }" class="marketing-input-wrapper shop_name"><span class="marketing-label marketing-label--in-field marketing-label--floating">Your store name</span><input placeholder="Your store name" aria-describedby="MessageId_dd78" name="signup[shop_name]" type="text" autocomplete="off" data-bind="state.value" data-bind-event-blur="ShopifyMarketing.context.form_0.handleFieldBlur(ShopifyMarketing.context.shop_name0)" data-bind-event-keyup="ShopifyMarketing.context.form_0.handleFieldKeyup(event, ShopifyMarketing.context.shop_name0)" class="marketing-input marketing-input--floating" size="30" id="0_signup_shop_name"/></label><span class="marketing-form__messages" id="MessageId_dd78"><span class="suggest hide" data-bind-unsafe-html="displayHint()" data-bind-show="!state.error &amp;&amp; state.hint"></span><span class="error hide" data-bind="displayError()" data-bind-show="state.error == true &amp;&amp; state.pending == false" data-bind-unsafe-html="displayError()"></span></span></div></div> <div data-define="{hiddenFields_0: new HiddenFields({ source: &quot;&quot;, source_url: &quot;&quot;, source_url_referer: &quot;&quot;, signup_code: &quot;&quot;, signup_page: &quot;&quot;, signup_page_referer: &quot;&quot;, signup_types: [], theme: &quot;&quot;, selected_app: &quot;&quot;, selected_plan: &quot;&quot;, domain_to_connect: &quot;&quot;, }, this)}"> <div data-context="hiddenFields_0"> <input type="hidden" name="ref" value=""> <input type="hidden" name="language" value="en"> <input type="hidden" name="locale" value="en"> <input type="hidden" name="_y" data-bind="fields.y"> <input type="hidden" name="ssid" data-bind="fields.ssid"> <input type="hidden" name="source" data-bind="fields.source"> <input type="hidden" name="source_url" data-bind="fields.source_url"> <input type="hidden" name="source_url_referer" data-bind="fields.source_url_referer"> <input type="hidden" name="signup_code" data-bind="fields.signup_code"> <input type="hidden" name="signup_page" data-bind="fields.signup_page"> <input type="hidden" name="signup_page_referer" data-bind="fields.signup_page_referer"> <input type="hidden" name="promotional_program_code" value=""> <input type="hidden" name="domain_to_connect" data-bind="fields.domain_to_connect"> <input type="hidden" name="signup_types[]" data-bind-disabled="fields.signup_types" data-bind="fields.signup_type"> <input type="hidden" name="extra[selected_theme]" data-bind="fields.theme"> <input type="hidden" name="extra[selected_app]" data-bind="fields.selected_app"> <input type="hidden" name="extra[selected_plan]" data-bind="fields.selected_plan"> </div> </div> <div class=" cta_wrapper"> <button class="marketing-button marketing-form__button " name="button" data-bind-disabled="form_0.pending == true" type="submit">Create your store</button> </div> </form> </div> <div id="Announcements"></div> <header id="SiteNavContainer" class="site-nav-container is-sticky"> <div class="marketing-nav-wrapper"> <a class="in-page-link skip-to-main visuallyhidden focusable" data-ga-event="Main Nav" data-ga-action="Skip to content" data-trekkie-event="Main Nav" data-trekkie-action="Skip to content" data-trekkie-id="Main Nav Skip to content" href="#Main">Skip to Content</a> <nav class="marketing-nav--skin-light marketing-nav marketing-nav--primary" id="ShopifyMainNav" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement"> <div class="marketing-nav__logo "> <a href="/web/20210926122006/https://changelog.shopify.com/" class="marketing-nav__logo__shopify" data-ga-event="Main Nav" data-ga-action="Logo" data-trekkie-event="Main Nav" data-trekkie-action="Logo" data-trekkie-id="Main Nav Logo"> <svg class="icon" aria-labelledby="icon-logos-shopify-black-7-title" role="img"><title id="icon-logos-shopify-black-7-title">Shopify</title> <use xlink:href="/web/20210926122006im_/https://changelog.shopify.com/#logos-shopify-black"/> </svg> </a> </div> <ul class="marketing-nav__items display--expanded-nav"> <li><div class="popover-wrapper js-popover-dropdown popover-wrapper--dropdown" data-position="bottom" data-align="left"><button type="button" class="popover__trigger marketing-nav__item marketing-nav__item--primary" url="https://help.shopify.com/" itemprop="name">Help Topics<svg class="icon marketing-nav__arrow" aria-hidden="true" focusable="false"> <use xlink:href="/web/20210926122006im_/https://changelog.shopify.com/#modules-caret-down"/> </svg></button><div class="popover"><div class="popover__content"><ul class="popover__list"><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/intro-to-shopify" class="marketing-nav__item marketing-nav__item--child" itemprop="name">Intro to Shopify</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/your-account" class="marketing-nav__item marketing-nav__item--child" itemprop="name">Your account</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/migrating-to-shopify" class="marketing-nav__item marketing-nav__item--child" itemprop="name">Migrating to Shopify</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/community" class="marketing-nav__item marketing-nav__item--child" itemprop="name">Shopify community</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/sell-online" class="marketing-nav__item marketing-nav__item--child" itemprop="name">Selling online</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/sell-in-person" class="marketing-nav__item marketing-nav__item--child" itemprop="name">Selling in person</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/products" class="marketing-nav__item marketing-nav__item--child" itemprop="name">Products</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/locations" class="marketing-nav__item marketing-nav__item--child" itemprop="name">Locations</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/using-themes" class="marketing-nav__item marketing-nav__item--child" itemprop="name">Themes for your online store</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/payments" class="marketing-nav__item marketing-nav__item--child" itemprop="name">Payments</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/domains" class="marketing-nav__item marketing-nav__item--child" itemprop="name">Domains</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/shipping" class="marketing-nav__item marketing-nav__item--child" itemprop="name">Shipping</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/orders" class="marketing-nav__item marketing-nav__item--child" itemprop="name">Orders</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/taxes" class="marketing-nav__item marketing-nav__item--child" itemprop="name">Taxes</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/customers" class="marketing-nav__item marketing-nav__item--child" itemprop="name">Customers</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/reports-and-analytics" class="marketing-nav__item marketing-nav__item--child" itemprop="name">Analytics</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/productivity-tools" class="marketing-nav__item marketing-nav__item--child" itemprop="name">Productivity tools</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/apps" class="marketing-nav__item marketing-nav__item--child" itemprop="name">Apps</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/dropshipping" class="marketing-nav__item marketing-nav__item--child" itemprop="name">Dropshipping</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/services-marketplace" class="marketing-nav__item marketing-nav__item--child" itemprop="name">Services Marketplace</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/promoting-marketing" class="marketing-nav__item marketing-nav__item--child" itemprop="name">Marketing and discounts</a></li></ul></div></div></div></li><li><div class="popover-wrapper js-popover-dropdown popover-wrapper--dropdown" data-position="bottom" data-align="left"><button type="button" class="popover__trigger marketing-nav__item marketing-nav__item--primary" url="https://help.shopify.com/questions" itemprop="name">Support<svg class="icon marketing-nav__arrow" aria-hidden="true" focusable="false"> <use xlink:href="/web/20210926122006im_/https://changelog.shopify.com/#modules-caret-down"/> </svg></button><div class="popover"><div class="popover__content"><ul class="popover__list"><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/questions" class="marketing-nav__item marketing-nav__item--child" itemprop="name">Contact Support</a></li><li><a href="https://web.archive.org/web/20210926122006/https://www.youtube.com/channel/UCSG_dVp-hi_hWP-Z7DlpRgQ" class="marketing-nav__item marketing-nav__item--child" itemprop="name">Video tutorials</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/community" class="marketing-nav__item marketing-nav__item--child" itemprop="name">Shopify community</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/webinars" class="marketing-nav__item marketing-nav__item--child" itemprop="name">Webinars</a></li></ul></div></div></div></li><li><a href="/web/20210926122006/https://changelog.shopify.com/" class="marketing-nav__item marketing-nav__item--primary" itemprop="name">Changelog</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/webinars" class="marketing-nav__item marketing-nav__item--primary" itemprop="name">Webinars</a></li> </ul> <ul class="marketing-nav__items marketing-nav__user display--expanded-nav"> <li><a href="https://web.archive.org/web/20210926122006/https://www.shopify.com/" class="marketing-nav__item marketing-nav__item--user" itemprop="name">Shopify.com <svg class="icon marketing-nav__external-indicator" aria-hidden="true" focusable="false"> <use xlink:href="/web/20210926122006im_/https://changelog.shopify.com/#modules-nav-external-indicator"/> </svg></a></li><li><a href="https://web.archive.org/web/20210926122006/https://www.shopify.com/login" class="marketing-nav__item marketing-nav__item--user" itemprop="name">Log in</a></li><li><a href="https://web.archive.org/web/20210926122006/https://www.shopify.com/signup" class="marketing-nav__button marketing-button marketing-button--small" itemprop="name">Get started</a></li> </ul> <button name="button" type="button" class="marketing-nav__hamburger hide--expanded-nav js-drawer-open-right" aria-haspopup="dialog" aria-expanded="false"> <svg class="icon" aria-labelledby="icon-modules-mobile-hamburger-11-title" role="img"><title id="icon-modules-mobile-hamburger-11-title">Open Main Navigation</title> <use xlink:href="/web/20210926122006im_/https://changelog.shopify.com/#modules-mobile-hamburger"/> </svg> </button> </nav> </div> <div id="NavDrawer" class="drawer drawer--right" role="dialog" aria-modal="true" aria-labelledby="DrawerTitle"> <div class="drawer__inner"> <div class="drawer__top"> <div class="marketing-nav__logo"> <a href="/web/20210926122006/https://changelog.shopify.com/" class="marketing-nav__logo__shopify"> <svg class="icon" aria-labelledby="icon-logos-shopify-black-12-title" role="img"><title id="icon-logos-shopify-black-12-title">Home</title> <use xlink:href="/web/20210926122006im_/https://changelog.shopify.com/#logos-shopify-black"/> </svg> </a> </div> <button name="button" type="button" class="drawer__close-button js-drawer-close"> <svg class="icon" aria-labelledby="icon-modules-cancel-13-title" role="img"><title id="icon-modules-cancel-13-title">Close Main Navigation</title> <use xlink:href="/web/20210926122006im_/https://changelog.shopify.com/#modules-cancel"/> </svg> </button> </div> <nav id="DrawerTitle" aria-label="Main Navigation"> <ul class="drawer__items drawer__items--primary" id="DrawerNavPrimaryAccordion"> <li class="accordion-item"><button name="button" type="button" class="drawer__item drawer__item--primary accordion-link">Help Topics<svg class="icon marketing-nav__arrow" aria-hidden="true" focusable="false"> <use xlink:href="/web/20210926122006im_/https://changelog.shopify.com/#modules-caret-down"/> </svg></button><div class="drawer__items-wrapper accordion-content"><ul class="drawer__items drawer__items--nested"><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/intro-to-shopify" class="drawer__item">Intro to Shopify</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/your-account" class="drawer__item">Your account</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/migrating-to-shopify" class="drawer__item">Migrating to Shopify</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/community" class="drawer__item">Shopify community</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/sell-online" class="drawer__item">Selling online</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/sell-in-person" class="drawer__item">Selling in person</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/products" class="drawer__item">Products</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/locations" class="drawer__item">Locations</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/using-themes" class="drawer__item">Themes for your online store</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/payments" class="drawer__item">Payments</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/domains" class="drawer__item">Domains</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/shipping" class="drawer__item">Shipping</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/orders" class="drawer__item">Orders</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/taxes" class="drawer__item">Taxes</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/customers" class="drawer__item">Customers</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/reports-and-analytics" class="drawer__item">Analytics</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/productivity-tools" class="drawer__item">Productivity tools</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/apps" class="drawer__item">Apps</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/dropshipping" class="drawer__item">Dropshipping</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/services-marketplace" class="drawer__item">Services Marketplace</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/promoting-marketing" class="drawer__item">Marketing and discounts</a></li></ul></div></li><li class="accordion-item"><button name="button" type="button" class="drawer__item drawer__item--primary accordion-link">Support<svg class="icon marketing-nav__arrow" aria-hidden="true" focusable="false"> <use xlink:href="/web/20210926122006im_/https://changelog.shopify.com/#modules-caret-down"/> </svg></button><div class="drawer__items-wrapper accordion-content"><ul class="drawer__items drawer__items--nested"><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/questions" class="drawer__item">Contact Support</a></li><li><a href="https://web.archive.org/web/20210926122006/https://www.youtube.com/channel/UCSG_dVp-hi_hWP-Z7DlpRgQ" class="drawer__item">Video tutorials</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/community" class="drawer__item">Shopify community</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/webinars" class="drawer__item">Webinars</a></li></ul></div></li><li><a href="/web/20210926122006/https://changelog.shopify.com/" class="drawer__item drawer__item--primary">Changelog</a></li><li><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/webinars" class="drawer__item drawer__item--primary">Webinars</a></li> </ul> <ul class="drawer__items drawer__items--user" id="DrawerNavSecondaryAccordion"> <li><a href="https://web.archive.org/web/20210926122006/https://www.shopify.com/" class="drawer__item">Shopify.com <svg class="icon marketing-nav__external-indicator" aria-hidden="true" focusable="false"> <use xlink:href="/web/20210926122006im_/https://changelog.shopify.com/#modules-nav-external-indicator"/> </svg></a></li><li><a href="https://web.archive.org/web/20210926122006/https://www.shopify.com/login" class="drawer__item">Log in</a></li><li><a href="https://web.archive.org/web/20210926122006/https://www.shopify.com/signup" class="drawer__item">Get started</a></li> </ul> <ul class="drawer__items drawer__items--corporate"> <li><a href="https://web.archive.org/web/20210926122006/https://www.shopify.com/about" class="drawer__item">About</a></li><li><a href="https://web.archive.org/web/20210926122006/https://www.shopify.com/careers" class="drawer__item">Careers</a></li><li><a href="https://web.archive.org/web/20210926122006/https://www.shopify.com/press" class="drawer__item">Press and Media</a></li><li><a href="https://web.archive.org/web/20210926122006/https://www.shopify.com/plus" class="drawer__item">Enterprise <svg class="icon marketing-nav__external-indicator" aria-hidden="true" focusable="false"> <use xlink:href="/web/20210926122006im_/https://changelog.shopify.com/#modules-nav-external-indicator"/> </svg></a></li><li><a href="https://web.archive.org/web/20210926122006/https://www.shopify.com/sitemap" class="drawer__item">Sitemap</a></li> </ul> </nav> </div> </div> </header> <div hidden="hidden"><span id="NewWindow">Opens in a new window</span><span id="ExternalSite">Opens an external site</span><span id="NewWindowExternalSite">Opens an external site in a new window</span></div> <div id="PageContainer"> <main role="main" id="Main"> <div id="param-filter" data-param-filter=""></div> <section class="section section--tight section--image background-cyan-0 page-header"> <div class="grid"> <div class="grid__item grid__item--mobile-up-two-thirds"> <div class="section-heading section-heading--mobile-up-align-left gutter-bottom--reset"> <p class="section-heading__kicker heading--5 color-gray-80">Changelog</p> <h1 class="section-heading__heading heading--1 color-green-80">What’s New at Shopify?</h1> </div></div></div></section> <section class="section section--tight"> <div class="grid"> <div class="grid__item grid__item--tablet-up-two-thirds"> <div class="no-posts-found"> <h2 class="heading--3">No posts found</h2> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="admin"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">September 23</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/capture-sms-marketing-consent-in-shopify">Capture SMS marketing consent in Shopify!</a></h3> <div class="block__content post__content"> <p>Enable SMS consent collection at checkout!</p> </div> <div> <span class="status-tag new">New</span> <span class="text-minor">Admin</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="products"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">September 20</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/improve-product-discovery-with-suggested-product-types">Improve product discovery with suggested product types</a></h3> <div class="block__content post__content"> <p>Introducing the new automated way to classify your products!</p> </div> <div> <span class="status-tag new">New</span> <span class="text-minor">Products</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="admin"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">September 20</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/improvements-to-shopify-inbox-on-the-web">Improvements to Shopify Inbox on the web</a></h3> <div class="block__content post__content"> <p>You can now share Products and Discounts, and manage conversations on Shopify Inbox when you&#39;re working from your web browser.</p> </div> <div> <span class="status-tag improvement">Improvement</span> <span class="text-minor">Admin</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="themes"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">September 14</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/dawn-2-1-0-released">Dawn 2.1.0 released</a></h3> <div class="block__content post__content"> <p>The new version (2.1.0) of Dawn includes various user interface improvements and bug fixes.</p> </div> <div> <span class="status-tag improvement">Improvement</span> <span class="text-minor">Themes</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="shipping"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">September 14</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/buy-up-to-50-shipping-labels-in-bulk">Buy up to 50 shipping labels in bulk!</a></h3> <div class="block__content post__content"> <p>You can now purchase and print up to 50 shipping labels at once, increasing the limit from 20. This helps you work more efficiently, get orders out the door faster, and create a better experience for your customers. It's now available for merchants fulfilling orders from a US location and using Shopify Shipping with USPS, UPS and DHL carriers.</p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/shipping/shopify-shipping/shipping-labels/bulk-order-fulfillment">Bulk order fulfillment</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">Shipping</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="apps"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">September 13</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/migrate-from-lightspeed-with-the-store-importer-app">Migrate from Lightspeed with the Store Importer App</a></h3> <div class="block__content post__content"> <p>The Store Importer app now supports Lightspeed migrations.</p> </div> <div> <span class="status-tag new">New</span> <span class="text-minor">Apps</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="admin"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">September 10</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/us-sales-tax-liability-insights">US Sales Tax Liability Insights 🇺🇸</a></h3> <div class="block__content post__content"> <p>Are you worried about economic nexus? We’re making it easier to understand your sales tax liability in the United States. </p> </div> <div> <span class="status-tag new">New</span> <span class="text-minor">Admin</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="shop"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">September 9</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/the-shop-channel-has-expanded-to-13-new-countries">The Shop channel has expanded to 13 new countries </a></h3> <div class="block__content post__content"> <p>The Shop channel is now available in the [following regions](https://help.shopify.com/en/manual/payments/shopify-payments/shopify-payments-requirements#supported-countries-and-regions) 🎉</p> </div> <div> <span class="status-tag improvement">Improvement</span> <span class="text-minor">Shop</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="online-store"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">August 31</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/new-shopify-theme-available-dawn">New Shopify theme available: Dawn </a></h3> <div class="block__content post__content"> <p>Dawn is Shopify’s latest free theme. It includes an adaptable layout, site-wide cross-selling sections, and media-optimized product pages to boost sales. Easier to customize than ever, sections and blocks let you add, rearrange, and edit every page without any coding.</p> <p>Notable Dawn features include custom liquid sections, facet filtering on collection pages, adaptable layouts across pages, predictive search, and upselling/cross selling sections. Dawn also has features to help you set up and get started more easily including a simplified color system and square image settings on product grids. </p> <p><a href="https://web.archive.org/web/20210926122006/https://themes.shopify.com/themes/dawn/styles/default?surface_detail=dawn&amp;surface_inter_position=1&amp;surface_intra_position=1&amp;surface_type=search">Preview Dawn</a> today, and learn more about how to express your brand with our <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/online-store/themes/os20/themes-by-shopify/dawn/sections">updated documentation.</a></p> </div> <div> <span class="text-minor">Online Store</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="pos"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">August 31</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/shopify-payments-for-pos-now-available-in-germany-and-new-zealand">Shopify Payments for POS now available in Germany and New Zealand</a></h3> <div class="block__content post__content"> <p>Shopify Payments is now available for retail merchants in Germany and New Zealand, along with the fully integrated WisePad 3 card reader.</p> <p>You will now be able to accept all major payment methods however and wherever you want to, seamlessly integrated with Shopify POS.</p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/payments/shopify-payments">Shopify Payments</a> and the <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/sell-in-person/hardware/card-readers/wisepad">WisePad 3</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">POS</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="mobile"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">August 30</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/manage-your-inventory-from-anywhere-with-the-shopify-mobile-app">Manage your inventory from anywhere with the Shopify mobile app</a></h3> <div class="block__content post__content"> <p>We’ve redesigned inventory management on the Shopify Mobile app so you can easily view, manage and track your inventory from anywhere. The improved inventory features include:</p> <ul> <li>One centralized view of your inventory to help you manage your inventory from anywhere. </li> <li>Search, sort and inventory filtering so you can find what you’re looking for faster.</li> <li>Inventory workflows designed for mobile so you can get more done on the go.</li> </ul> <p>Try the <a href="https://web.archive.org/web/20210926122006/https://www.shopify.com/install">Shopify Mobile app</a> and learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/products/inventory">managing inventory</a> in the Shopify Help Centre.</p> </div> <div> <span class="text-minor">Mobile</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="admin"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">August 30</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/optimized-carrier-identification-based-on-merchant-history">Optimized carrier identification based on merchant history</a></h3> <div class="block__content post__content"> <p>When a merchant fulfills an order and enters the tracking number for it, we can now identify the shipping carrier with relatively 30% better accuracy for supported carriers. We also improved the drop down by showing frequently used carriers at the top of the list. This helps save merchants time when fulfilling orders.</p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/orders/status-tracking/add-tracking-numbers">manual fulfillment</a> from the Help Center.</p> </div> <div> <span class="text-minor">Admin</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="apps"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">August 26</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/meet-ccpa-standards-to-improve-trust-with-your-california-buyers">Meet CCPA standards to improve trust with your California buyers</a></h3> <div class="block__content post__content"> <p><a href="https://web.archive.org/web/20210926122006/https://apps.shopify.com/customer-privacy-banner?surface_detail=privacy&amp;surface_inter_position=1&amp;surface_intra_position=4&amp;surface_type=search">The Customer Privacy app</a> is updated for California-based stores and stores that meet the following criteria:</p> <ul> <li>a gross annual revenue of $25 million a year in online sales</li> <li>buy, receive, or sell the personal information of 50,000 or more California residents, households, or devices</li> <li>derive 50% or more of their annual revenue from selling California residents’ personal information</li> </ul> <p>Under the California Consumer Privacy Act (CCPA), California buyers need to be given the choice to opt out of the sale of their personal information. The Customer Privacy app allows you to easily communicate how you track the sale of information, allowing buyers to choose if they want to share information. </p> <p>If you have been using the existing version of the app, then you will need to download Customer Privacy app by November 1, 2021 in order to stay in compliance with the CCPA. </p> </div> <div> <span class="text-minor">Apps</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="shipping"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">August 23</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/epostage-return-labels-through-usps">ePostage return labels through USPS</a></h3> <div class="block__content post__content"> <p>Starting on August 23rd 2021, we'll be providing USPS return labels through our direct integration with USPS. This update is an extension of our ePostage roll-out to all eligible USPS shipments, which launched in February 2021. </p> <p>You can now choose ePostage return labels through Parcel Select Ground. The ePostage return labels have the same eligibility criteria and rates as fulfillment-direction for Parcel Select Ground. </p> <p>Also, the ePostage return labels now look more like the ePostage fulfillment labels.</p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/shipping/shopify-shipping/shipping-carriers/usps">ePostage shipping and return labels with USPS</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">Shipping</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="shipping"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">August 19</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/new-views-for-fulfillment-details-and-shipping-labels">New views for fulfillment details and shipping labels</a></h3> <div class="block__content post__content"> <p>Merchants now have an improved bulk shipping label purchase flow.</p> <p>Until now, the bulk shipping label purchase flow in Shopify has been a copy of the single label purchase flow, but with orders stacked vertically on one page. This layout made it more difficult to keep track of your progress and position on the page.</p> <p>Now, the purchase flow uses an order navigation menu. This navigation makes it easier to find specific orders, for example when merchants need to change a package size, weight, or shipping service. The navigation also helps with seeing progress and identifying orders with errors or warnings. Further, order notes are now displayed in the shipping label flow.</p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/http://help.shopify.com/manual/shipping/shopify-shipping/shipping-labels/bulk-order-fulfillment">Fulfillment Detail Views - Shipping labels</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">Shipping</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="orders"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">August 18</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/set-payment-terms-on-orders-with-deferred-payments">Set payment terms on orders with deferred payments</a></h3> <div class="block__content post__content"> <p>The new payment terms feature allows you to easily manage orders with deferred payments.</p> <p>With payment terms, you can complete the following tasks:</p> <ul> <li>Add a payment due date to a draft order or to a pending order that was created through the online store.</li> <li>Choose between due on receipt, net terms (within 7, 15, 30, 60 or 90 days), or fixed date. </li> <li>Sort by overdue payment status for easier order management. </li> <li>Send an invoice to your buyer with their payment due date. </li> </ul> <p>You can set payment terms by selecting <strong>Payment due later</strong> in the payment section of a draft order. </p> <p><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/orders/create-orders#accept-payment">Learn more about payment terms.</a></p> </div> <div> <span class="text-minor">Orders</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="shopify-fulfillment-network"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">August 17</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/2021-bfcm-merchant-peak-plan">2021 BFCM Merchant Peak Plan </a></h3> <div class="block__content post__content"> <p>Shopify Fulfillment Network (SFN) is introducing a Merchant Peak Plan (MPP) to support merchant's shipping needs during Black Friday Cyber Monday (BFCM). </p> <p>The MPP will help merchants prepare for peak demands during the BFCM season and ensure SFN can successfully meet merchant's shipping needs. </p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://sites.google.com/shopify.com/sfnpeakplans">Merchant Peak Plan</a>.</p> </div> <div> <span class="text-minor">Shopify Fulfillment Network</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="orders"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">August 11</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/put-fulfillments-on-hold">Put fulfillments on hold</a></h3> <div class="block__content post__content"> <p>Not everything is ready to ship right after checkout. When you need to organize your fulfillments according to what needs to be shipped separately, you can reflect that in Shopify by placing them on hold.</p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/orders/fulfillment/fulfilling-orders/fulfill-your-own#manual-fulfillment-holds">fullfillment holds</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">Orders</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="handshake"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">August 9</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/handshake-editing-product-information-within-handshake">Handshake | Editing product information within Handshake</a></h3> <div class="block__content post__content"> <p>Suppliers now have different product information on the Handshake Marketplace compared to the main online store. Within Handshake, suppliers can create product descriptions available exclusively on Handshake, select which product variants they want to showcase on Handshake and manage product images.</p> <p>Learn more about pricing and managing your products on Handshake in the <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/online-sales-channels/wholesale/handshake/pricing-and-managing-your-products">Pricing and managing products on Handshake</a>.</p> </div> <div> <span class="text-minor">Handshake</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="handshake"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">August 3</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/handshake-marketplace-add-products-and-suppliers-to-the-favorites-list">Handshake Marketplace – Add products and suppliers to the “Favorites” list</a></h3> <div class="block__content post__content"> <p>Retailers can now add products and suppliers to a designated list called <strong>Favorites</strong>. To add a product or a supplier to the <strong>Favorites</strong> list, retailers need to click a heart icon next to them. </p> <p>All added products and suppliers appear on the** Favorites** page and can be accessed from the navigation bar.</p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/products/handshake/finding-products">adding and viewing favorite products and suppliers</a>.</p> </div> <div> <span class="text-minor">Handshake</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="admin"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">July 15</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/shopify-ping-and-shopify-chat-have-relaunched-as-shopify-inbox">Shopify Ping and Shopify Chat have relaunched as Shopify Inbox</a></h3> <div class="block__content post__content"> <p>Shopify Ping and Shopify Chat have relaunched as <strong>Shopify Inbox</strong>. Now you can set up messaging for your online store, manage your FAQs, automated messages, chat appearance, and more <strong>right from your admin</strong>. </p> <p>You’ll still use the Shopify Inbox mobile and web apps (formerly Ping) to view and respond to your customer messages from anywhere, anytime.</p> <p>With this update, it’s even easier to manage customer conversations and sell more over chat.</p> <ul> <li>New conversation metrics help you understand how many chats convert to sales so you can plan for growth</li> <li>Never miss an opportunity to connect with a customer - now you can always continue the conversation over email or SMS even after they’ve left the live chat</li> <li>Connect with more customers on more channels like Instagram (coming soon) </li> </ul> <p>Learn more about Shopify Inbox in the <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/inbox">Shopify Help Center</a>.</p> </div> <div> <span class="text-minor">Admin</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="admin"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">July 9</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/display-flexible-store-content-with-metafields">Display flexible store content with Metafields</a></h3> <div class="block__content post__content"> <p>Metafields are extra pieces of data that you can attach to products, customers, orders, and other objects in the Shopify ecosystem. Metafields are made for storing information that doesn’t otherwise have a home in your Shopify admin—think fabric care instructions, delivery time frames, and backorder dates. You can display metafield data anywhere in your store, such as your product pages and even the checkout.</p> <p>You can use metafields for internal tracking and to display specialized information on your online store in a variety of ways. </p> <p><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/metafields">Learn more in the Shopify Help Center</a>. </p> </div> <div> <span class="text-minor">Admin</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="online-store"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">July 9</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/enhancements-to-the-theme-editor">Enhancements to the theme editor </a></h3> <div class="block__content post__content"> <p>We’ve made enhancements to the theme editor to make it more intuitive to use.</p> <p>Instead of needing to drill down into different sections, the editor sidebar now displays a tree view of all the content on a page. From the sidebar, merchants can hide most blocks, with the exception of the header and the footer. These changes allow you to easily update the hierarchy of a page. </p> <p><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/online-store/themes/theme-editor-updates">Learn more in the Shopify Help Center</a>. </p> </div> <div> <span class="text-minor">Online Store</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="apps"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">July 8</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/improvements-to-shopify-s-geolocation-app">Improvements to Shopify&#39;s Geolocation app</a></h3> <div class="block__content post__content"> <p>Starting today, Shopify's <a href="https://web.archive.org/web/20210926122006/https://apps.shopify.com/geolocation">Geolocation app</a> will have the ability to only offer country and language recommendations as a center popup.</p> <p>The Geolocation app helps ensures international customers can view a store in their local currency and language. After thorough research, the center popup increases the rate at which customers check out in the correct currency and language, and also increases a store's conversion rate with international customers.</p> <p>If you are a Geolocation app user and aren't currently using the center pop up for recommendations, then there is no action required and this change will be made to your store today. You can find out more about Geolocation in the <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/cross-border/geolocation">Shopify Help Center</a>.</p> </div> <div> <span class="text-minor">Apps</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="handshake"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">June 29</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/discounts-for-retailers-on-handshake-marketplace">Discounts for retailers on Handshake Marketplace</a></h3> <div class="block__content post__content"> <p>Suppliers can now offer discounts for retailers on Handshake. Discounts feature allows you to set up the following:</p> <ul> <li>Suppliers can create an unlimited amount of discounts.</li> <li>Suppliers can create automatic discounts without requiring a discount code.</li> <li>Discounts can be by percentage or fixed amounts.</li> <li>Discounts can have up to three tiers based on the order value.</li> <li>Discounts can be timeless or be effective during a scheduled time.</li> <li>Discounts apply only on products, they do not apply to shipping costs.</li> </ul> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/online-sales-channels/wholesale/handshake/handshake-discounts">managing discounts on Handshate</a> in the Shopify Help Center.</p> </div> <div> <span class="text-minor">Handshake</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="shop"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">June 24</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/shop-merchant-eligibility">Shop Merchant Eligibility</a></h3> <div class="block__content post__content"> <p>On June 23rd, 2021, Shop rolled out new Merchant Guidelines which merchants must meet in order to operate on Shop. These guidelines are in place to ensure a consistent experience for everyone on the Shop app. To check your eligibility status, you can visit the <strong>Settings</strong> page in the <a href="https://web.archive.org/web/20210926122006/https://apps.shopify.com/shop">Shop channel</a>. For more information on Shop Merchant Guidelines, visit the <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/online-sales-channels/shop/eligibility">Shopify Help Center</a>.</p> <p>Eligible merchants can also manage their brand presence and visibility on the Shop app with new <strong>Shopping</strong> and <strong>Discovery</strong> settings in the <strong>Shop</strong> channel. Learn more in the <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/online-sales-channels/shop/add-edit-remove#shopping-and-discovery-settings">Shopify Help Center</a>. </p> </div> <div> <span class="text-minor">Shop</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="analytics"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">June 24</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/live-view-now-includes-a-two-dimensional-map-view">Live View now includes a two-dimensional map view</a></h3> <div class="block__content post__content"> <p>You can now visualize your store performance on a two-dimensional Live View map! 🗺️</p> <p>The 2D Live View map displays all your online store traffic data in a single view, allowing you to easily identify the location of your store activity and sales. The map and globe rendering was also improved for faster loading. </p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/reports-and-analytics/shopify-reports/live-view">Live View</a>.</p> </div> <div> <span class="text-minor">Analytics</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="checkout"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">June 24</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/subscription-apps-now-support-authorize-net">Subscription apps now support Authorize.net</a></h3> <div class="block__content post__content"> <p>The collection of subscription apps in the Shopify App Store now support Authorize.net.</p> <p>This update allows merchants who use Authorize.net as their payment gateway the option to use subscription apps that are integrated with Shopify Checkout.</p> <p>To use a subscription app with Authorize.net, <a href="https://web.archive.org/web/20210926122006/https://changelog.shopify.com/apps.shopify.com/collections/checkout-subscription">choose a subscription app</a>, and then make sure that <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/payments/third-party-providers/set-up-authorize-net">Authorize.net is set up on your store</a>.</p> <p>Learn more about subscriptions in the <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/products/subscriptions">Shopify Help Center</a>.</p> </div> <div> <span class="text-minor">Checkout</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="orders"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">June 21</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/acquirer-reference-number-for-refunds-issued-for-shopify-payments-visa-mastercard-transactions">Acquirer reference number for refunds issued for Shopify Payments Visa/Mastercard transactions</a></h3> <div class="block__content post__content"> <p>You can now see the acquirer reference number (ARN) in your order timeline for refunds that were issued for Shopify Payments Visa/Mastercard transactions. You can use this information to facilitate conversations with customers who haven't received their refund.</p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/orders/refund-cancel-order#review-an-orders-transaction-history">Refund transaction history</a></p> </div> <div> <span class="text-minor">Orders</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="admin"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">June 21</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/customize-your-robots-txt-file">Customize your robots.txt file</a></h3> <div class="block__content post__content"> <p>On Monday, June 21st 2021, we will release robots.txt.liquid to give you control over how crawlers discover content in your online store. This helps ensure important pages in your store are indexed and buyers can find them in search results.</p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/promoting-marketing/seo/editing-robots-txt">how to customize your robots.txt file</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">Admin</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="oberlo"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">June 21</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/replace-unavailable-order-items-for-unfulfilled-orders">Replace unavailable order items for unfulfilled orders</a></h3> <div class="block__content post__content"> <p>To replace out-of-stock products in your unfulfilled orders, we've added the new <strong>Replace order item</strong> feature that’s available on all Oberlo plans . You can now replace a temporarily unavailable or out-of-stock products in unfulfilled orders directly from the <strong>Orders</strong> page in Oberlo. </p> <p>You can learn more about the <a href="https://web.archive.org/web/20210926122006/https://help.oberlo.com/en/articles/1033933-edit-your-orders#h_92e85f9fec">replate order item feature</a> on Oberlo Help Center. </p> </div> <div> <span class="text-minor">Oberlo</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="payments"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">June 16</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/shopify-payments-supports-discover-and-diners-club-cards-in-the-united-kingdom">Shopify Payments supports Discover and Diners Club cards in the United Kingdom</a></h3> <div class="block__content post__content"> <p>You can now use Discover and Diners Club cards for Shopify Payments.</p> </div> <div> <span class="text-minor">Payments</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="admin"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">June 15</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/add-filters-to-your-draft-order-product-picker">Add filters to your draft order product picker</a></h3> <div class="block__content post__content"> <p>As part of recent improvements to the Draft Order details page, the Product Picker now allows product variant search results to be filtered by barcode, SKU, variant ID or variant title. This feature brings back functionality of the previous product picker, with the added benefits in speed performance.</p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/orders/create-orders">creating draft orders</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">Admin</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="shop"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">June 11</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/shop-pay-installments-in-shop-app-accounts">Shop Pay Installments in Shop App Accounts</a></h3> <div class="block__content post__content"> <p>On June 10, we will release Shop Pay Installments on the Shop App accounts tab. Shop Pay Installments enables customers to see and manage their active installments directly from their account settings in the Shop App.</p> </div> <div> <span class="text-minor">Shop</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="apps"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">June 10</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/easier-to-get-app-refund-support-from-developers">Easier to get app refund support from developers</a></h3> <div class="block__content post__content"> <p>To help you receive billing support for apps more quickly, app developers can now issue <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/your-account/manage-billing/your-invoice/apps#request-an-app-refund-or-credit">app refunds</a> to Merchants directly without including Shopify Support in the process. You can expect faster turnaround for app refund requests.</p> <p>Visit the <a href="https://web.archive.org/web/20210926122006/https://apps.shopify.com/">Shopify App Store</a> to find new tools and plugins to grow your business. </p> </div> <div> <span class="text-minor">Apps</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="oberlo"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">June 10</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/connecting-disconnected-shopify-products-to-oberlo">Connecting disconnected Shopify products to Oberlo</a></h3> <div class="block__content post__content"> <p>You can now connect disconnected Shopify products or map variants to Oberlo. Moreover, all unfulfilled Shopify orders containing these products will be synced to Oberlo. </p> <p>Learn more about this in the Oberlo Help Center:<br> <a href="https://web.archive.org/web/20210926122006/https://help.oberlo.com/en/articles/952239-reconnect-your-shopify-products-and-remap-variants-to-oberlo">Reconnect your Shopify products and remap variants to Oberlo</a><br> <a href="https://web.archive.org/web/20210926122006/https://help.oberlo.com/en/articles/5245718-connect-your-shopify-product-to-oberlo">Connect your Shopify product to Oberlo</a><br> <a href="https://web.archive.org/web/20210926122006/https://help.oberlo.com/en/articles/947581-fix-your-orders-that-don-t-show-up-in-oberlo">Fix your orders that don’t show up in Oberlo</a></p> </div> <div> <span class="text-minor">Oberlo</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="mobile"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">June 7</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/track-and-receive-stock-transfers-with-the-shopify-mobile-app">Track and receive stock transfers with the Shopify mobile app</a></h3> <div class="block__content post__content"> <p>Starting today, you can use to Shopify mobile app to track and receive stock transfers between your suppliers and locations.</p> <p>Using the Shopify mobile app to access transfer information lets you have the portability and control to easily view incoming products from your suppliers, and to move inventory between your locations and that places where you sell. </p> <p>Once your inventory arrives, you can use the inventory scanner on the mobile app to count and receive your incoming products, so you’ll always have accurate inventory across your locations.</p> <p><strong>Steps:</strong><br> 1. On the Shopify mobile app select the <strong>Products</strong> tab.<br> 2. Select <strong>Transfers</strong>.<br> 3. When you’re ready to receive a transfer, select the transfer from the list.</p> <p>Once you select <strong>Transfers</strong>:<br> * The transfers you’ve created or are expecting between locations are displayed.<br> * All of the products associated with a transfer are displayed.<br> * You'll receive items in bulk, or individually, to ensure inventory accuracy across your locations.</p> <p><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/products/inventory/transfer-locations">Learn more about stock transfers on the mobile app</a>.</p> </div> <div> <span class="text-minor">Mobile</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="payments"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">June 2</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/rounding-rules-for-shipping-rates">Rounding Rules for Shipping Rates</a></h3> <div class="block__content post__content"> <p>Rounding rules now apply to shipping costs when prices are converted to another currency. This provides a more consistent experience for your customers.</p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/payments/shopify-payments/multi-currency/conversions#rounding-rules">rounding rules for shipping rates</a> in the Shopify Help Center.</p> </div> <div> <span class="text-minor">Payments</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="apps"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">June 1</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/manage-theme-kit-passwords-using-the-theme-kit-access-app">Manage Theme Kit passwords using the Theme Kit Access app</a></h3> <div class="block__content post__content"> <p>The new Theme Kit Access app makes it easier for merchants to give developer partners access to their theme. Instead of relying on a private app API password to authenticate, the Theme Kit Access app lets merchants: </p> <ul> <li>create as many Theme Kit passwords as they want </li> <li>share passwords that provide theme-only access without the need to create a staff account </li> <li>view and manage all Theme Kit passwords in one place </li> <li>revoke anyone’s theme access with one click </li> <li>share Theme Kit passwords over email using a secure link that expires in 7 days </li> </ul> <p>Merchants can install the app through the <a href="https://web.archive.org/web/20210926122006/https://apps.shopify.com/theme-kit-access">Shopify App Store</a>. </p> <p>Learn more about the Theme Kit Access app <a href="https://web.archive.org/web/20210926122006/https://shopify.dev/tools/theme-kit/manage-theme-kit-access">here</a></p> </div> <div> <span class="text-minor">Apps</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="shopify-fulfillment-network"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">June 1</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/hiding-variants-on-the-sfn-inventory-list">Hiding variants on the SFN inventory list</a></h3> <div class="block__content post__content"> <p>You can now hide variants on your Shopify Fulfillment Network (SFN) inventory list. This enables you to declutter your inventory list by hiding variants that you no longer want to fulfill.</p> <p>You can make hidden variants visible again.</p> <p>Learn more about hiding variants on you SFN inventory list [here].(https://help.shopify.com/en/manual/shipping/shopify-fulfillment-network/inventory-management)</p> </div> <div> <span class="text-minor">Shopify Fulfillment Network</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="apps"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">May 31</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/easier-to-browse-categories-on-the-shopify-app-store">Easier to browse categories on the Shopify App Store</a></h3> <div class="block__content post__content"> <p>To help you find the right apps for your business more quickly and easily, we’ve updated and simplified our categories on the Shopify App Store. No more searching through a long list of app types to find what you need!</p> <p>Check it out for yourself, by visiting the <a href="https://web.archive.org/web/20210926122006/https://apps.shopify.com/">Shopify App Store</a>.</p> </div> <div> <span class="text-minor">Apps</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="pos"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">May 26</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/shopify-payments-for-pos-in-australia">Shopify Payments for POS in Australia</a></h3> <div class="block__content post__content"> <p>Shopify Payments is now available for retail merchants in Australia, along with the fully integrated WisePad 3 card reader. </p> <p>You will now be able to accept all major payment methods however and wherever you want to, seamlessly integrated with Shopify POS.</p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/payments/shopify-payments">Shopify Payments</a> and the <a href="https://web.archive.org/web/20210926122006/https://hardware.shopify.com.au/products/wisepad-3-reader">WisePad 3</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">POS</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="analytics"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">May 25</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/improve-your-order-fulfillment-process-with-new-metrics-and-reports">Improve your order fulfillment process with new metrics and reports</a></h3> <div class="block__content post__content"> <p>Starting today, your orders index page will display important metrics, such as contextual analytics.</p> <p>Contextual analytics lets you efficiently check the health of your operations, from order entry to delivery. It also helps you identify areas of opportunity on the same screen you use to execute tasks.</p> <p>These new metrics help you to spot trends, visualize new pockets of improvement, and confirm if changes are paying off. For more detailed information, every metric leads to a new detailed report.</p> <p>Learn more about <a href="help.shopify.com/en/manual/reports-and-analytics/shopify-reports/report-types/order-reports">order analytics</a>.</p> </div> <div> <span class="text-minor">Analytics</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="orders"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">May 21</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/improved-draft-order-details-experience">Improved draft order details experience</a></h3> <div class="block__content post__content"> <p>We’ve just released an improved draft order details page to our merchants. These changes help merchants enjoy a better order creation experience, and also presents a few visual changes that are easy on the eyes. Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/orders/create-orders">creating draft orders</a> from the Shopify Help Center.</p> <p>The draft order details page now has the following changes:</p> <ul> <li> <strong>An improved summary section</strong> in the order creation flow. Merchants can now view payment options helper-text in the draft order summary area. This helps to easily identify what actions need to be taken to be able to view and use invoice sending and payment options on the order. Disabled invoice send and payment options have been replaced with the help text; no more angry clicking on greyed out disabled buttons.</li> <li> <strong>Improved shipping rates message banner and shipping options list</strong> when adding shipping to draft orders.</li> <li> <strong>Improved order level discount modal dialog</strong> with explicit fields for discount type and value making it easier for merchants to identify what text needs to be added to the text input field.</li> <li> <strong>Improved item discount modal dialog</strong> with explicit fields for discount type and value making it easier for merchants to identify what text needs to be added to the text input field.</li> <li> <strong>Improved customer contact details display</strong> with the added bonus of giving merchants the ability to easily copy a customer’s email address and shipping address to the clipboard via the new copy icons that have been added. </li> <li> <strong>Improved shipping and billing address editing</strong> layout with better visual separation of fields and a country flag icon added beside the phone number field. Improved reserve items modal dialog with explicit date and time fields, and appropriate icons for clarity.</li> <li> <strong>Improved line items display</strong> with better item and associated unit price alignment, and better line totals display.</li> <li> <strong>Improved product browsing and adding experiences</strong> with a better display of helper text when items and variants have already been added to the order, a better display of the number of available items remaining, and the price of already added items remaining visible in the modal dialog.</li> <li> <strong>An information dense and easy to read draft order details print preview</strong> that does not include page elements like buttons, banners, icons, etc. Now merchants can use less paper when printing draft order details.</li> </ul> </div> <div> <span class="text-minor">Orders</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="checkout"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">May 19</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/subscription-apps-now-support-paypal-express">Subscription apps now support PayPal Express</a></h3> <div class="block__content post__content"> <p>The collection of subscription apps in the Shopify App Store now support PayPal Express. </p> <p>This update allows merchants who can't use Shopify Payments the option to use subscription apps integrated with Shopify Checkout for the first time. </p> <p>To use a subscription app with PayPal Express, <a href="https://web.archive.org/web/20210926122006/https://apps.shopify.com/collections/checkout-subscription">choose a subscription app</a>, and then make sure <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/payments/paypal/set-up-paypal#using-paypal-for-automatic-billing">PayPal is set up on your store</a>. </p> <p>Learn more about subscriptions in the <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/products/subscriptions">Shopify Help Center</a>.</p> </div> <div> <span class="text-minor">Checkout</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="shipping"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">May 17</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/add-backup-shipping-rates-to-avoid-abandoned-checkouts">Add backup shipping rates to avoid abandoned checkouts</a></h3> <div class="block__content post__content"> <p>Occasionally, third party shipping apps might experience downtime, during which time they won't respond within 10 seconds. This can lead to a loss of sales because your customer checkouts might fail, and customer's might not complete their order as a result. In these cases, backup shipping rates are displayed to customers so that they can complete their purchase.</p> <p>You can add backup shipping rates from your <a href="https://web.archive.org/web/20210926122006/https://shopify.com/admin/settings/shipping">Shipping and Delivery settings</a>. </p> <p>Learn more about backup shipping rates in the <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/shipping/setting-up-and-managing-your-shipping/backup-shipping-rates">Shopify Help Center</a>. </p> </div> <div> <span class="text-minor">Shipping</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="online-store"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">May 13</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/automatically-redirect-customers-between-international-domains">Automatically redirect customers between international domains</a></h3> <div class="block__content post__content"> <p>Merchants can now redirect customers between international domains based on their location. For example, if you use a <code>.com</code> domain to target the United States and a <code>.ca</code> domain to target Canada, then a Canadian visitor who lands on <code>johns-apparel.com</code> is automatically redirected to <code>johns-apparel.ca</code>. This helps your customers from different countries or regions get correctly localized when they land on a wrong domain.</p> <p>You can enable automatic redirection for international domains in Online Store Preferences.</p> <p><img src="https://web.archive.org/web/20210926122006im_/https://screenshot.click/13-40-5az1i-2idl0.png" alt=""></p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/online-store/domains/managing-domains/international-domains#switch-between-international-domains">international domains</a>.</p> </div> <div> <span class="text-minor">Online Store</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="admin"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">May 13</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/improve-inventory-tracking-with-locations">Improve inventory tracking with locations</a></h3> <div class="block__content post__content"> <p>On May 12th, locations was automatically enabled on all stores that weren't already using the feature.</p> <p>Locations makes it easier to track and manage your inventory across multiple locations. By using locations, you can also use other features such as <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/shipping/setting-up-and-managing-your-shipping/local-methods/local-pickup">local pick up</a> and <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/shipping/setting-up-and-managing-your-shipping/shipping-profiles">shipping profiles</a>. </p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/locations">locations</a>. </p> </div> <div> <span class="text-minor">Admin</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="apps"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">May 10</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/migrate-from-square-pos-with-the-store-importer-app">Migrate from Square POS with the Store Importer app</a></h3> <div class="block__content post__content"> <p>Migrate store data from Square POS to Shopify quickly and reliably with the <a href="https://web.archive.org/web/20210926122006/https://apps.shopify.com/store-importer">Store Importer</a> app, available through the Shopify App Store. Using a CSV export, you can now migrate product, inventory, and customer records from Square to your Shopify store without having to manually edit or transform your data.</p> <p>Save time and get to selling faster! Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/migrating-to-shopify/shopify-import/square-migration">migrating from Square to Shopify</a> in the Shopify Help Center.</p> </div> <div> <span class="text-minor">Apps</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="shipping"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">May 7</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/create-shipping-zones-within-the-united-kingdom">Create shipping zones within the United Kingdom</a></h3> <div class="block__content post__content"> <p>The cost to ship to and within the United Kingdom after Brexit can vary depending on where you are shipping. Before, you could set only one shipping rate for all buyers across the UK. Now, when you set shipping rates for the UK, you can create a different rate for each of the following countries:</p> <ul> <li>Northern Ireland</li> <li>Scotland</li> <li>Wales</li> <li>England</li> <li>British Forces</li> </ul> <p>You can edit shipping rates, or add or remove each constituent country, in your <a href="https://web.archive.org/web/20210926122006/https://shopify.com/admin/settings/shipping">Shipping and delivery settings</a>.</p> <p>Learn more about setting up shipping zones in the <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/shipping/setting-up-and-managing-your-shipping/setting-up-shipping-zones">Shopify Help Center</a>.</p> </div> <div> <span class="text-minor">Shipping</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="shop"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">May 6</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/the-shop-channel-is-now-available-in-australia-and-the-uk">The Shop channel is now available in Australia and the UK</a></h3> <div class="block__content post__content"> <p>Merchants in the UK and Australia can now install the Shop channel 🎉</p> <p>Up until now, the Shop channel has only been available to merchants in North America but from today, merchants in the UK and Australia can use the channel to customize their store on the Shop app, manage product listings and settings, and monitor key Shop app and Shop Pay performance metrics. </p> <p>Merchants can install the app through the <a href="https://web.archive.org/web/20210926122006/https://apps.shopify.com/shop?shpxid=3d50132e-FF09-4441-484C-BCE1C39094B4">Shopify app store</a></p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/online-sales-channels/shop?shpxid=3d50ae29-DB98-4BF0-B1A3-F4CD0F51D99D">the Shop channel</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">Shop</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="oberlo"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">May 4</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/changes-to-the-variant-mapping-feature-availability">Changes to the variant mapping feature availability</a></h3> <div class="block__content post__content"> <p>The variant mapping feature is now available on the Explorer Oberlo plan. If you're on this plan, then you can connect up to two supplier products into one Shopify product.</p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.oberlo.com/en/articles/2908005-mapping-different-product-variants-into-one-product">mapping different product variants into one product</a> in the Oberlo Help Center.</p> </div> <div> <span class="text-minor">Oberlo</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="apps"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">May 3</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/geolocation-app-receives-an-updated-recommendation-modal">Geolocation app receives an updated recommendation modal</a></h3> <div class="block__content post__content"> <p>The Geolocation app recommendation modal has been redesigned. This helps more of your buyers discover the right currency, pricing, and language on your site if you sell to more than one country or region.</p> <p>The new modal significantly increases the amount of cross-border customers checking out in their local currency, and can improve your store's overall conversion rate.</p> <p>You can find out more about the Geolocation app in the <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/cross-border/geolocation">Shopify Help Center</a>.</p> </div> <div> <span class="text-minor">Apps</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="plus"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">April 30</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/wholesale-channel-maintenance-window-on-may-8th">Wholesale channel maintenance window on May 8th</a></h3> <div class="block__content post__content"> <p>The wholesale channel will be temporarily unavailable for approximately 2 hours at 8 pm EST on Saturday, May 8th as we refresh the database.</p> <p>During this maintenance window, the wholesale channel will show up as "in maintenance" in the admin and your customers will not be able to place orders. Once service has been restored, the wholesale channel will work as expected.</p> <p>We appreciate your cooperation through this process and apologize for any inconvenience. </p> </div> <div> <span class="text-minor">Plus</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="shop"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">April 29</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/new-performance-analytics-dashboard-for-shop">New performance analytics dashboard for Shop </a></h3> <div class="block__content post__content"> <p>Shop performance metrics are now available in the Shop channel. Understand the impact of Shop on your business with key metrics on sales, orders, follower count, tracking and impressions from the Shop app and Shop Pay. To access these metrics, you need to have the <a href="https://web.archive.org/web/20210926122006/https://apps.shopify.com/shop?surface_detail=sales-channels&amp;surface_inter_position=1&amp;surface_intra_position=1&amp;surface_type=collection">Shop sales channel</a> installed. </p> <p>To learn more about Shop performance metrics, visit the <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/online-sales-channels/shop#view-performance-metrics">Shopify Help Center</a>.</p> </div> <div> <span class="text-minor">Shop</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="oberlo"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">April 29</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/accessing-an-aliexpress-product-page-from-your-shopify-admin">Accessing an AliExpress product page from your Shopify admin</a></h3> <div class="block__content post__content"> <p>You can now access the original AliExpress product page from your Shopify admin. To do so, visit any product details page from your Shopify admin, and then click <strong>More actions</strong> &gt; <strong>Open original product</strong>. </p> </div> <div> <span class="text-minor">Oberlo</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="admin"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">April 22</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/improved-ui-for-select-a-plan-page">Improved UI for Select A Plan Page</a></h3> <div class="block__content post__content"> <p>A new Select A Plan page has been released on April 21, 2021 that contains richer featural information. This will help you to have a fuller understanding of plan distinctions when you sign up and select the plan that's best suited for you.</p> </div> <div> <span class="text-minor">Admin</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="plus"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">April 20</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/two-step-authentication-resets-for-shopify-plus-organizations">Two-step authentication resets for Shopify Plus organizations</a></h3> <div class="block__content post__content"> <p>Shopify Plus organizations that have <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/shopify-plus/security/verified-domains">verified ownership of their domain</a> can now reset two-step authentication for users that have an email address that is associated with the verified domain. This process lets you restore access for locked out users quickly and securely, and without the assistance of Shopify Support.</p> <p>Learn more about resetting two-step authentication in the <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/shopify-plus/security/resetting-two-factor-authentication">Shopify Help Center</a>.</p> </div> <div> <span class="text-minor">Plus</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="payments"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">April 20</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/accept-payments-in-multiple-currencies-with-paypal">Accept payments in multiple currencies with PayPal</a></h3> <div class="block__content post__content"> <p>PayPal Express Checkout now accepts payments in multiple currencies. When a customer pays for an order using PayPal, they will be able to complete checkout in their local currency, just like when they pay using a credit card. Any refunds issued through PayPal are also handled in the customer’s local currency.</p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/payments/paypal/multicurrency">accepting multiple currencies with PayPal</a> in the Shopify Help Center.</p> </div> <div> <span class="text-minor">Payments</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="orders"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">April 14</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/support-for-multiple-currencies-in-draft-orders">Support for multiple currencies in draft orders</a></h3> <div class="block__content post__content"> <p>If you use Shopify Payments with multiple currencies enabled, you can now create draft order invoices in your customer's local currency.</p> <p>This feature helps your customers see the total cost of their purchases in their local currency, including currency conversion fees. </p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/orders/draft-orders-multicurrency">multi currency support for draft orders</a> in the Shopify Help Center.</p> </div> <div> <span class="text-minor">Orders</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="themes-debut"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">April 9</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/shop-pay-installments-banner-available-on-debut-product-pages">Shop Pay Installments banner available on Debut product pages</a></h3> <div class="block__content post__content"> <p>Debut version 17.12.0 includes native support for the Shop Pay Installments banner on product pages. Qualifying merchants who have Shop Pay Installments enabled will see a new banner displayed next to the product price on product pages, with a mention of the Shop Pay Installments payment option.</p> <p>For the banner to display on a product page, the merchant must sell in the US and the product price must be between $50 and $1000. The merchant must also have Shop Pay enabled as a payment method.</p> <p>Learn more about Shop Pay Installments in the <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/payments/shop-pay-installments">Shopify Help Center</a>.</p> </div> <div> <span class="text-minor">Themes - Debut</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="pos"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">April 6</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/wisepad-3-card-reader-now-available-in-the-uk-and-ireland">WisePad 3 card reader now available in the UK and Ireland</a></h3> <div class="block__content post__content"> <p>The WisePad 3 card reader is now available to all retail merchants in the UK &amp; Ireland. The WisePad 3 is integrated with Shopify POS and accepts Visa, Mastercard, American Express, Apple Pay, and Google Pay.</p> <p>With the WisePad 3 you get the power of all-new Shopify POS, integrated payments, and great hardware.</p> <p><img src="https://web.archive.org/web/20210926122006im_/https://screenshot.click/06-27-jqbgj-5aabo.png" alt=""></p> <p>Learn more about the <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/sell-in-person/hardware/card-readers/wisepad">WisePad 3</a> in the Shopify Help Center.</p> </div> <div> <span class="text-minor">POS</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="admin"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">March 31</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/billing-emails-for-staff">Billing emails for staff</a></h3> <div class="block__content post__content"> <p>You can now give staff the ability to receive billing emails with the new <strong>View billing and receive billing emails</strong> permission. Billing emails are sent when invoices are paid or require action. </p> <p>Learn more about the <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/your-account/staff-accounts/staff-permissions#administration-permissions">View billing and receive billing emails permission</a> in the Shopify Help Center.</p> </div> <div> <span class="text-minor">Admin</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="admin"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">March 30</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/improved-ui-and-files-creation-process-for-the-files-section">Improved UI and files creation process for the files section</a></h3> <div class="block__content post__content"> <p>The new <strong>Files</strong> section UI has the following improvements:</p> <ul> <li>The old <strong>File</strong> column has been replaced by a new <strong>File name</strong> column that includes the file's name and extension. </li> <li>The old <strong>URL</strong> column has been replaced by a new <strong>Link</strong> column making it easier to copy URLs.</li> <li> A new <strong>Date added</strong> column indicating when the file was created has been added.</li> <li>New default thumbnails have been added and capture more file types than before.</li> </ul> <p>The improved creation process includes:</p> <ul> <li>An <strong>Upload Banner</strong> that indicates that files are being uploaded with a progress bar.</li> <li>A <strong>Processing Banner</strong> that indicates that files are being processed. You don't have to stay on the page for the processing to finish. It happens in the background.</li> <li>An <strong>Error Banner</strong> to indicate any errors that occurred during the uploading and processing stages.</li> </ul> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/shopify-admin/productivity-tools/file-uploads">uploading files</a>.</p> </div> <div> <span class="text-minor">Admin</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="pos"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">March 23</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/simplified-cash-reconciliation-for-retail-stores">Simplified cash reconciliation for retail stores</a></h3> <div class="block__content post__content"> <p>The retail cash tracking report, available from the Point of Sale channel in your Shopify admin, simplifies cash reconciliation for retail stores by giving your admin staff a centralized view of cash session activity across all of the registers at your POS Pro locations.</p> <p>The report has three sections that make it easy to remotely audit, identify, and reconcile cash discrepancies at any POS Pro location:<br> * Discrepancy summary: Provides an overview of the expected cash amounts and what was actually counted for all the cash sessions that occured at a given location within a selected time range<br> * Cash payments summary: Displays the gross payments amount and refunds total for all cash sessions that occured at a given location within a selected time range<br> * Session list: Displays all the cash sessions that occured at a given location within a selected time range. This list can be filtered by register ID or register status (open or closed)</p> <p>Session data from the report can also be exported into a CSV.</p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/sell-in-person/shopify-pos/cash-register-management/cash-tracking">the retail cash tracking report</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">POS</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="products"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">March 22</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/create-an-automated-collection-based-on-the-compare-at-price-field">Create an automated collection based on the compare at price field</a></h3> <div class="block__content post__content"> <p>Filter your automated collections more easily by adding a condition to check whether or not a product has a <strong>compare at</strong> price. </p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/products/collections/automated-collections/auto-select">conditions for automated collections</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">Products</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="admin"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">March 12</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/new-permissions-available-for-staff-accounts">New permissions available for staff accounts</a></h3> <div class="block__content post__content"> <p>You can give staff permission to view billing details and add or remove other staff. Now you can delegate more, and give staff the information and access they need. </p> <p>Staff that previously had full permissions are marked as limited unless you give them these new permissions.</p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/your-account/staff-accounts">permissions</a> in the Shopify Help Center.</p> </div> <div> <span class="text-minor">Admin</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="apps"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">March 12</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/new-editing-features-for-shopify-email">New editing features for Shopify Email</a></h3> <div class="block__content post__content"> <p>We've revamped the Shopify Email editor with new features to make it easier to level up your email creativity—This includes product grids, button styling and a divider section. </p> <p>Product Grids are a simple way for merchants to add multiple products in columns and rows to their email campaigns. You can customize the style of buttons and add a divider anywhere in the email.</p> <p>Learn more about the new editing features from the <a href="https://web.archive.org/web/20210926122006/https://utm.guru/uc7t5">Shopify Help Center</a>.</p> </div> <div> <span class="text-minor">Apps</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="orders"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">March 9</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/cancel-a-return-is-now-available">Cancel a return is now available </a></h3> <div class="block__content post__content"> <p>Managing returns is an essential part of the customer experience. But just like any other order action, mistakes can happen or a buyer can change their mind about returning your product. That's why we’ve added the ability to cancel a return in Shopify. You can cancel a return after a return request has been initiated, giving you the flexibility to accommodate changes or restart the return if a mistake has been made.</p> <p>To learn more about returns, visit the <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/orders/refund-cancel-order">Shopify Help Center</a>.</p> </div> <div> <span class="text-minor">Orders</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="apps"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">March 8</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/the-geolocation-app-now-supports-regions">The Geolocation app now supports regions</a></h3> <div class="block__content post__content"> <p>Buyers expect to select their region when buying internationally, not their currency. That's why the <a href="https://web.archive.org/web/20210926122006/https://apps.shopify.com/geolocation">Geolocation app</a> has been improved to offer your buyers intelligent country &amp; region recommendations and selectors:</p> <p><img src="https://web.archive.org/web/20210926122006im_/https://screenshot.click/08-38-fn85p-ny5kr.gif" alt=""></p> <p>This is especially useful for stores that sell to to multiple regions that use the same currency (for example, within the Eurozone). If you set different prices for specific regions using <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/payments/shopify-payments/multi-currency/international-pricing">international pricing</a>, then the Geolocation app can now accurately guide your buyers to the right price for their region.</p> <p>Learn more about the <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/cross-border/geolocation">Geolocation app</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">Apps</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="payments"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">March 8</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/control-pricing-by-region-with-international-pricing">Control pricing by region with international pricing</a></h3> <div class="block__content post__content"> <p>If you use Shopify Payments, then you can now control your prices by region using international pricing:<br> - On the Shopify plan or higher, you can use percentage price adjustments to increase or decrease prices across your entire store in certain countries or regions.<br> - On the Advanced and Shopify Plus plans, you can upload specific prices per product, per country using a csv file.</p> <p>You can continue to use automatic or manual FX rates for different currencies and customize your business's rounding rules to control how the final prices appear in your online store.</p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/payments/shopify-payments/multi-currency/international-pricing">international pricing</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">Payments</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="pos"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">March 8</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/enable-passwordless-login-at-pos-pro-locations">Enable passwordless login at POS Pro locations</a></h3> <div class="block__content post__content"> <p>Store owners, or admin staff who have the permissions to initialize POS, can now generate and send QR codes that store staff can use to log in to POS devices quickly and securely at POS Pro locations. No sharing of passwords is necessary.</p> <p>Through the Point of Sale channel of the Shopify admin, authorized admin staff can generate QR codes that correspond to Pro locations. Codes can be emailed to store staff who can use them to initialize or log in to POS devices at a particular location. If initalizing multiple devices, a new code must be generated for each device, and each code is valid for 8 hours. </p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/http://help.shopify.com/en/manual/sell-in-person/shopify-pos/staff-management/qr-code">setting up QR code logins for Pro locations</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">POS</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="online-store"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">March 4</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/google-recaptcha-for-customer-login">Google recaptcha for customer login</a></h3> <div class="block__content post__content"> <p>Minimize abusive bot traffic on your online store by enabling Google recaptcha for customer login, account, and password pages. </p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/online-store/os/preferences#enable-or-disable-recaptcha-v3-for-contact-forms">enabling or disabling recaptcha</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">Online Store</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="themes-express"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">March 1</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/express-v1-11-0">Express V1.11.0</a></h3> <div class="block__content post__content"> <p>Version 1.11.0 of Express is now available on the Shopify Theme Store. </p> <p>Version 1.11.0 introduces the following features:</p> <ul> <li> <strong>New Banner section</strong>: Create visual impact in your store and highlight your brand. You can also use the new banner section to advertise a promotion, or feature a product or collection.</li> <li> <strong>New multi-column section</strong>: Add up to four columns of content in a single section on your home page.</li> <li> <strong><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/shipping/setting-up-and-managing-your-shipping/local-methods/local-pickup#show-pickup-availability-to-your-customers">Pickup availability</a></strong>: Show customers whether a product in your online store is available for local pickup on your product pages.</li> <li> <strong>New collection display settings</strong>: Display a collection's image and description in your featured collections sections and your collection pages.</li> <li> <strong>New style settings</strong>: Pick between sharp and rounded edge styles for elements such as buttons, badges and cards. </li> <li> <strong>New announcement bar settings</strong>: Add a URL to the announcement bar in your header.</li> </ul> <p>Learn more about these features in the <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/online-store/os/using-themes/themes-by-shopify/express">Express theme manual</a>.</p> <p>Express version 1.11.0 is now available in the Shopify Theme Store. All merchants who are currently using Express and are eligible for an upgrade will be upgraded over the week of March 1.</p> </div> <div> <span class="text-minor">Themes - Express</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="mobile"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">February 26</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/more-bulk-order-actions-added-to-the-shopify-mobile-app">More bulk order actions added to the Shopify mobile app</a></h3> <div class="block__content post__content"> <p>Order management on mobile lets you process orders from the palm of your hand as you pick, pack and prepare orders for delivery. We've added four more bulk order actions to the mobile experience, so that you can fulfill orders more efficiently. </p> <p>You can now use the following bulk order actions:<br> * Print packing slips<br> * Add tags<br> * Remove tags<br> * Take an action with a Shopify app</p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/shopify-admin/productivity-tools/bulk-actions">bulk actions</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">Mobile</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="products"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">February 24</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/embed-vimeo-videos-on-product-pages">Embed Vimeo videos on product pages</a></h3> <div class="block__content post__content"> <p>You can now add Vimeo-hosted videos to your products, giving you more options for displaying media on product pages. Using product media lets your customers see what your products look like and gives them a better idea of how they appear in real life. </p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/products/product-media/add-media">adding product media</a> in the Shopify Help Center.</p> </div> <div> <span class="text-minor">Products</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="plus"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">February 23</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/organization-names-in-shopify-organization-admin-urls">Organization names in Shopify organization admin URLs</a></h3> <div class="block__content post__content"> <p>We’ve updated the Shopify.Plus URL to a more meaningful format, making the URL easier to remember and share. </p> <p>The new URL replaces the segment that contains the organization ID with a string generated from the organization’s name. The previous URL containing organization ID will redirect to the new URL format.</p> <p>Learn more about the <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/shopify-plus">Shopify organization admin</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">Plus</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="oberlo"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">February 22</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/oberlo-becomes-different-currency-friendly">Oberlo becomes different currency friendly</a></h3> <div class="block__content post__content"> <p>You can now use the Oberlo app in the same currency that's set in your Shopify admin. This means that you no longer need to manually convert product costs and prices from USD to your target currency – everything is now converted by Oberlo. </p> <p>To learn more about selling in other than the USD currency, visit the <a href="https://web.archive.org/web/20210926122006/https://help.oberlo.com/en/articles/952395-selling-in-other-currencies">Oberlo Help Center</a>. </p> </div> <div> <span class="text-minor">Oberlo</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="plus"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">February 18</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/shopify-flow-adds-support-for-liquid-filters-url_encode-and-json-in-http-actions">Shopify Flow adds support for liquid filters url_encode and json in HTTP actions</a></h3> <div class="block__content post__content"> <p>To ensure your HTTP requests are as secure as possible, we’ve added two liquid filters to be used in an HTTP action:</p> <ul> <li>You can now use <code>| url_encode</code> to any liquid variables in the path section of the HTTP action URL configuration field. The web server that receives the request must support decoding urls.</li> <li>Add either <code>| url_encode</code> or <code>| json</code> to each template variable that is used in the body section of the HTTP action body configuration field. The web server that receives the request must support decoding URLs or JSON decoding.</li> </ul> <p>Learn more about using these filters to <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/shopify-plus/flow/create-workflow/messages/http-requests#security">improve your HTTP request security</a> and find examples from the Shopify Help Center.</p> </div> <div> <span class="text-minor">Plus</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="shop"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">February 16</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/browsing-and-buying-on-shop">Browsing and buying on Shop </a></h3> <div class="block__content post__content"> <p>Buyers browsing your products from the Shop app now enjoy an enhanced in-app experience thanks to more fully featured product pages in Shop. Additionally, a new <strong>Buy now</strong> button on products listed in Shop can reduce friction for buyers and potentially drive repeat purchases from your store. The new experience is available for buyers in the US, Canada, UK and Australia on select stores.</p> <p>Learn more about your products in <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/online-sales-channels/shop">Shop</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">Shop</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="plus"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">February 15</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/shopify-scripts-x-subscription-apps">Shopify Scripts x Subscription Apps</a></h3> <div class="block__content post__content"> <p>You can now use <a href="https://web.archive.org/web/20210926122006/https://apps.shopify.com/browse/sales-and-conversion-optimization-subscriptions">Subscription Apps</a> on Shopify Plus stores that utilize Shopify Scripts.</p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/checkout-settings/script-editor">Shopify Scripts</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">Plus</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="admin"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">February 8</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/simplified-tax-registrations-for-australia-new-zealand-switzerland-and-norway">Simplified tax registrations for Australia, New Zealand, Switzerland, and Norway</a></h3> <div class="block__content post__content"> <p>Keeping your tax rates up to date and knowing how much tax to charge on sales can be time consuming, so we've streamlined the experience to make it faster and easier.</p> <p>When you add information in your store's tax settings about your registrations in Australia, New Zealand, Switzerland, or Norway, the tax rates that apply in the areas that you have registered for are automatically set - no more manually updating rates, no more deciding what rates to set based on your sales tax liability!</p> <p>Learn more about setting up <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/taxes/location-based">location-based taxes</a> for your store from the Shopify Help Center.</p> </div> <div> <span class="text-minor">Admin</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="pos"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">February 8</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/offer-automatic-discounts-at-point-of-sale-with-pos-pro">Offer automatic discounts at point of sale with POS Pro</a></h3> <div class="block__content post__content"> <p>Offer customers a consistent shopping experience, and bring speed and accuracy to your in-store checkout with automatic discounts, now available on Shopify POS with a POS Pro subscription.</p> <p>For stores using POS Pro, you can offer automatic percentage, fixed amount, or buy X get Y discounts to retail customers by selecting <strong>Also offer on Point of Sale</strong>. When you select the option to share the automatic discount, it's available to all Pro retail locations.</p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/discounts/automatic-discounts">setting up automatic discounts for POS</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">POS</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="customers"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">January 29</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/create-orders-directly-from-the-customer-page">Create orders directly from the customer page</a></h3> <div class="block__content post__content"> <p>You can now pre-fill a draft order with the customer's address and contact information directly from the customer page. This makes creating orders for repeat customers even simpler. </p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/customers/customer-service#creating-orders-for-customers">creating orders for customers</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">Customers</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="plus"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">January 28</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/new-shopify-flow-trigger-for-subscriptions">New Shopify Flow trigger for subscriptions!</a></h3> <div class="block__content post__content"> <p>We’ve added a new trigger to Shopify Flow for when subscription contracts are created. The new trigger starts when a customer buys a subscription-based product.</p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/shopify-plus/flow/">Shopify Flow</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">Plus</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="pos"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">January 27</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/access-detailed-insights-into-retail-store-performance-with-enhanced-pos-analytics">Access detailed insights into retail store performance with enhanced POS analytics</a></h3> <div class="block__content post__content"> <p>POS analytics, available as a part of POS Pro, now include the following new reports to help you better understand store performance over time:</p> <ul> <li>Product report to see top selling products (by net sales or units sold) over time</li> <li>Product type report to see top selling product types (by net sales or units sold) over time</li> <li>Staff report to see top-performing staff by net sales over time</li> <li>Payments report to see net sales by payment type over time</li> <li>Gift cards report to see net sales by gift card over time</li> </ul> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/sell-in-person/shopify-pos/analytics-on-pos">Shopify POS analytics</a> in the Shopify Help Center.</p> </div> <div> <span class="text-minor">POS</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="plus"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">January 25</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/upgrade-your-customized-checkout">Upgrade your customized checkout</a></h3> <div class="block__content post__content"> <p>Stores with checkout.liquid enabled can now upgrade to a new version of Shopify Checkout, unlocking powerful new checkout features—like subscription apps and local pickup—while keeping their checkout.liquid customizations intact. </p> <p>All checkout upgrades need to be completed by February 26, 2021. Stores that don’t complete the upgrade within the checkout upgrade window (January 25, 2021 to February 26, 2021) will be upgraded automatically, which might cause some customizations to break. </p> <p>Find instructions for the checkout upgrade process in the <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/checkout-settings/checkout-upgrade">Shopify help center</a>.</p> <p>Only stores with checkout.liquid enabled need to perform the upgrade.</p> </div> <div> <span class="text-minor">Plus</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="shipping"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">January 25</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/make-shipping-speeds-available-to-your-customers-at-checkout-1">Make shipping speeds available to your customers at checkout</a></h3> <div class="block__content post__content"> <p>Communicating shipping speeds at checkout to your customers can help improve cart conversion, and provide clarity and transparency so that your customers are more confident making purchases because they know when their packages will arrive. </p> <p>When you add shipping speeds to your shipping rates in Shipping and Delivery Settings, your customers will see a range of days at checkout that will reflect the estimated transit time of their purchase. This will be automatically estimated without you having to do any manual calculations! </p> <p>Learn about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/shipping/setting-up-and-managing-your-shipping/shipping-speeds">adding shipping speeds to your shipping rates</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">Shipping</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="shipping"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">January 22</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/local-delivery-now-supports-cross-state-deliveries-multiple-zones-and-customized-pricing-conditions">Local delivery now supports cross-state deliveries, multiple zones, and customized pricing conditions</a></h3> <div class="block__content post__content"> <p>We’ve recently updated local delivery to give you more flexible options when it comes to setting your delivery zones and creating your pricing conditions. </p> <p>Local-delivery now supports cross-states (or cross-regions). By default, local deliveries are restricted to the location state/region. Now, you can configure local delivery based on distance, so that you can enable this service for adjacent states and regions.</p> <p>Multiple delivery zones are also now available for local delivery. You can create up to five delivery zones, allowing you to reach a wider base of local delivery customers. These zones can be created either using select postal codes or a delivery radius. Additionally, you can create one or more custom pricing conditions within each zone based on order value or delivery distance. The buyer will see the cheapest delivery fee that is relevant to them at checkout based on their location and cart price. </p> <p>Learn more about local delivery from the <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/shipping/setting-up-and-managing-your-shipping/local-methods/local-delivery">Shopify Help Center</a>. </p> </div> <div> <span class="text-minor">Shipping</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="themes-express"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">January 22</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/express-v1-10-0">Express: V1.10.0</a></h3> <div class="block__content post__content"> <p>Version 1.10.0 of Express is now available on the Shopify Theme Store. </p> <p>This update introduces a new page section for the home page. The new section enables you to feature content from a page, like your About Us or Contact page, directly on the homepage.</p> <p>This feature only surfaces the content that was added by using the rich text editor for that page. </p> <p>A mass upgrade is planned to go out in a few days for stores using Express that can be automatically updated.</p> <p>To learn more about the page section, visit the <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/online-store/os/using-themes/themes-by-shopify/express/sections#page">Shopify Help Center</a>.</p> </div> <div> <span class="text-minor">Themes - Express</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="mobile"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">January 22</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/fulfill-orders-more-efficiently-with-the-shopify-mobile-app">Fulfill orders more efficiently with the Shopify mobile app</a></h3> <div class="block__content post__content"> <p>Order management on mobile lets you process orders from the palm of your hand as you pick, pack and prepare orders for delivery. Now available is the ability to use bulk actions for order and fulfillment tasks, so that you can bring more flexibility and speed to your fulfillment process and get products to customers faster. </p> <p>Bulk order actions on mobile include:</p> <ul> <li>Mark as fulfilled</li> <li>Capture payment</li> <li>Archive products</li> <li>Unarchive products</li> <li>Create shipping labels (US, Canada, and Australia only)</li> </ul> <p>Learn more about bulk actions in order fulfillment from the <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/orders/fulfillment/fulfilling-orders/fulfill-your-own#fulfill-multiple-orders-at-the-same-time">Shopify Help Center</a>. </p> </div> <div> <span class="text-minor">Mobile</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="plus"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">January 19</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/new-shopify-flow-trigger-for-product-statuses">New Shopify Flow trigger for product statuses!</a></h3> <div class="block__content post__content"> <p>With the recent release of <a href="https://web.archive.org/web/20210926122006/https://changelog.shopify.com/posts/manage-your-products-with-statuses">product statuses</a> we've added a new trigger "Product status updated". Use this trigger to build automated workflows that begin when a product’s status changes to another state including draft, active, and archived. </p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/shopify-plus/flow">Shopify Flow</a> from the Shopify Help Center. </p> </div> <div> <span class="text-minor">Plus</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="shipping"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">January 19</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/create-a-scan-form-with-the-shipping-manifests-app">Create a SCAN form with the Shipping Manifests app</a></h3> <div class="block__content post__content"> <p>You can now to create and print USPS SCAN forms using the Shipping Manifests app. With a SCAN form, multiple USPS shipping labels can be linked under a single barcode, making package drop-off or pickup quick and safe.</p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/shipping/shopify-shipping/shipping-labels/manifests">Shipping Manifests</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">Shipping</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="themes"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">January 14</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/new-performant-font-options-for-themes">New performant font options for themes</a></h3> <div class="block__content post__content"> <p>We’ve released a new font picker for the theme editor. The new font picker lets you choose system fonts for elements in your theme. Using system fonts in your theme avoids downloading extra resources to your customer’s computer, which can decrease the time your store takes to load.</p> <p><a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/online-store/os/store-speed/improving-speed#fonts">Learn more about how fonts can improve performance</a> in the Shopify Help Center.</p> </div> <div> <span class="text-minor">Themes</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="payments"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">January 14</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/discover-and-diners-club-cards-accepted-for-shopify-payments-in-canada">Discover and Diners Club cards accepted for Shopify Payments in Canada</a></h3> <div class="block__content post__content"> <p>For stores using Shopify Payments in Canada, Diners Club and Discover card payments are now accepted credit cards.</p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/payments/shopify-payments">Shopify Payments</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">Payments</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="products"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">January 11</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/manage-your-products-with-statuses">Manage your products with statuses</a></h3> <div class="block__content post__content"> <p>Product statuses help you manage and organize products as you're getting ready to sell them, or retiring the ones you no longer sell.</p> <p>Use the <strong>draft</strong> product status to work on products at your own pace until you're ready to make them available. Once you've got all of the details down, set the product status as <strong>active</strong>, so your products can be made available to customers through selected sales channels and apps. Use <strong>archive</strong> for products that you no longer sell to keep your product lists organized and free from clutter without losing the information for these products.</p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/products/add-update-products">product status</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">Products</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="plus"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">January 6</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/checkout-upgrade-for-plus-shops-using-checkout-liquid">Checkout upgrade for Plus shops using checkout.liquid</a></h3> <div class="block__content post__content"> <p><strong>The next checkout upgrade will take place between January 25, 2021 to February 26, 2021.</strong> </p> <p>On the Shopify Plus plan, you get exclusive access to the checkout.liquid file, enabling you to make flexible customizations to Shopify Checkout. However, you need to upgrade Shopify Checkout periodically in order to unlock new features while ensuring your checkout.liquid customizations remain in-tact. </p> <p>Only shops with checkout.liquid enabled need to perform the upgrade.</p> <p>Learn more about the <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/checkout-settings/checkout-upgrade">checkout upgrade process</a> and view a full list of the new Shopify Checkout features in the Shopify Help Center.</p> </div> <div> <span class="text-minor">Plus</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="admin"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">December 31</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/changes-to-collection-of-vat-for-orders-to-the-united-kingdom">Changes to collection of VAT for orders to the United Kingdom</a></h3> <div class="block__content post__content"> <p>As of January 1, 2021 (GMT), the following changes apply to the movement of goods to and from the United Kingdom:</p> <ul> <li>Merchants shipping goods located outside of the UK at the point of sale into the UK are now <a href="https://web.archive.org/web/20210926122006/https://www.gov.uk/government/publications/changes-to-vat-treatment-of-overseas-goods-sold-to-customers-from-1-january-2021/changes-to-vat-treatment-of-overseas-goods-sold-to-customers-from-1-january-2021#goods-located-outside-the-uk-at-the-point-of-sale">required to collect and remit VAT</a> on orders not exceeding £135 in value. Merchants who have an active tax registration for the UK in Shopify will now automatically collect VAT on all orders not exceeding £135. Orders over £135 will continue to exclude all taxes.</li> <li>VAT will no longer be automatically applied on orders shipped between the UK and European Union countries (and vice versa) if there is no tax registration added.</li> </ul> <p>Learn more about this change and other changes related to Brexit in the <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/taxes/eu/uk#vat">Shopify Help Center</a>.</p> </div> <div> <span class="text-minor">Admin</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="plus"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">December 21</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/store-session-and-conversion-rate-kpi-s-in-overview-analytics">Store session and conversion rate KPI&#39;s in Overview analytics</a></h3> <div class="block__content post__content"> <p>To help you understand better the health of your business, we're introducing additional key performance indicator store metrics in the Overview analytics for Plus stores. If you have multiple stores, then you can see an overview of key metrics for all your stores in one central place.</p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/shopify-plus/overview">Overview analytics</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">Plus</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="checkout"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">December 18</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/merchants-can-now-configure-country-specific-tax-inclusive-pricing">Merchants can now configure country specific tax inclusive pricing</a></h3> <div class="block__content post__content"> <p>Merchants with prices inclusive of tax can now charge the correct price at checkout based on their tax obligations when shipping to buyers in different countries.</p> <p><img src="https://web.archive.org/web/20210926122006im_/https://screenshot.click/16-33-k2ird-jgpmh.png" alt="screenshot of the Include or exclude tax based on your customer's country setting"></p> <p>This is particularly useful for merchants who ship to different countries and have their shop configured to use tax inclusive pricing, who want to see prices at checkout correctly reflect the VAT/tax rate of their buyers.</p> <p>Learn more about the change and how to enable it on the <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/taxes/location-based#include-or-exclude-tax-based-on-your-customers-country">Shopify Help Centre</a>.</p> </div> <div> <span class="text-minor">Checkout</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="pos"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">December 14</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/accept-interac-chip-pin-at-canadian-retail-stores">Accept Interac Chip &amp; PIN at Canadian retail stores</a></h3> <div class="block__content post__content"> <p>Interac Chip &amp; PIN can now be accepted by to Canadian stores using Shopify’s <a href="https://web.archive.org/web/20210926122006/https://hardware.shopify.ca/products/shopify-tap-chip-card-reader?itcat=pos-hardware&amp;itterm=pos-hardware-hardware-card-readers-learn-more">Tap &amp; Chip Reader</a> with Shopify POS. </p> <p>You can now accept Interac payments for all transactions, regardless of dollar amount or tap limits, and at a cost of only $0.10 per transaction. </p> <p>Learn more about the <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/sell-in-person/shopify-pos/hardware/card-readers/tap-chip">Tap &amp; Chip Reader and Interac</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">POS</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="pos"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">November 30</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/daily-sales-tiles-offer-more-time-based-views-for-the-pos-daily-sales-report">Daily Sales tiles offer more time-based views for the POS Daily Sales report</a></h3> <div class="block__content post__content"> <p>New Daily Sales tiles at the top of the POS Daily Sales report, available through POS Pro, make it easier to see whether your store is on pace to meet or exceed your sales targets.</p> <p>You can now track each retail location's performance over time with new time-based views (Today, Yesterday, Week to Date, Month to Date, Quarter to Date, and Year to Date) for top-level metrics like Net sales, Average order value, and Items per order.</p> <p>Learn more about the <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/sell-in-person/shopify-pos/analytics-on-pos">POS Daily Sales report and Daily Sales tiles</a> in the Shopify Help Center.</p> </div> <div> <span class="text-minor">POS</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="analytics"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">November 27</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/watch-bfcm-2020-in-real-time-with-live-map">Watch BFCM 2020 in real-time with Live Map</a></h3> <div class="block__content post__content"> <p>Watch BFCM 2020 unfold in real-time with the BFCM Live Map. This year, the Live Map was completely rebuilt with a few major improvements to reflect the scale and shared success of more than 1 million independent businesses powered by Shopify.</p> <p>Explore the Live Map to watch key milestones such as: </p> <ul> <li>Sales per minute</li> <li>Orders per minute</li> <li>🆕 Carbon offsets made through our <a href="https://web.archive.org/web/20210926122006/https://www.shopify.com/blog/bfcm-carbon-offsets">BFCM offset commitment</a> </li> </ul> <p>View the <a href="https://web.archive.org/web/20210926122006/https://datastories.shopify.com/?itcat=blog&amp;itterm=383054184482">BFCM Live Map</a> </p> </div> <div> <span class="text-minor">Analytics</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="analytics"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">November 25</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/watch-your-store-activity-come-to-life-in-real-time-with-live-view">Watch your store activity come to life in real time with Live View</a></h3> <div class="block__content post__content"> <p>We’ve improved the Live View to provide an immersive real time look at activity across your store so you can stay up to date on your store’s performance. No matter where you are, or when you need it, Live View will give you a visualization of key metrics so you can tailor your customer experience to be more efficient and enjoyable for BFCM and beyond.</p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/reports-and-analytics/shopify-reports/live-view">Live View</a> from the Shopify Help Center or <a href="https://web.archive.org/web/20210926122006/https://shopify.com/admin/dashboards/live">explore Live View</a> in your Shopify Admin.</p> </div> <div> <span class="text-minor">Analytics</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="shipping"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">November 13</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/carbon-neutral-bfcm-shopping">Carbon-neutral BFCM shopping</a></h3> <div class="block__content post__content"> <p>This year, Shopify is paying to offset all carbon emissions from the delivery of every single order placed on our platform during the BFCM weekend. No matter how many packages you ship or how far they're going—we'll offset the carbon emissions of each shipment at no cost to you. </p> <p>This initiative ends after BFCM, but we are committed to sustainability year-round. Shopify always offsets the carbon emissions of all orders made with <a href="https://web.archive.org/web/20210926122006/https://shop.app/shop-pay">Shop Pay</a>. You can also download the <a href="https://web.archive.org/web/20210926122006/https://apps.shopify.com/offset">Offset app</a> and opt-in to offset carbon emissions for all deliveries from your Shopify store.</p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://shopify.com/blog/bfcm-carbon-offsets">how and why we're offsetting shipping emissions this BFCM</a> from the Shopify Blog.</p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/shipping/setting-up-and-managing-your-shipping/offset">Offset</a> from the Shopify Help Center, and <a href="https://web.archive.org/web/20210926122006/https://shop.app/help/carbon-offsets#OffsetCarbonByProtectingTrees">carbon offsets for orders placed through Shop Pay</a> from Shop Help.</p> </div> <div> <span class="text-minor">Shipping</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="pos"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">November 9</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/product-recommendations-for-pos-pro">Product recommendations for POS Pro</a></h3> <div class="block__content post__content"> <p>Shopify-powered product recommendations in POS, now available through the POS Pro subscription, make it easy to leverage insights from your online store to optimize your in-store selling.</p> <p>When products are added to the cart, use the instant suggestions are available in POS for items that your online customers commonly purchase together, so you can make smarter cross-sell recommendations in-store to increase order sizes and sales.</p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/sell-in-person/shopify-pos/process-sales-transaction#view-product-recommendations">product recommendations for POS</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">POS</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="plus"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">November 6</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/more-actions-and-triggers-extending-what-shopify-flow-can-do-for-you">More actions and triggers extending what Shopify Flow can do for you!</a></h3> <div class="block__content post__content"> <p>We’ve added even more actions and triggers to Flow allowing you to automate even more tasks!</p> <p><strong>New triggers:</strong></p> <ul> <li>Draft order deleted</li> <li><a href="https://web.archive.org/web/20210926122006/https://shopify.dev/docs/admin-api/rest/reference/tendertransaction">Tender transaction created</a></li> <li><a href="https://web.archive.org/web/20210926122006/https://shopify.dev/docs/admin-api/rest/reference/inventory/inventoryitem">Inventory item created and deleted</a></li> </ul> <p><strong>New actions:</strong></p> <ul> <li>Create or delete redirect URL</li> <li>Mark order as paid</li> <li>Set and remove metafields on these objects: Collection, Customer, Draft Order, Order, Product, Product Variant, and Shop. <a href="https://web.archive.org/web/20210926122006/https://shopify.dev/docs/themes/liquid/reference/objects/metafield">These can then be accessed on the storefront using Liquid</a>.</li> </ul> <p><img src="https://web.archive.org/web/20210926122006im_/https://screenshot.click/30-45-0oban-jf64g.jpg" alt="Metafields in Shopify Flow"></p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/shopify-plus/flow/create-workflow/triggers#reference">Shopify Flow triggers</a> in the Shopify Help Center.</p> </div> <div> <span class="text-minor">Plus</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="checkout"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">November 2</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/new-post-purchase-upsell-app-collection-available">New post-purchase upsell app collection available</a></h3> <div class="block__content post__content"> <p>We’ve introduced a new collection of post-purchase <a href="https://web.archive.org/web/20210926122006/https://apps.shopify.com/collections/checkout-upsells">upsell apps</a> in the Shopify App Store. Post-purchase upsells can boost average order value by presenting one-click offers to customers in Shopify checkout after payment is confirmed, without interrupting the customer experience. </p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/checkout-settings/checkout-style#using-a-third-party-app-to-add-a-post-purchase-offer-to-checkout">post-purchase upsells</a> from the Shopify Help Center. </p> </div> <div> <span class="text-minor">Checkout</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="checkout"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">November 2</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/new-subscription-app-collection-available">New subscription app collection available</a></h3> <div class="block__content post__content"> <p>We’ve introduced a <a href="https://web.archive.org/web/20210926122006/http://apps.shopify.com/collections/checkout">new collection of subscription apps</a> for your Shopify checkout in the Shopify App Store. These are the first apps built directly for Shopify checkout, which means they offer a smooth shopping experience for your customers and a better management experience for you.</p> <p>Subscriptions can add predictable recurring revenue to your existing business, and by using apps that are built for Shopify, you can ensure that subscriptions are fully integrated with the rest of your business in Shopify. To use subscriptions, you must be using Shopify Payments as your primary payment gateway.</p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/products/subscriptions">subscriptions</a> from the Shopify Help Center. </p> </div> <div> <span class="text-minor">Checkout</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="discounts"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">November 2</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/fixed-amount-discounts-now-use-manual-fx-rates-when-selling-in-multiple-currencies">Fixed amount discounts now use manual FX rates when selling in multiple currencies</a></h3> <div class="block__content post__content"> <p>When selling in multiple currencies using Shopify Payments, fixed discount amounts are now converted from your shop currency into the buyer's currency according to the pricing rule you have set up for that currency; either manual or automatic FX rates.</p> <p>Previously, <em>all</em> fixed discount amounts were converted using a live FX rate at checkout, even if you had a manual FX rate setup. This change ensures that the experience of getting a fixed discount is consistent across multiple buyer currencies at checkout.</p> <p>You can read more about this in our <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/payments/shopify-payments/multi-currency/discounts#fixed-amount-discounts">help centre</a>.</p> </div> <div> <span class="text-minor">Discounts</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="marketing"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">October 29</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/shopify-ping-is-now-available-on-desktop">Shopify Ping is now available on desktop</a></h3> <div class="block__content post__content"> <p>Shopify Ping is a free messaging solution that lets you manage all of your customer and team conversations from one place. Previously only on mobile devices, Shopify Ping is now available for desktop at <a href="https://web.archive.org/web/20210926122006/https://shopifyping.com/">shopifyping.com</a>.</p> <p>With Shopify Ping now available on desktop, you can more easily:</p> <ul> <li>Reply to customer conversations and help them make purchases with confidence</li> <li>Collaborate with your team to deliver improved shopping experiences through chat</li> <li>Integrate chat into your business workflows</li> </ul> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/ping">Shopify Ping on desktop</a> from the Shopify Help Center. </p> </div> <div> <span class="text-minor">Marketing</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="themes"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">October 29</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/show-whether-products-are-available-for-local-pickup-right-from-the-product-page">Show whether products are available for local pickup right from the product page</a></h3> <div class="block__content post__content"> <p>Pickup availability complements the local pickup option at checkout to turn proximity into your most powerful selling feature.</p> <p>Increase online order conversions by letting shoppers know when the items that they’re browsing are in stock and available for pickup at your nearby store locations directly from the product page on your online store. </p> <p>Pickup availability for the product page is available for online stores using the latest version of the select <a href="https://web.archive.org/web/20210926122006/https://themes.shopify.com/themes?sort_by=most_recent&amp;product-page%5B%5D=product-pickup-availability">themes</a>. Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/shipping/setting-up-and-managing-your-shipping/local-methods/local-pickup#show-pickup-availability-to-your-customers">showing pickup availability to your customers</a> in the Shopify Help Center.</p> </div> <div> <span class="text-minor">Themes</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="orders"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">October 28</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/manage-returns-directly-in-shopify">Manage returns directly in Shopify</a></h3> <div class="block__content post__content"> <p>The product return process is an essential part of the customer experience. That's why you can now manage returns directly from the Orders page in Shopify, so you can fulfill, edit, refund, or return an order from one central location. </p> <p>Follow a simple step-by-step workflow to create and manage the return process, including the following tasks:</p> <ul> <li>Create a return request</li> <li>Identify the reason for the return</li> <li>Set up and track the shipping details</li> <li>Communicate the instructions for the return to the customer in an email</li> <li>Restock the inventory to your store</li> <li>Issue the refund to the customer</li> </ul> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/orders/refund-cancel-order">product returns</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">Orders</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="orders"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">October 27</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/manage-deferred-payments-seamlessly-in-shopify">Manage deferred payments seamlessly in Shopify</a></h3> <div class="block__content post__content"> <p>Place or fulfill an order and collect payment at a later date more easily by managing deferred payments in Shopify.</p> <p>With deferred payments, you can:</p> <ul> <li>Collect payment on any unpaid order directly in Shopify, to accommodate flexible payment agreements that enable your customers to purchase products and pay at a later date</li> <li>Easily follow up or resend an invoice on any unpaid orders</li> <li>Send invoices or charge credit cards directly for orders that have been edited, at any time</li> </ul> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/orders/deferred-payments">deferred payments</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">Orders</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="orders"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">October 27</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/print-packing-slips-in-bulk-from-the-orders-list">Print packing slips in bulk from the orders list</a></h3> <div class="block__content post__content"> <p>Speed up your fulfillment workflow by printing packing slips in bulk from the <strong>Orders</strong> page. </p> <p>Select multiple orders from the orders list and then click <strong>Print packing slips</strong> under the <strong>More actions</strong> menu. Packing slips are created for each selected fulfillment. </p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/orders/packing-slips">packing slips</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">Orders</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="plus"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">October 27</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/apply-bulk-discount-settings-in-shopify-launchpad">Apply bulk discount settings in Shopify Launchpad</a></h3> <div class="block__content post__content"> <p>We’ve made creating discount events in Shopify Launchpad easier!<br> After adding collections or products to your Launchpad event, apply bulk discount settings to these items at the same time. Three bulk discount settings are available:</p> <ul> <li> <strong>Percentage</strong>: Apply a discount percentage to selected collections and products</li> <li> <strong>New unit price</strong>: Set a new price for all of the selected products</li> <li> <strong>Fixed amount</strong>: Reduce the price of selected products by a fixed amount</li> </ul> <p>Applying new bulk settings overwrites existing discounts in the event.</p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/promoting-marketing/create-marketing/launchpad/create-events">creating Launchpad Events</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">Plus</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="partners"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">October 27</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/new-security-feature-for-collaborator-account-access">New security feature for collaborator account access</a></h3> <div class="block__content post__content"> <p>Now you can enable a 4-digit collaborator request code, an added layer of security designed to improve your control over collaborator requests sent by Shopify Partners. When enabled, only partners that you have shared your code with will be able to request access to your store. </p> <p>Learn how to <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/your-account/staff-accounts/collaborator-accounts">enable collaborator request codes</a></p> </div> <div> <span class="text-minor">Partners</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="admin"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">October 23</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/new-updates-to-the-online-store-speed-report">New updates to the online store speed report</a></h3> <div class="block__content post__content"> <p>We’ve introduced the ability to track your speed score over time through the <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/online-store/os/store-speed/speed-report">Online store speed report</a>. Optimizing your online store speed can improve the shopping experience for customers, make your store more discoverable, and increase conversion. </p> <p>We've also added visibility into when apps are installed and uninstalled to help you troubleshoot speed score changes. Many factors can influence your online store speed, but the speed report will help you determine what those factors may be.</p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/online-store/os/store-speed/speed-report#speed-score-over-time">the changes to the report</a> from the Shopify Help Center, or check out the new Compass Tutorial on <a href="https://web.archive.org/web/20210926122006/https://www.shopifycompass.com/tutorials/optimizing-store-speed-for-holiday-selling">Optimizing Store Speed</a>.</p> </div> <div> <span class="text-minor">Admin</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="plus"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">October 21</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/shopify-plus-extended-authorization-periods-for-shopify-payments">Shopify Plus extended authorization periods for Shopify Payments</a></h3> <div class="block__content post__content"> <p>With extended authorization periods for Shopify Payments, you now have more time to fulfill orders and manually capture credit card payments—from 7 days to up to 30 days for some payment types. This provides added flexibility when inventory delays and logistical issues occur due to the ongoing challenges of COVID-19 or the upcoming holiday rush.</p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/payments/payment-authorization">extended authorization periods</a> in the Shopify Help Center.</p> <p>This feature is only available on the <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/intro-to-shopify/pricing-plans/shopify-plus">Shopify Plus plan</a>.</p> </div> <div> <span class="text-minor">Plus</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="admin"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">October 19</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/design-updates-in-shopify">Design updates in Shopify</a></h3> <div class="block__content post__content"> <p>You may notice some changes to the look and feel of your Shopify admin, including updated colors, simplified illustrations, and a cleaner design. These improvements were inspired by feedback from merchants, and they appear across all store admins, including Plus stores.</p> <p>The goal with these updates was to make the powerful tools and features across Shopify feel more approachable and accessible for everyone to use. </p> </div> <div> <span class="text-minor">Admin</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="shop"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">October 15</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/shop-package-tracking-is-now-available-for-uk-stores">Shop package tracking is now available for UK stores </a></h3> <div class="block__content post__content"> <p>Starting October 15, UK merchants can enable customers to opt in to track orders on iOS and Android devices through the Shop app, by making the opt-in available on the order status page. </p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/online-sales-channels/shop#enable-or-disable-the-shop-opt-in">enabling the track with Shop feature</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">Shop</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="checkout"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">October 14</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/country-fields-in-checkout-for-customers-in-china-italy-and-south-korea">Country fields in checkout for customers in China, Italy, and South Korea</a></h3> <div class="block__content post__content"> <p>Customers in China, Italy, and South Korea will now see an additional field in the checkout to collect required info for customs, shipping labels, or invoices. This means that you can collect the required customer information specific to these regions without using customizations in your online store. For example, customers in China can now enter their Resident ID number at checkout.</p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/shipping/understanding-shipping/understanding-shipping-labels#international-considerations">country-specific fields at checkout</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">Checkout</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="plus"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">October 14</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/additional-options-when-canceling-orders-with-shopify-flow">Additional options when canceling orders with Shopify Flow!</a></h3> <div class="block__content post__content"> <p>We’ve added additional options when using the cancel order action in Shopify Flow! </p> <p>You can now choose to refund items, refund shipping charges, restock items, and send a canceled order email notification to the customer when a cancelation is made in Shopify Flow.</p> <p><img src="https://web.archive.org/web/20210926122006im_/https://screenshot.click/14-54-0h8i9-xktar.jpg" alt=""></p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/shopify-plus/flow/guidelines#canceling-order-workflows">canceling orders with Shopify Flow</a> in the Shopify Help Center.</p> </div> <div> <span class="text-minor">Plus</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="online-store"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">October 14</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/upgrades-to-the-theme-editor">Upgrades to the theme editor</a></h3> <div class="block__content post__content"> <p>We’ve made setting up and customizing your store faster and more intuitive.<br> The theme editor now includes updated editing workflows, an optimized mobile editing experience, and improved theme loading times to help you make the changes you need faster. You’ll see the improvements to your theme editor start to roll out from the end of September through to the end of October 2020 .</p> <p>Learn more about using the <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/online-store/os/using-themes/change-the-layout/theme-settings/enhancements">theme editor</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">Online Store</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="mobile"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">October 5</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/improvements-to-product-camera-on-mobile">Improvements to product camera on mobile</a></h3> <div class="block__content post__content"> <p>We’ve just released an improved product camera for Shopify Mobile. The latest enhancements allow you to do the following:</p> <ul> <li>Consistently take product photos at the right aspect ratio for your online store.</li> <li>Display grid lines to perfectly center the product in the frame.</li> <li>Quickly review all the photos in the drawer to make sure they display nicely together.</li> <li>Take short product videos using video mode.</li> </ul> <p>To learn more, refer to our <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/products/product-media/add-media#add-media-to-your-products">documentation in the Help Center</a>.</p> </div> <div> <span class="text-minor">Mobile</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="payments"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">October 5</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/shopify-payments-available-in-belgium">Shopify Payments available in Belgium</a></h3> <div class="block__content post__content"> <p>Shopify Payments is now available for merchants in Belgium!</p> <p>Accept credit cards, Bancontact, and iDEAL on your store through Shopify's integrated payments system. Use features like payout and chargeback management and accelerated checkouts such as Shop Pay, Apple Pay, and Google Pay. You can also sell in 133 currencies while getting paid in Euros.</p> </div> <div> <span class="text-minor">Payments</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="plus"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">October 2</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/custom-store-names-and-identifiers-in-shopify-plus-organization-admin">Custom store names and identifiers in Shopify Plus organization admin</a></h3> <div class="block__content post__content"> <p>You can now customize the internal store name and identifier for each store in your Shopify Plus organization admin navigation, making it easier—and faster—for your team to identify which stores are which.</p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/shopify-plus/global-navigation">Store Identification</a> in the Shopify Help Center.</p> </div> <div> <span class="text-minor">Plus</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="plus"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">October 1</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/new-triggers-in-shopify-flow">New triggers in Shopify Flow!</a></h3> <div class="block__content post__content"> <p>We’ve added more triggers to Shopify Flow to help you automate and get more done. With Flow you can now use the following events to trigger a workflow:</p> <ul> <li>Customer enabled or disabled</li> <li>Collection created or deleted</li> <li>Fulfillment event created </li> <li>Product variant deleted</li> </ul> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/manual/shopify-plus/flow/create-workflow/triggers#reference">Shopify Flow triggers</a> in the Shopify Help Center.</p> </div> <div> <span class="text-minor">Plus</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="analytics"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">October 1</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/make-more-informed-inventory-decisions-with-abc-analysis">Make more informed inventory decisions with ABC analysis</a></h3> <div class="block__content post__content"> <p>We’ve added a new inventory report to Shopify - ABC analysis by product. This report can be used to identify your best and worst performing inventory over the past 28 days. </p> <p><strong>A grade</strong> is your best performing inventory and represents the specific inventory that accounts for 80% of your revenue. </p> <p><strong>B grade</strong> is your middle of the road inventory and represents the specific inventory that accounts for the next 15% of your revenue. </p> <p><strong>C grade</strong> identifies your worst performing inventory and represents the specific inventory that accounts for the remaining 5% of your revenue. </p> <p>This analysis is designed to help you optimize your investment in inventory by understanding which products to purchase and which products to avoid. With ABC analysis, you can continuously monitor the value of your stock, so you can make better decisions about your inventory. </p> <p>The ABC analysis by product report is available to all merchants on the Shopify plan or above. </p> <p>Learn more about the <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/products/inventory/abc-analysis">ABC analysis by product report</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">Analytics</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="online-store"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">September 29</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/update-to-the-rich-text-editor">Update to the rich text editor</a></h3> <div class="block__content post__content"> <p>We've made improvements to the rich text editor for Blogs posts, Pages, Products and Collections. You can now manually add RGB/HEX codes into the rich text editor with the new color picker, making it easier to precisely match text and background color to your brand and style.</p> <p>Learn more about using the <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/shopify-admin/productivity-tools/rich-text-editor#change-text-colors-with-the-rich-text-editor-desktop-specific">rich text editor</a> from the Shopify Help Center.</p> </div> <div> <span class="text-minor">Online Store</span> </div> </div> </div> </div> <div class="block post-block gutter-bottom--reset changelog-post" data-tag="plus"> <div class="post-block__inner"> <div class="post-block__date"> <span class="heading--5">September 29</span> </div> <div class="post-block__content"> <h3 class="block__heading heading--4"><a class="body-link color-gray-80 post-block__link" href="/web/20210926122006/https://changelog.shopify.com/posts/added-security-and-time-savings-with-scim-in-the-plus-admin"> Added security and time savings with SCIM in the Plus Admin</a></h3> <div class="block__content post__content"> <p>If you’ve previously connected Shopify with an identity provider to securely authenticate your users, you can take this integration a step further with SCIM to seamlessly manage the addition and removal of users across your Shopify Plus organization. </p> <p>Learn more about <a href="https://web.archive.org/web/20210926122006/https://help.shopify.com/en/manual/shopify-plus/security/scim">setting up SCIM</a> in the Shopify Help Center. </p> </div> <div> <span class="text-minor">Plus</span> </div> </div> </div> </div></div> <div class="grid__item grid__item--tablet-up-third grid__item--desktop-up-quarter grid__item--desktop-up-offset-1 sidebar"> <div class="block background-light color-gray-90 block--padded block--rounded"> <h3 class="block__heading heading--4 gutter-bottom">Filter</h3> <div class="block__content gutter-bottom"> <input type="checkbox" class="marketing-checkbox post-filter-checkbox" id="All" name="All" value="all" checked/> <label class="marketing-checkbox-label" for="All"> All </label> <input type="checkbox" class="marketing-checkbox post-filter-checkbox" id="Admin" name="Admin" value="admin"/> <label class="marketing-checkbox-label" for="Admin"> Admin </label> <input type="checkbox" class="marketing-checkbox post-filter-checkbox" id="Analytics" name="Analytics" value="analytics"/> <label class="marketing-checkbox-label" for="Analytics"> Analytics </label> <input type="checkbox" class="marketing-checkbox post-filter-checkbox" id="Apps" name="Apps" value="apps"/> <label class="marketing-checkbox-label" for="Apps"> Apps </label> <input type="checkbox" class="marketing-checkbox post-filter-checkbox" id="Balance" name="Balance" value="balance"/> <label class="marketing-checkbox-label" for="Balance"> Balance </label> <input type="checkbox" class="marketing-checkbox post-filter-checkbox" id="Billing" name="Billing" value="billing"/> <label class="marketing-checkbox-label" for="Billing"> Billing </label> <input type="checkbox" class="marketing-checkbox post-filter-checkbox" id="Channels" name="Channels" value="channels"/> <label class="marketing-checkbox-label" for="Channels"> Channels </label> <input type="checkbox" class="marketing-checkbox post-filter-checkbox" id="Checkout" name="Checkout" value="checkout"/> <label class="marketing-checkbox-label" for="Checkout"> Checkout </label> <input type="checkbox" class="marketing-checkbox post-filter-checkbox" id="Customers" name="Customers" value="customers"/> <label class="marketing-checkbox-label" for="Customers"> Customers </label> <input type="checkbox" class="marketing-checkbox post-filter-checkbox" id="Discounts" name="Discounts" value="discounts"/> <label class="marketing-checkbox-label" for="Discounts"> Discounts </label> <input type="checkbox" class="marketing-checkbox post-filter-checkbox" id="Handshake" name="Handshake" value="handshake"/> <label class="marketing-checkbox-label" for="Handshake"> Handshake </label> <input type="checkbox" class="marketing-checkbox post-filter-checkbox" id="Marketing" name="Marketing" value="marketing"/> <label class="marketing-checkbox-label" for="Marketing"> Marketing </label> <input type="checkbox" class="marketing-checkbox post-filter-checkbox" id="Mobile" name="Mobile" value="mobile"/> <label class="marketing-checkbox-label" for="Mobile"> Mobile </label> <input type="checkbox" class="marketing-checkbox post-filter-checkbox" id="Oberlo" name="Oberlo" value="oberlo"/> <label class="marketing-checkbox-label" for="Oberlo"> Oberlo </label> <input type="checkbox" class="marketing-checkbox post-filter-checkbox" id="Online Store" name="Online Store" value="online-store"/> <label class="marketing-checkbox-label" for="Online Store"> Online Store </label> <input type="checkbox" class="marketing-checkbox post-filter-checkbox" id="Orders" name="Orders" value="orders"/> <label class="marketing-checkbox-label" for="Orders"> Orders </label> <input type="checkbox" class="marketing-checkbox post-filter-checkbox" id="Partners" name="Partners" value="partners"/> <label class="marketing-checkbox-label" for="Partners"> Partners </label> <input type="checkbox" class="marketing-checkbox post-filter-checkbox" id="Payments" name="Payments" value="payments"/> <label class="marketing-checkbox-label" for="Payments"> Payments </label> <input type="checkbox" class="marketing-checkbox post-filter-checkbox" id="Plus" name="Plus" value="plus"/> <label class="marketing-checkbox-label" for="Plus"> Plus </label> <input type="checkbox" class="marketing-checkbox post-filter-checkbox" id="POS" name="POS" value="pos"/> <label class="marketing-checkbox-label" for="POS"> POS </label> <input type="checkbox" class="marketing-checkbox post-filter-checkbox" id="Products" name="Products" value="products"/> <label class="marketing-checkbox-label" for="Products"> Products </label> <input type="checkbox" class="marketing-checkbox post-filter-checkbox" id="Shipping" name="Shipping" value="shipping"/> <label class="marketing-checkbox-label" for="Shipping"> Shipping </label> <input type="checkbox" class="marketing-checkbox post-filter-checkbox" id="Shop" name="Shop" value="shop"/> <label class="marketing-checkbox-label" for="Shop"> Shop </label> <input type="checkbox" class="marketing-checkbox post-filter-checkbox" id="Shopify Capital" name="Shopify Capital" value="shopify-capital"/> <label class="marketing-checkbox-label" for="Shopify Capital"> Shopify Capital </label> <input type="checkbox" class="marketing-checkbox post-filter-checkbox" id="Shopify Fulfillment Network" name="Shopify Fulfillment Network" value="shopify-fulfillment-network"/> <label class="marketing-checkbox-label" for="Shopify Fulfillment Network"> Shopify Fulfillment Network </label> <input type="checkbox" class="marketing-checkbox post-filter-checkbox" id="Themes" name="Themes" value="themes"/> <label class="marketing-checkbox-label" for="Themes"> Themes </label> <input type="checkbox" class="marketing-checkbox post-filter-checkbox" id="Themes - Debut" name="Themes - Debut" value="themes-debut"/> <label class="marketing-checkbox-label" for="Themes - Debut"> Themes - Debut </label> <input type="checkbox" class="marketing-checkbox post-filter-checkbox" id="Themes - Express" name="Themes - Express" value="themes-express"/> <label class="marketing-checkbox-label" for="Themes - Express"> Themes - Express </label> </div> <p class="block__cta"><button class="marketing-button marketing-button--secondary marketing-button--block" id="clear-filter-btn" type="button">Clear filters</button></p> </div></div></div></section> </main> <footer class="footer--main" role="contentinfo"><h2 class="visuallyhidden">More resources</h2> <div class="footer-top"> <div class="grid"> <div class="grid__item"> <nav class="footer-nav"> <ul class="footer-nav__list" role="list"> <li class="footer-nav__list-item"> <a href="https://web.archive.org/web/20210926122006/https://www.shopify.com/about">About</a> </li> <li class="footer-nav__list-item"> <a href="https://web.archive.org/web/20210926122006/https://www.shopify.com/careers">Careers</a> </li> <li class="footer-nav__list-item"> <a href="https://web.archive.org/web/20210926122006/https://www.shopify.com/press">Press and Media</a> </li> <li class="footer-nav__list-item"> <a external="true" href="https://web.archive.org/web/20210926122006/https://www.shopify.com/plus">Enterprise</a> </li> <li class="footer-nav__list-item"> <a href="https://web.archive.org/web/20210926122006/https://www.shopify.com/sitemap">Sitemap</a> </li> </ul> </nav> </div> <div class="grid__item grid__item--tablet-up-1 hide--mobile"> <h3 class="footer-subhead heading--5 ">Online store</h3> <a class="footer-link" href="https://web.archive.org/web/20210926122006/https://www.shopify.com/online">Sell online</a> <a class="footer-link" href="https://web.archive.org/web/20210926122006/https://www.shopify.com/online/ecommerce-solutions">Features</a> <a class="footer-link" href="https://web.archive.org/web/20210926122006/https://www.shopify.com/examples">Examples</a> <a class="footer-link" href="https://web.archive.org/web/20210926122006/https://www.shopify.com/website">Website editor</a> <a class="footer-link" href="https://web.archive.org/web/20210926122006/https://www.shopify.com/tour">Online retail</a> </div> <div class="grid__item grid__item--tablet-up-1 hide--mobile footer-column--nameless"> <a class="footer-link" href="https://web.archive.org/web/20210926122006/https://www.shopify.com/tour/ecommerce-website">Ecommerce website</a> <a class="footer-link" href="https://web.archive.org/web/20210926122006/https://www.shopify.com/domains">Domain names</a> <a class="footer-link" href="https://web.archive.org/web/20210926122006/https://www.shopify.com/tour/website-design">Themes</a> <a class="footer-link" href="https://web.archive.org/web/20210926122006/https://www.shopify.com/tour/shopping-cart">Shopping cart</a> <a class="footer-link" href="https://web.archive.org/web/20210926122006/https://www.shopify.com/tour/ecommerce-hosting">Ecommerce hosting</a> </div> <div class="grid__item grid__item--tablet-up-1 hide--mobile footer-column--nameless"> <a class="footer-link" href="https://web.archive.org/web/20210926122006/https://www.shopify.com/mobile">Mobile commerce</a> <a class="footer-link" href="https://web.archive.org/web/20210926122006/https://www.shopify.com/">Ecommerce software</a> <a class="footer-link" href="https://web.archive.org/web/20210926122006/https://www.shopify.com/online-store">Online store builder</a> </div> <div class="grid__item grid__item--tablet-up-1 hide--mobile"> <h3 class="footer-subhead heading--5 ">Point of sale</h3> <a class="footer-link" href="https://web.archive.org/web/20210926122006/https://www.shopify.com/pos">Point of sale</a> <a class="footer-link" href="https://web.archive.org/web/20210926122006/https://www.shopify.com/pos/features">Features</a> <a class="footer-link" href="https://web.archive.org/web/20210926122006/https://www.shopify.com/pos/hardware">Hardware</a> <a class="footer-link" href="https://web.archive.org/web/20210926122006/https://www.shopify.com/pos/software">POS software</a> </div> <div class="grid__item grid__item--tablet-up-1 hide--mobile"> <h3 class="footer-subhead heading--5 ">Support</h3> <a class="footer-link" href="/web/20210926122006/https://changelog.shopify.com/support">24/7 support</a> <a class="footer-link" href="/web/20210926122006/https://changelog.shopify.com/">Help Center</a> <a class="footer-link" href="https://web.archive.org/web/20210926122006/https://ecommerce.shopify.com/forums">Forums</a> <a class="footer-link" href="/web/20210926122006/https://changelog.shopify.com/api">API documentation</a> <a class="footer-link" href="https://web.archive.org/web/20210926122006/https://www.shopify.com/tools">Free tools</a> <a class="footer-link" href="https://web.archive.org/web/20210926122006/https://burst.shopify.com/">Free stock photos</a> <a class="footer-link" href="https://web.archive.org/web/20210926122006/https://exchange.shopify.com/">Websites for sale</a> </div> <div class="grid__item grid__item--tablet-up-1 hide--mobile"> <h3 class="footer-subhead heading--5 ">Shopify</h3> <a class="footer-link" href="https://web.archive.org/web/20210926122006/https://www.shopify.com/contact">Contact</a> <a class="footer-link" href="https://web.archive.org/web/20210926122006/https://www.shopify.com/partners">Partner program</a> <a class="footer-link" href="https://web.archive.org/web/20210926122006/https://www.shopify.com/affiliates">Affiliate program</a> <a class="footer-link" href="https://web.archive.org/web/20210926122006/https://developers.shopify.com/">App developers</a> <a class="footer-link" href="https://web.archive.org/web/20210926122006/https://investors.shopify.com/">Investors</a> <a class="footer-link" href="https://web.archive.org/web/20210926122006/https://www.shopify.com/accessibility">Accessibility</a> </div> </div></div> <div class="footer-bottom"> <div class="grid grid--vertically-centered"> <div class="grid__item grid__item--tablet-up-2 footer-bottom__social text-center--mobile"> <ul class="footer-social__list" role="list"> <li class="footer-social__list-item"> <a class="footer-social__icon " target="_blank" rel="me nofollow noopener" aria-describedby="NewWindowExternalSite" data-ga-event="Social" data-ga-action="Facebook" data-ga-label="Footer" href="https://web.archive.org/web/20210926122006/https://www.facebook.com/shopify"><svg class="icon" aria-labelledby="icon-modules-social-facebook-1-title" role="img"><title id="icon-modules-social-facebook-1-title">Facebook</title> <use xlink:href="/web/20210926122006im_/https://changelog.shopify.com/#modules-social-facebook"/> </svg></a> </li> <li class="footer-social__list-item"> <a class="footer-social__icon " target="_blank" rel="me nofollow noopener" aria-describedby="NewWindowExternalSite" data-ga-event="Social" data-ga-action="Twitter" data-ga-label="Footer" href="https://web.archive.org/web/20210926122006/https://twitter.com/shopify"><svg class="icon" aria-labelledby="icon-modules-social-twitter-2-title" role="img"><title id="icon-modules-social-twitter-2-title">Twitter</title> <use xlink:href="/web/20210926122006im_/https://changelog.shopify.com/#modules-social-twitter"/> </svg></a> </li> <li class="footer-social__list-item"> <a class="footer-social__icon " target="_blank" rel="me nofollow noopener" aria-describedby="NewWindowExternalSite" data-ga-event="Social" data-ga-action="Youtube" data-ga-label="Footer" href="https://web.archive.org/web/20210926122006/https://www.youtube.com/user/shopify"><svg class="icon" aria-labelledby="icon-modules-social-youtube-3-title" role="img"><title id="icon-modules-social-youtube-3-title">YouTube</title> <use xlink:href="/web/20210926122006im_/https://changelog.shopify.com/#modules-social-youtube"/> </svg></a> </li> <li class="footer-social__list-item"> <a class="footer-social__icon " target="_blank" rel="me nofollow noopener" aria-describedby="NewWindowExternalSite" data-ga-event="Social" data-ga-action="Instagram" data-ga-label="Footer" href="https://web.archive.org/web/20210926122006/https://www.instagram.com/shopify/"><svg class="icon" aria-labelledby="icon-modules-social-instagram-4-title" role="img"><title id="icon-modules-social-instagram-4-title">Instagram</title> <use xlink:href="/web/20210926122006im_/https://changelog.shopify.com/#modules-social-instagram"/> </svg></a> </li> <li class="footer-social__list-item"> <a class="footer-social__icon " target="_blank" rel="me nofollow noopener" aria-describedby="NewWindowExternalSite" data-ga-event="Social" data-ga-action="Linkedin" data-ga-label="Footer" href="https://web.archive.org/web/20210926122006/https://www.linkedin.com/company/shopify"><svg class="icon" aria-labelledby="icon-modules-social-linkedin-5-title" role="img"><title id="icon-modules-social-linkedin-5-title">LinkedIn</title> <use xlink:href="/web/20210926122006im_/https://changelog.shopify.com/#modules-social-linkedin"/> </svg></a> </li> <li class="footer-social__list-item"> <a class="footer-social__icon " target="_blank" rel="me nofollow noopener" aria-describedby="NewWindowExternalSite" data-ga-event="Social" data-ga-action="Pinterest" data-ga-label="Footer" href="https://web.archive.org/web/20210926122006/https://www.pinterest.com/shopify/"><svg class="icon" aria-labelledby="icon-modules-social-pinterest-6-title" role="img"><title id="icon-modules-social-pinterest-6-title">Pinterest</title> <use xlink:href="/web/20210926122006im_/https://changelog.shopify.com/#modules-social-pinterest"/> </svg></a> </li> </ul> </div> <div class="grid__item grid__item--tablet-up-4 footer-bottom__links text-center--mobile text-right--tablet-up"> <a href="https://web.archive.org/web/20210926122006/https://www.shopify.com/legal/terms">Terms of Service</a> <a href="https://web.archive.org/web/20210926122006/https://www.shopify.com/legal/privacy">Privacy Policy</a> </div></div></div> </footer> </div> <script src="https://web.archive.org/web/20210926122006js_/https://cdn.shopify.com/shopifycloud/documentation_changelog/bundles/baseline/runtime-698f3734e33e2c5b323ed7f769ff7f97b797874183aa3ec183e8ade359033066.js"></script> <script src="https://web.archive.org/web/20210926122006js_/https://cdn.shopify.com/shopifycloud/documentation_changelog/bundles/baseline/vendors~admin~polaris-rails-polyfill-0ab2e4e4c7f44cebec0bb93bd7e2318dbe7da5f1f3f0d480f1bc19d2ea055beb.js"></script> <script src="https://web.archive.org/web/20210926122006js_/https://cdn.shopify.com/shopifycloud/documentation_changelog/bundles/baseline/vendors~polaris-rails-polyfill-0b6daff1963f55106cb1b5aed4df8dd1b392e77f58c5a33b28bd3d9d03a329ac.js"></script> <script src="https://web.archive.org/web/20210926122006js_/https://cdn.shopify.com/shopifycloud/documentation_changelog/bundles/baseline/polaris-rails-polyfill-20bcc5646eb4cd539addf523249dfc91e76924c92ef280b470a542f768e92f0d.js"></script> <script src="https://web.archive.org/web/20210926122006js_/https://cdn.shopify.com/shopifycloud/documentation_changelog/bundles/baseline/runtime-698f3734e33e2c5b323ed7f769ff7f97b797874183aa3ec183e8ade359033066.js"></script> <script src="https://web.archive.org/web/20210926122006js_/https://cdn.shopify.com/shopifycloud/documentation_changelog/bundles/baseline/vendors~admin~main-34faca9cc0a44816ea4cb73fd478008fb685858ca3fe23788d290290904fa9d6.js"></script> <script src="https://web.archive.org/web/20210926122006js_/https://cdn.shopify.com/shopifycloud/documentation_changelog/bundles/baseline/vendors~main-bf4f76e29004d034350c3c0e417d6558a1910d23f0996a7b19ea354f8145b3d0.js"></script> <script src="https://web.archive.org/web/20210926122006js_/https://cdn.shopify.com/shopifycloud/documentation_changelog/bundles/baseline/main-6bfa091c08884312ca75aa6228f2af1b1182d2f85b19b077a06caa77bf5c37c8.js"></script> <script>(function(t,e,s,o){var n,a,c;t.SMCX=t.SMCX||[],e.getElementById(o)||(n=e.getElementsByTagName(s),a=n[n.length-1],c=e.createElement(s),c.type="text/javascript",c.async=!0,c.id=o,c.src="https://web.archive.org/web/20210926122006/https://widget.surveymonkey.com/collect/website/js/tRaiETqnLgj758hTBazgd36CitCEEwoE44pTCPBWttdcNDV2Xj03Fa17wiQzQMLG.js",a.parentNode.insertBefore(c,a))})(window,document,"script","smcx-sdk");</script> </body> </html> <!-- FILE ARCHIVED ON 12:20:06 Sep 26, 2021 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 22:28:32 Nov 25, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 2.463 exclusion.robots: 0.029 exclusion.robots.policy: 0.017 esindex: 0.012 cdx.remote: 15.525 LoadShardBlock: 49.662 (3) PetaboxLoader3.datanode: 63.266 (4) load_resource: 93.696 PetaboxLoader3.resolve: 42.022 -->

Pages: 1 2 3 4 5 6 7 8 9 10