ÜRÜN BULUNMAMAKTADIR
// Get values from the system parameters const currentStock = Number("{STOK}"); // Ensure you use the correct stock parameter name const categoryName = "Kısa Elbise"; // The logic: // 1. Is there stock? // 2. Or is it the "Abiye" category? if (currentStock > 0 || categoryName.trim() === "Abiye") { // Logic to SHOW the model console.log("Showing model:", "{URUNIDLERI}"); } else { // Logic to HIDE the model // If you are inside a loop, you might need: return; or continue; // Or if you are hiding an HTML element: // document.getElementById("{URUNIDLERI}").style.display = 'none'; }
cultureSettings.RegionId: 0 cultureSettings.LanguageCode: TR