Gov’t urged to ban vegetable exports, set price cap on foodstuff during Ramadan

The National Society of Consumer Protection called on the government to ban vegetable exports during Ramadan and set a price cap for essential food items consumed in households (File photo)

AMMAN — The National Society of Consumer Protection (NSCP) called on the government to ban vegetable exports during Ramadan and set a price cap for essential food items consumed in households.

The NSCP issued a statement on Tuesday due to what they called “unfair” price increase for food items that are essential for any household during Ramadan, as reported by the Jordan News Agency, Petra.

“The prices of some of some vegetables like tomatoes, cauliflower and eggplants, as well as eggs have increased,” the statement noted.

The statement added that the price of tomatoes increased during the first two days of Ramadan by 12.5 per cent.

“Prices are high and do not match the purchasing power of Jordanians, therefore, the government is urged to take immediate action for the unjustified price increase,” the statement added.

The statement also said that the price cap of chicken, which is already high, is being violated.

The NSCP urged the government to tighten control over all markets in the Kingdom “without exception” and impose the harshest penalties on violators.

The statement added that the government’s decision to reduce the general sales tax on soybean to 5 per cent, since it is used in the manufacturing of chicken feed, should be accompanied by a review of the price cap set by the government.

Meanwhile, Abdel Shakour Jamjoum, president of Chicken and Feed Investors’ Association, told The Jordan Times that the reduction in soybean tax does not benefit the sector.

He also added that during the past week, the local consumption of poultry exceeded chicken farms’ supply capacity.

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