Index: in-auction/units/sections/ebay_eh.php =================================================================== --- in-auction/units/sections/ebay_eh.php (revision 13203) +++ in-auction/units/sections/ebay_eh.php (working copy) @@ -277,7 +277,7 @@ $processing_data = isset($processing_data) && $processing_data ? unserialize($processing_data) : Array (); if (array_key_exists('ApproveEvent', $processing_data)) { - trigger_error('eBay Error: Tangible Product ApproveEvent is already used by In-Commerce, can\'t replace', E_USER_NOTICE); + trigger_error('eBay Error: Tangible Product ApproveEvent is already used by In-Commerce, can\'t replace', E_USER_WARNING); return ; } Index: in-commerce/units/products/products_event_handler.php =================================================================== --- in-commerce/units/products/products_event_handler.php (revision 13203) +++ in-commerce/units/products/products_event_handler.php (working copy) @@ -749,7 +749,7 @@ if (!getArrayValue($item_data,'PortalGroupId')) { // is subscription product, but no group defined in it's properties - trigger_error('Invalid product '.$field_values['ProductName'].' (id: '.$field_values['ProductId'].')'); + trigger_error('Invalid product '.$field_values['ProductName'].' (id: '.$field_values['ProductId'].')', E_USER_WARNING); return false; }