What's on the line 44 in /home/fragra5/public_html/store/includes/functions/functions_general.php?
Printable View
What's on the line 44 in /home/fragra5/public_html/store/includes/functions/functions_general.php?
header('Location: ' . $url);
Is it possible there was a line break at the end of the file? After the closing php tag?
In the functions file or class.minimum_order_amount.php?
class.minimum_order_amount.php
Nope. And I know I'm logged in as a whole account because I can see both prices. See attached. But it's letting me check out. And I have the minimum set to $200.
I thought you had said you replaced the file with the older one... What older one file? The one that came with minimum_order?
It's the one you added to.
Hm... So for certain, line 50 look like this?
if ($_SESSION['cart']->count_contents() > 0 && $_SESSION['customers_whole'] ==1 && MIN_ORDER_AMOUNT > 0) {
if ($_SESSION['cart']->count_contents() > 0 && $_SESSION['customers_whole'] == 1 && MIN_ORDER_AMOUNT > 0) {