ACC wants stiffer regulation for Internet purchases

AMMAN — The Amman Chamber of Commerce (ACC) has urged official authorities to suspend personal exemption given to products bought through the Internet claiming damage to trading companies.

The goods bought over the Internet are delivered to clients without taking into consideration the customs fees or the sales tax, under the pretext of personal exemption, ACC President Issa Murad said in a statement, adding that most of the goods are counterfeit, not allowed in the Kingdom, in addition to not meeting Jordanian standards.

The chamber explained the negative impact from such exemptions to official institutions because they inflict damage on traders and sponsors of international trademarks committed to set standards.

The Customs Department, in reply to the ACC's official request, said the implementation of the exemptions is affiliated with personal needs and within the deserved value. The department added that the exemption of mail packages from customs fees, sales tax and other taxes applies only to goods of personal use whether foodstuffs, children's toys, shoes or clothes, on the condition that the customs value for the package being no more than JD100. Traders incur multitude of costs whereas many Jordanians view pages on social media websites offering many products.

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