[`Welcome to your new online store!`]
{sprintf('[`Start by creating a product in your store backend.`]', $wa_backend_url|cat:'shop/?action=products#/welcome/')}
{*
get products from predefined product set 'promo' and 'bestsellers';
feel free to replace these with any other product set IDs
*}
{$promos = $wa->shop->productSet('promo')}
{if $theme_settings.homepage_bxslider_mode != 'photos'}
{$bestsellers = $wa->shop->productSet('bestsellers')}
{/if}
{if ($theme_settings.homepage_bxslider_mode != 'photos' && empty($promos) && empty($bestsellers))}
{sprintf('[`Start by creating a product in your store backend.`]', $wa_backend_url|cat:'shop/?action=products#/welcome/')} {$theme_settings.homepage_bullet_body_1} {$theme_settings.homepage_bullet_body_2} {$theme_settings.homepage_bullet_body_3}[`Welcome to your new online store!`]
[`Photos app returned no photos, so there is nothing to show in your storefront homepage promo slider.`]
[`Install Photos app to make your storefront homepage promo slider display last uploaded photos.`]
{sprintf('[`Product set with the ID %s either does not exist or does not contain any product. Add some products into a product set with the specified ID to make these products featured here.`]','bestsellers')} {$theme_settings.homepage_bullet_title_1}
{$theme_settings.homepage_bullet_title_2}
{$theme_settings.homepage_bullet_title_3}
{sprintf('[`In your store backend, drag some products into %s product list (which is in the left sidebar of the Products screen), and these products will be automatically published here — right on your storefront homepage.`]','promo')}
{/if}