@@ -10,3 +10,7 @@ const KDV = 20; // yüzde
function kdvliFiyat(fiyat) {
return fiyat + (fiyat * KDV / 100);
}
function kargoluToplam(sepetTutari) {
return sepetTutari + kargoUcreti(sepetTutari);
The note is not visible to the blocked user.