The Global Shea Alliance requires tricycles for cooperatives in Northern Ghana

The Global Shea Alliance requires tricycles for cooperatives in Northern Ghana


The Global Shea Alliance requires tricycles for cooperatives in Northern Ghana. Service providers should submit their quotations by email to Micheal Sakyi Procurement Manager: msakyi@globalshea.com. For technical specifications click to download the document.

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'; })