@php $is_disabled = !empty($product->woocommerce_disable_sync) ? true : false; if(empty($product) && !empty($duplicate_product->woocommerce_disable_sync)){ $is_disabled = true; } @endphp
@show_tooltip(__('woocommerce::lang.woocommerce_disable_sync_help'))