Add to Cart β€’ mygovt.info
Add to Cart Handler β€’ Token(s) NO
Add Item to Cart

Normally this page is called from a β€œBuy/Add” button. Current cart items: 0 β€’ DB product table: not detected

Quick Add (Demo Form)

Use either:
β€’ id (product id) to fetch name/price from DB, or
β€’ name + price for a quick custom item.
Product ID (recommended)
OR Custom Item Name
Custom Price (optional)
Currency
Quantity
Back (optional) β€” relative path like /pages/donate.php
Open Cart

How your buttons should call /cart/add.php

Example link button:
https://mygovt.info/cart/add.php?id=12&qty=1&back=/cart/index.php
Or POST from any page:
<form method="post" action="https://mygovt.info/cart/add.php"> <input type="hidden" name="id" value="12"> <input type="hidden" name="qty" value="1"> <button>Add</button> </form>
DB cart sync table detected: none
Session cart always works even if DB columns differ.
Back to Cart