{strip} {$wa->globals("showWidgets", true)} {function name="_renderSlider" promocards=[] products=[] type=""} {include file="home.slider.html" promocards=$promocards products=$products type=$type inline} {/function} {$wa->globals("isShopHome", true)} {$wa->globals("showBottomBanner", true)} {$_promocards = $wa->shop->promos('link', '900')} {$_show_product_actions = false} {if !empty($theme_settings.show_product_actions_on_main_page)} {$_show_product_actions = true} {/if}
{if $theme_settings.slider_wight === "slider_wight_75"} {* SLIDER *} {if $theme_settings.slider_mode === "promos"} {if !empty($_promocards)} {_renderSlider promocards=$_promocards type="wide"} {/if} {elseif $theme_settings.slider_mode === "promos_without_mask"} {if !empty($_promocards)} {_renderSlider promocards=$_promocards type="wide" hide_mask=true} {/if} {elseif $theme_settings.slider_mode === "products"} {$_list_id = "bestsellers"} {if !empty($theme_settings.slider_product_list_id)} {$_list_id = $theme_settings.slider_product_list_id} {/if} {$_slider_products = $wa->shop->productSet($_list_id)} {if !empty($_slider_products)} {_renderSlider products=$_slider_products} {/if} {elseif $theme_settings.slider_mode === "products_wide"} {$_list_id = "bestsellers"} {if !empty($theme_settings.slider_product_list_id)} {$_list_id = $theme_settings.slider_product_list_id} {/if} {$_slider_products = $wa->shop->productSet($_list_id)} {if !empty($_slider_products)} {_renderSlider products=$_slider_products type="wide"} {/if} {/if} {* PROMOCARDS *} {if !empty($_promocards) && $theme_settings.show_promos_below_slider !== "hide"}
{/if}
{$_info_blocks = []} {$_info_blocks[] = [ "header" => $theme_settings.info_block_1_header, "content" => $theme_settings.info_block_1_content, "icon" => $theme_settings.info_block_1_icon, "url" => $theme_settings.info_block_1_uri, "view" => $theme_settings.info_block_1_view ]} {$_info_blocks[] = [ "header" => $theme_settings.info_block_2_header, "content" => $theme_settings.info_block_2_content, "icon" => $theme_settings.info_block_2_icon, "url" => $theme_settings.info_block_2_uri, "view" => $theme_settings.info_block_2_view ]} {$_info_blocks[] = [ "header" => $theme_settings.info_block_3_header, "content" => $theme_settings.info_block_3_content, "icon" => $theme_settings.info_block_3_icon, "url" => $theme_settings.info_block_3_uri, "view" => $theme_settings.info_block_3_view ]} {$_info_blocks[] = [ "header" => $theme_settings.info_block_4_header, "content" => $theme_settings.info_block_4_content, "icon" => $theme_settings.info_block_4_icon, "url" => $theme_settings.info_block_4_uri, "view" => $theme_settings.info_block_4_view ]} {$_info_blocks[] = [ "header" => $theme_settings.info_block_5_header, "content" => $theme_settings.info_block_5_content, "icon" => $theme_settings.info_block_5_icon, "url" => $theme_settings.info_block_5_uri, "view" => $theme_settings.info_block_5_view ]} {foreach $_info_blocks as $_info_block} {if (!empty($_info_block.view) && $_info_block.view !== "checkout") && (!empty($_info_block.header) || !empty($_info_block.content))}
{if !empty($_info_block.header)}
{if !empty($_info_block.icon)} {/if}
{$_info_block.header} {if !empty($_info_block.content)}
{$_info_block.content}
{/if}
{/if}
{/if} {/foreach}
{/if} {* @event frontend_homepage.%plugin_id% *} {foreach $frontend_homepage as $_}{$_}{/foreach} {* NOVELTIES *} {if !empty($theme_settings.homepage_novelties_list_id)} {$_products = $wa->shop->productSet($theme_settings.homepage_novelties_list_id)} {if !empty($_products)} {$_title = ""} {if $theme_settings.homepage_novelties_title}{$_title = $theme_settings.homepage_novelties_title}{/if} {include file="./products.html" products=$_products short=true hide_buttons=!$_show_product_actions section_title=$_title inline} {/if} {/if} {* baner *} {if $theme_settings.banner_home_image != ""} {$_image_uri = "`$wa_theme_url``$theme_settings.banner_home_image`?v`$wa_theme_version`"} {/if} {* BESTSELLERS *} {if !empty($theme_settings.homepage_bestsellers_list_id)} {$_products = $wa->shop->productSet($theme_settings.homepage_bestsellers_list_id)} {if !empty($_products)} {$_title = ""} {if $theme_settings.homepage_bestsellers_title}{$_title = $theme_settings.homepage_bestsellers_title}{/if} {include file="./products.html" products=$_products short=true hide_buttons=!$_show_product_actions section_title=$_title inline} {/if} {/if} {* ONSALES *} {if !empty($theme_settings.homepage_onsale_list_id)} {$_products = $wa->shop->productSet($theme_settings.homepage_onsale_list_id)} {if !empty($_products)} {$_title = ""} {if $theme_settings.homepage_onsale_title}{$_title = $theme_settings.homepage_onsale_title}{/if} {include file="./products.html" products=$_products short=true hide_buttons=!$_show_product_actions section_title=$_title inline} {/if} {/if}
{/strip}