The repo for Purrform's main BigCommerce store.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: correct syntax for language variable and clean up image tag formatting in order confirmation template

+2 -3
+2 -3
templates/pages/order-confirmation.html
··· 4 4 {{ getFontsCollection }} 5 5 6 6 <script type="text/javascript"> 7 - window.language = {{ {langJson 'optimized_checkout' } }}; 7 + window.language = {{{ langJson 'optimized_checkout' }}}; 8 8 </script> 9 9 10 10 {{{head.scripts}}} ··· 18 18 <h2 class="checkoutHeader-heading"> 19 19 <a class="checkoutHeader-link" href="{{urls.home}}"> 20 20 {{#if checkout.header_image}} 21 - <img 22 - alt="{{settings.store_logo.title}}" class="checkoutHeader-logo" id="logoImage" 21 + <img alt="{{settings.store_logo.title}}" class="checkoutHeader-logo" id="logoImage" 23 22 src="{{ checkout.header_image }}" /> 24 23 {{ else }} 25 24 <span class="header-logo-text">{{settings.store_logo.title}}</span>