‘Export square’ expanded, fees reduced following farmers’ complaints — GAM

‘Export square’ expanded, fees reduced following farmers’ complaints —  GAM

AMMAN — The Greater Amman Municipality has expanded the “export square” for fruits and vegetables and reduced the fees imposed on farmers for showcasing their produce there, according to a statement.

The square, erected in the Central Market in downtown Amman last year for the purpose of regulating and organising the distribution of fruits and vegetables both to local markets and abroad, has been the subject of wide dispute in the agricultural sector.

The square was opened last Wednesday, and complaints that it “lacks infrastructure” and has “a very high fee for such a disorganised space” were some of the few mentioned in a statement by the Jordanian Farmers Association in December.

On Saturday, Amman Mayor Yousef Shawarbeh said in a meeting with heads of the agricultural sector that the square has been expanded “with the aim of taking in the largest possible quantity of produce” and that the fee to partake has been reduced from JD10 to JD2.5 per tonne.

Farmers had previously said that JD10 per tonne of produce is “too high of a price on an already financially burdened farmer”.

In March of 2019, President of the Jordan Exporters and Producers Association for Fruits and Vegetables Saadi Abu Hammad told The Jordan Times that farmers will “start exporting through alternative channels if their demands [lowering the square’s fees] are not met”.

He said that when the idea of the square was introduced, which his sector supported, the municipality did not mention that there would be any fees.

Shawarbeh concluded that the square will be “better organised once it has come into full operational mode” and that the farmer will now “only pay 25 per cent of the fees, with the municipality paying the remaining operational costs”.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });