@if(product){ @if(!product.is_external){ @if(product.stock_status === 'in_stock'){ {{ text() | translate }} }@else { {{ (text() ? 'out_of_stock' : '') | translate }} } @if(cartItem && cartItem.quantity > 0){
} }@else { {{ (product.external_button_text ? product.external_button_text : 'buy_now') | translate }} } }