$row['pname'] ?? '', 'qty' => $q, 'price' => $pr, 'line' => $pr * $q, ]; } } elseif ($mode === 'single') { $s = $_SESSION['checkout_single'] ?? []; $pname = $s['pname'] ?? ''; $price = (float) ($s['price'] ?? 0); if ($pname === '' || $price <= 0) { checkout_clear_session_flags(); header('Location: catlog.php'); exit; } $amount = (int) round($price * 100); $_SESSION['pending_checkout'] = 'single'; } else { checkout_clear_session_flags(); header('Location: cart.php'); exit; } $del = $_SESSION['checkout_delivery']; $delPreview = htmlspecialchars(format_delivery_block($del)); ?> Confirm payment — Rajwadi Heritage Co.

Confirm payment

Review your order and pay securely

Ship to ·
0) { ?>
×
Product
$val) { if (!empty($val['enabled'])) { $enabledGateways[$key] = $val; } } if (empty($enabledGateways)) { echo '
No payment gateway is currently enabled. Please contact support.
'; } else { ?>

Select your preferred payment method

$info) { $label = ucfirst($id); if ($id === 'ccavenue') $label = 'CC Avenue'; if ($id === 'payglocal') $label = 'PayGlocal'; $imgPath = !empty($info['image']) ? $info['image'] : 'assets/gateways/default.png'; ?>
Edit delivery address