{sprintf_wp( 'You are about to delete a variant of SKU “%s” of product “%s”.', "{ { getName() } }", "{ { product.name } }" )} {sprintf( _w('You are about to delete SKU “%s” of product “%s” with all its variants (%s).'), "{ { getName() } }", "{ { product.name } }", "{ { sku.modifications.length } }" )} {sprintf( _w('You are about to delete SKU “%s” of product “%s” with 1 variant.'), "{ { getName() } }", "{ { product.name } }" )}
{ { !sku_mod ? "{_w("Are you sure you want to delete this SKU?")|escape}" : "{_w("Are you sure you want to delete this SKU variant?")|escape}" } }