Hi,
You need to log in your database and run this sql query (please replace #_ whith your database prefix):
INSERT INTO #__ad_agency_currencies (id, plugname, currency_name, currency_full) VALUES (NULL, 'paypal', 'PHP', 'Philippine Peso');
Then, you need to add this language variable:
ADAG_C_PHP = "₱"
in these language files:
language\en-GB\en-GB.com_adagency.ini
administrator\language\en-GB\en-GB.com_adagency.ini
Kind Regards,
Alin