Calculation prompt strings
This commit is contained in:
parent
aa9f4385c8
commit
a40e5f2bb7
|
@ -146,9 +146,8 @@ function woocommerce_admin_scripts() {
|
|||
|
||||
$woocommerce_witepanel_params = array(
|
||||
'remove_item_notice' => __("Remove this item? If you have previously reduced this item's stock, or this order was submitted by a customer, will need to manually restore the item's stock.", 'woocommerce'),
|
||||
'calc_totals' => __("Calculate totals based on order items, discount amount, and shipping? Note, you will need to (optionally) calculate discounts before tax and tax rows manually.", 'woocommerce'),
|
||||
'calc_line_cost' => __("Calculate line costs? Note, you will need to calculate discounts before tax manually. This will calculate line tax based on the customers country. If no billing/shipping is set it will use the store base country.", 'woocommerce'),
|
||||
'calc_line_taxes' => __("Calculate line taxes? This will calculate taxes based on the customers country. If no billing/shipping is set it will use the store base country.", 'woocommerce'),
|
||||
'calc_totals' => __("Calculate totals based on order items, discount amount, and shipping? Note, you will need to (optionally) calculate tax rows and cart discounts manually.", 'woocommerce'),
|
||||
'calc_line_taxes' => __("Calculate line taxes? This will calculate taxes based on the customers country. If no billing/shipping is set it will use the store base country.", 'woocommerce'),
|
||||
'copy_billing' => __("Copy billing information to shipping information? This will remove any currently entered shipping information.", 'woocommerce'),
|
||||
'load_billing' => __("Load the customer's billing information? This will remove any currently entered billing information.", 'woocommerce'),
|
||||
'load_shipping' => __("Load the customer's shipping information? This will remove any currently entered shipping information.", 'woocommerce'),
|
||||
|
|
Loading…
Reference in New Issue