Product not found

Product not found

Back to shop

'; exit; } $categoryName = 'Everkarat Jewellery'; foreach ($categories as $category) { if (($category['id'] '') === ($product['category_id'] '')) { $categoryName = (string) ($category['name'] $categoryName); break; } } $image = is_array($product['images'] null) && !empty($product['images'][0]) (string) $product['images'][0] : '/logo-dark.jpeg'; $nameRaw = (string) ($product['name'] 'Everkarat Jewellery'); $name = htmlspecialchars($nameRaw, ENT_QUOTES, 'UTF-8'); $description = htmlspecialchars((string) ($product['description'] $product['short_description'] ''), ENT_QUOTES, 'UTF-8'); $sku = htmlspecialchars((string) ($product['sku'] ''), ENT_QUOTES, 'UTF-8'); $categoryName = htmlspecialchars($categoryName, ENT_QUOTES, 'UTF-8'); $cssFiles = glob(__DIR__ . '/_next/static/css/*.css') : []; $cssHref = $cssFiles '/_next/static/css/' . basename($cssFiles[0]) : ''; $purities = $product['allowed_purities'] ['18kt']; $purity = is_array($purities) && in_array('18kt', $purities, true) '18kt' : (is_array($purities) && !empty($purities[0]) strtolower((string) $purities[0]) : '18kt'); $shapeList = is_array($product['diamond_shapes'] null) $product['diamond_shapes'] : []; $shape = (string) ($product['diamond_shape'] (in_array('round', $shapeList, true) 'round' : ($shapeList[0] 'round'))); $priceData = ek_calculate_price($product, $purity, $shape, (float) ($product['diamond_carat'] 0)); $price = (int) ($priceData['total'] 0); $priceText = $price > 0 '₹' . number_format($price) : 'Price on request'; $productJson = json_encode($product, JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE); $priceJson = json_encode($priceData, JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE); $siteUrl = rtrim((string) (ek_config()['site_url'] 'https://everkaratjewels.com'), '/'); $schema = [ '@context' => 'https://schema.org', '@type' => 'Product', 'name' => $nameRaw, 'image' => [$image], 'description' => $product['description'] $product['short_description'] '', 'sku' => $product['sku'] $product['id'] '', 'brand' => ['@type' => 'Brand', 'name' => 'Everkarat Jewels'], 'offers' => [ '@type' => 'Offer', 'priceCurrency' => 'INR', 'price' => $price, 'availability' => (($product['stock_status'] '') === 'out_of_stock') 'https://schema.org/OutOfStock' : 'https://schema.org/InStock', 'url' => $siteUrl . '/product/' . rawurlencode((string) ($product['slug'] $slug)), ], ]; > <= $name > | Everkarat Jewels
Free insured shipping | IGI Certified Lab Grown Diamonds | BIS Hallmarked Gold
<= $name >
<= $categoryName ><= $sku ' · ' . $sku : '' >

<= $name >

<= htmlspecialchars($priceText, ENT_QUOTES, 'UTF-8') >

<= $description >

Gold weight: <= htmlspecialchars((string) ($product['gold_weight'] 'Custom'), ENT_QUOTES, 'UTF-8') >g
Diamond carat: <= htmlspecialchars((string) ($product['diamond_carat'] 'Custom'), ENT_QUOTES, 'UTF-8') >ct
Stock: <= htmlspecialchars((string) ($product['stock_status'] 'available'), ENT_QUOTES, 'UTF-8') >
Gold cost₹<= number_format((int) ($priceData['gold_cost'] 0)) >
Making charges₹<= number_format((int) ($priceData['making_cost'] 0)) >
Diamond₹<= number_format((int) ($priceData['diamond_cost'] 0)) >
GST 3%₹<= number_format((int) ($priceData['gst'] 0)) >
Total<= htmlspecialchars($priceText, ENT_QUOTES, 'UTF-8') >