Posted - 10/26/2021 : 20:42:53
Hello, I have a few issues.
1. How do I set the cart to force a login to make a purchase?
I've used these entries in the includes file in the past:
$enableclientlogin=true; // added this line $allowclientregistration=true; // added this line $forceclientlogin=true; // added this line
2. How do I set a wholesale minimum purchase?
I've used these entries in the includes file in the past: $minwholesaleamount=50.00; $minwholesalemessage="Our Minimum Wholesale Order is $50.";
3. After logging in, then checking out using the test credit card number, I get a 404 error. The page not found is cart.php.
Stan
|