MB-Themes Thanks for fast answer
ok if You can please write little more information
me products looks that
// PAYMENT TYPE
define('OSP_TYPE_PUBLISH', '101');
define('OSP_TYPE_PREMIUM', '201');
define('OSP_TYPE_HIGHLIGHT', '401');
define('OSP_TYPE_IMAGE', '501');
define('OSP_TYPE_TOP', '801');
define('OSP_TYPE_REPUBLISH', '601');
define('OSP_TYPE_PACK', '301');
define('OSP_TYPE_MEMBERSHIP', '701');
define('OSP_TYPE_BANNER', '1001');
define('OSP_TYPE_PRODUCT', '1101');
define('OSP_TYPE_MULTIPLE', '901');
understand i must add new Payment type somthinke like this define('OSP_TYPE_PREMIUMPACK', '1901'); ?