parent
7263ec126e
commit
887d398d91
|
@ -279,7 +279,7 @@ class WC_Admin_Assets {
|
|||
'currency_format' => esc_attr( str_replace( array( '%1$s', '%2$s' ), array( '%s', '%v' ), get_woocommerce_price_format() ) ), // For accounting JS
|
||||
'rounding_precision' => WC_ROUNDING_PRECISION,
|
||||
'tax_rounding_mode' => WC_TAX_ROUNDING_MODE,
|
||||
'product_types' => array_keys( wc_get_product_types() ),
|
||||
'product_types' => array_unique( array_merge( array( 'simple', 'grouped', 'variable', 'external' ), array_keys( wc_get_product_types() ) ) ),
|
||||
'i18n_download_permission_fail' => __( 'Could not grant access - the user may already have permission for this file or billing email is not set. Ensure the billing email is set, and the order has been saved.', 'woocommerce' ),
|
||||
'i18n_permission_revoke' => __( 'Are you sure you want to revoke access to this download?', 'woocommerce' ),
|
||||
'i18n_tax_rate_already_exists' => __( 'You cannot add the same tax rate twice!', 'woocommerce' ),
|
||||
|
|
Loading…
Reference in New Issue