The Departmental Directorate of Population Protection (DDPP) warns against a new form of scam by telephone or by mail emanating from alleged furnishings. These are most often “aggressive” practices. © Gerd Altmann/Pixabay – This new scam particularly targets the elderly. Save save Receive scam alerts Watch out for gifts too beautiful to be true. A new scam has just emerged in the department of Maine-et-Loire, says Ouest-France. It is the Departmental Directorate of Population Protection (DDPP) which alerts a canvassing and the sending of letters emanating from furniture stores. According to the DDPP, crooks “invite you to come and take a gift or participate in a lottery in their premises”. The state service, which requires the greatest “vigilance”, confirms that the elderly are the first aims. How do they operate? Via methods described as fallacious. Indeed, to deceive their victims, the crooks do not hesitate to artificially inflate the prices of exposed products, to allow their sellers to put forward false promotions in order to make believe in “a good deal” or to give gifts which do not correspond at all to what has been announced since they are of “low value”. Read also: scams with sharp hearing prostheses, beware of the telephone canvassing of many deceived business practices DDPP, some sellers do not hesitate to “exert constant pressure” during commercial negotiations in order to encourage a customer to buy a piece of furniture. They also do not respect the withdrawal period of 14 days “from the signing of the sales contract”. The management would like to recall that “even if the article was delivered the same day with resumption of the old furniture, the law authorizes the withdrawal within 14 days”. So many “misleading commercial practices” on the quality and origin of the items put up for sale, qualified as “particularly aggressive”. Read also: What is the scam with the wine bottle that targets the elderly? In this kind of case, it is advisable not to follow up by phone, even if you receive these kinds of letters. If you intend to buy a piece of furniture, it is better to go personally to a specialized store. Finally, beware of overly attractive offers are often synonymous with scams! Receive our latest news every day, selecting the main news of the day. (tagstotranslate) Scams
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!