Welcome to Ambika Masala, a long-established food company specializing in premium spices since 1969. At Ambika, we are committed to providing high-quality spices that will elevate your culinary experience.
// Fire AddPaymentInfo when WooCommerce renders the checkout form (not thank-you)
add_action('woocommerce_after_checkout_form', function () {
if (function_exists('is_checkout') && is_checkout() && !is_order_received_page()) {
?>