@@ -1,5 +1,5 @@
// Fiyat hesaplama — Atölye Dükkânı
const INDIRIM = 10; // yüzde
const INDIRIM = 25; // yüzde — büyük kampanya
function sonFiyat(fiyat) {
return fiyat - (fiyat * INDIRIM / 100);
The note is not visible to the blocked user.