TOR – Formulation

TOR – Formulation


The Global Shea Alliance in collaboration with the West African Competitiveness Programme (WACOMP) a programme funded by the European Union (EU) and implemented in Ghana by United Nations Industrial Development Organization (UNIDO) is providing technical assistance to stakeholders in the Cosmetic and Personal Care Products Value Chain.

Download...


Copyright © Global Shea Alliance | All rights reserved

C const popup = document.querySelector('.popup'); const close = document.querySelector('.close'); window.onload = function(){ setTimeout(function(){ popup.style.display = "block"; }, 2000) } close.addEventListener('click',()=>{ popup.style.display = 'none'; })