jQuery(document).ready(function() { var azera_shop_aboutpage = azeraShopWelcomeScreenCustomizerObject.aboutpage; var azera_shop_nr_actions_required = azeraShopWelcomeScreenCustomizerObject.nr_actions_required; /* Number of required actions */ if ((typeof azera_shop_aboutpage !== 'undefined') && (typeof azera_shop_nr_actions_required !== 'undefined') && (azera_shop_nr_actions_required != '0')) { jQuery('#accordion-section-themes .accordion-section-title').append('' + azera_shop_nr_actions_required + ''); } /* Upsell in Customizer (Link to Welcome page) */ if ( !jQuery( ".azera-shops-upsells" ).length ) { jQuery('#customize-theme-controls > ul').prepend('
  • '); } if (typeof azera_shop_aboutpage !== 'undefined') { jQuery('.azera-shops-upsells').append('{themeinfo}'.replace('{themeinfo}', azeraShopWelcomeScreenCustomizerObject.themeinfo)); } if ( !jQuery( ".azera-shops-upsells" ).length ) { jQuery('#customize-theme-controls > ul').prepend('
  • '); } });