thrownewapi_Exception(ts('Can not parse selected value for field (id = %1) for price set (id = %2)',[1=>$psFieldId,2=>$psId]),'field_value_does_not_exist');
thrownewapi_Exception(E::ts('Can not parse selected value for field (id = %1) for price set (id = %2)',[1=>$psFieldId,2=>$psId]),'field_value_does_not_exist');
thrownewapi_Exception(ts('Empty filed values for price set field (id = %1). Please create it in administer.',[1=>$priceField['id']]),'empty_price_set_field_values');
thrownewapi_Exception(E::ts('Empty filed values for price set field (id = %1). Please create it in administer.',[1=>$priceField['id']]),'empty_price_set_field_values');
thrownewapi_Exception(ts('Not valid value(id = %1) for price set field (id = %2).',[1=>key($psFieldValueId),2=>$psFieldId]),'not_valid_value_for_price_set_field');
thrownewapi_Exception(E::ts('Not valid value(id = %1) for price set field (id = %2).',[1=>key($psFieldValueId),2=>$psFieldId]),'not_valid_value_for_price_set_field');
thrownewapi_Exception(ts('Price field (id = %1) is required field for price set(id = %2)',[1=>$priceSetField['id'],2=>$priceSetField['price_set_id']]),'required_filed_for_price_set');
thrownewapi_Exception(E::ts('Price field (id = %1) is required field for price set(id = %2)',[1=>$priceSetField['id'],2=>$priceSetField['price_set_id']]),'required_filed_for_price_set');