Tom Muck

Alpha Dog Blues Band
Home page
All articles
All Extensions | Extension News | Extension FAQs | Customer Login
Books authored or co-authored by Tom Muck
Extensions, books, and other products | Customer Login
Your current cart contents
Tom-Muck.com Blog | CMXTraneous Blog | Flash Remoting Blog
About the site

Minimum Order

Creating a minimum amount for order

If you want to create a minimum amount for an order (for example, not allow orders below $25), try this: Right before this section on CWIncShowCart.php:

<form action="<?php echo($cartweaver->thisPage);?>" method="post" name="PlaceOrder">

add some code to check the order subtotal:

<?php
if($_SESSION["cartSubtotal"] < 25) {
  echo("You must order $25 or more. Go back to correct.");
  echo($cartweaver->cartLinks());
  exit();
}?>

Back to Cartweaver PHP FAQ, code changes, and samples

Pay me securely with your Visa, MasterCard, Discover, or American Express card through PayPal!
Pay me securely with your Visa, MasterCard, Discover, or American Express card through PayPal!
About | Privacy Policy | Contact | License Agreement | ©2002-2025 Tom Muck | Dreamweaver Extensions