<{assign var="reviews" value=$product->getProductReviews(1000)}> <{assign var="max_items_for_others_also_bought_desktop" value=$settings.product.max_items_for_others_also_bought|default:3}> <{assign var="max_items_for_others_also_bought_mobile" value=$settings.product.max_items_for_others_also_bought|default:4}> <{assign var="max_products_for_similar" value=$settings.product.max_products_for_similar|default:6}>
<{if $settings.breadcrumbs.enable_breadcrumbs}>
<{include file="components/breadcrumbs.html"}>
<{/if}>
<{if $get.mail}>
<{include file="components/alert.html" variant="success" margin="b" text="Your email is sent. Thank you!"|t}>
<{/if}>
<{include file="components/product-view-meta.html"}> <{include file="components/product-view-title.html"}> <{include file="components/product-view-metavalue-subtitle.html"}> <{include file="components/product-view-rating.html"}> <{include file="components/product-view-price.html"}> <{include file="components/product-view-campaign.html"}> <{include file="components/product-view-anyday.html"}> <{include file="components/product-view-viabill.html"}> <{include file="components/product-view-stock-status.html"}> <{include file="components/product-view-description.html" product_block=false}> <{include file="components/product-view-bundle.html"}> <{include file="components/variant-dropdown.html" product=$product direct_link=true}> <{include file="components/product-view-commentenabled.html"}> <{include file="components/product-view-discountinterval.html"}> <{include file="components/product-view-add-to-cart.html"}> <{include file="components/shipping-notice.html"}> <{include file="components/product-view-uvp.html"}> <{include file="components/product-description.html" description=$product->getParsedDescription() reviews=$reviews}> <{include file="components/product-safety.html"}>
<{if $settings.product.enable_similar}> <{if $settings.product.enable_autofill_similar || $product->getSimilarProducts()}>

<{t}>Similar Products<{/t}>

<{if $settings.integrations.clerk_replace_product_similar && $settings.integrations.enable_clerk && $settings.integrations.clerk_api_key}> <{include file="components/external-products.html" max=$max_products_for_similar card_class="product-card--sm" external="clerk" endpoint="recommendations/substituting" current_product=$product->getProductId() }> <{else}>
    <{include file="components/product-loop.html" product=$product variant="similar" max=$max_products_for_similar card_class="product-card--sm" show_add_to_cart="false" autofill=$settings.product.enable_autofill_similar}>
<{/if}>
<{/if}> <{/if}> <{include file="components/product-view-othersalsobought.html" autofill=$settings.product.enable_autofill_others_also_bought variant="desktop" max=$max_items_for_others_also_bought_desktop}> <{include file="components/product-view-othersalsobought.html" autofill=$settings.product.enable_autofill_others_also_bought variant="mobile" max=$max_items_for_others_also_bought_mobile}>
<{include file="components/product-view-related-products.html" autofill=$settings.product.enable_autofill_related}> <{include file="components/page-blocks.html"}>