<{if $settings.product.enable_others_also_bought}> <{assign var="variant" value=$variant|default:'mobile'}> <{assign var="max" value=$max|default:'3'}> <{assign var="show_add_to_cart" value=$show_add_to_cart|default:false}>

<{t}>Others also bought<{/t}>

<{if $settings.integrations.clerk_replace_product_others_bought && $settings.integrations.enable_clerk && $settings.integrations.clerk_api_key}> <{include file="components/external-products.html" max=$max list_class="product-view__also-bought-list" list_item_class="also-bought-list__item" external="clerk" endpoint="recommendations/most_sold_with" current_product=$product->getProductId() }> <{else}> <{/if}>
<{/if}>