minimum amount does not work
-
the plugin is good but no matter what i put as minimum cart amount, the fee always shows. How can this be fixed to so fee is removed when cart total is $75.00 +.
if ( $cart_total <= $minimum ) {
it does not even work when i use
if ( $cart_total >= $minimum ) {
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘minimum amount does not work’ is closed to new replies.