Consumer society starts chicken boycott campaign


Move comes after Trade Ministry's decision to fix prices at JD2 per kg


AMMAN – The Consumer Protection Society (CPS) on Tuesday launched a campaign to boycott chicken after the "unjustifiable" increase in their prices during the first few days of Ramadan, according to a source.

The campaign began one day after the Ministry of Trade, Industry and Supply — prompted by the recent rise in poultry prices — specified an upper limit to the prices of chicken at JD2 per kilogramme.

"The society rejects the ministry's move, which obviously serves the interests of companies over citizens. Chicken is sold at around JD1.20 on average in other months," CPS Spokesperson Sahel Abbadi told The Jordan Times on Tuesday.

Describing the ministry's decision as "disappointing", he called on citizens to abide by the boycott until poultry prices are "back to normal".

In a statement, the Poultry Breeders Union said it will abide by the new pricing, noting that the increase in poultry prices is due to the high cost of production combined with supply and demand.

"It is a well-known fact that consumption increases during Ramadan. All traders and foodstuff producers met with the premier before the start of Ramadan and pledged not to increase the prices," Abbadi said.

He noted that chicken is a staple item for iftar and many Jordanian families consume more than one chicken per day during the holy month.

"We cannot afford to eat red meat or fish every day during Ramadan. I have a family of five, including three children. We buy chicken nearly every day," Saed Rashdan told The Jordan Times.

He voiced hope that the boycotting campaign will be able to reduce the prices of poultry.

In parallel to the CPS's campaign, a national campaign to boycott chicken for one week starting May, 30 was launched, pledging to extend the boycott if the prices do not decrease.

Officials at the Ministry of Trade could not be reached for comment despite several attempts by The Jordan Times.

Earlier this month, representatives of industrial, trade and food sectors met with Prime Minister Hani Mulki and expressed their keenness to provide high-quality goods in Ramadan, pledging that the prices of these items will not increase.

Mulki said that the government would ensure that stocks of foodstuff are available and sold at reasonable prices during the fasting month of Ramadan.

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