2022-10-18 18:40:56 +00:00
|
|
|
export const NUMBERS_AND_ALLOWED_CHARS = '[^-0-9%s1%s2]';
|
|
|
|
export const NUMBERS_AND_DECIMAL_SEPARATOR = '[^-\\d\\%s]+';
|
|
|
|
export const ONLY_ONE_DECIMAL_SEPARATOR = '[%s](?=%s*[%s])';
|
|
|
|
// This should never be a real slug value of any existing shipping class
|
|
|
|
export const ADD_NEW_SHIPPING_CLASS_OPTION_VALUE =
|
|
|
|
'__ADD_NEW_SHIPPING_CLASS_OPTION__';
|
|
|
|
export const UNCATEGORIZED_CATEGORY_SLUG = 'uncategorized';
|
2022-12-23 19:29:44 +00:00
|
|
|
export const PRODUCT_VARIATION_TITLE_LIMIT = 32;
|
2023-01-06 12:41:45 +00:00
|
|
|
export const STANDARD_RATE_TAX_CLASS_SLUG = 'standard';
|