{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}
{* SLIDER *} {if $theme_settings.slider_mode === "promos"} {if !empty($_promocards)} {_renderSlider promocards=$_promocards type="wide" use_promo_style=true} {/if} {elseif $theme_settings.slider_mode === "promos_without_mask"} {if !empty($_promocards)} {_renderSlider promocards=$_promocards type="wide"} {/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} {* @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} {* 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}