Producto no encontrado.
Volver
'; layout_footer(); exit; } if ($_SERVER['REQUEST_METHOD'] === 'POST') { $qty = max(1, min((int)$product['stock'], (int)($_POST['qty'] ?? 1))); $_SESSION['cart'][$product['id']] = min((int)$product['stock'], (int)($_SESSION['cart'][$product['id']] ?? 0) + $qty); if (($_POST['next'] ?? 'cart') === 'checkout') { header('Location: checkout.php'); exit; } header('Location: cart.php?added=' . rawurlencode((string)$product['id'])); exit; } layout_header($product['name'], $product['description']); ?>
← Volver al catálogo

Disponible en almacén: unidades