[`Confirm product deletion`]

{* @event backend_prod_dialog.%plugin_id%.top *} {if !empty($backend_prod_dialog_event)}{foreach $backend_prod_dialog_event as $_}{ifset($_.top)}{/foreach}{/if} {if $orders_count > 0} {$message = sprintf( _w( 'Found %d order containing product “%s”.', 'Found %d orders containing product “%s”.', $orders_count, false ), $orders_list_url|escape, $orders_count, $product.name|escape )}

{$message}

[`After the deletion of this product, related orders will be preserved but the information on order-viewing pages will become incomplete — only the product name will be visible.`]

[`Delete the product?`]

{else}

{sprintf_wp('No orders containing product “%s”.', $product.name|escape)}

{/if} {* @event backend_prod_dialog.%plugin_id%.bottom *} {if !empty($backend_prod_dialog_event)}{foreach $backend_prod_dialog_event as $_}{ifset($_.bottom)}{/foreach}{/if}