Posted - 08/14/2020 : 06:07:22
We have not been able to find an area to fix the issue. We have narrowed it down to what is causing the problem however, just cannot find where to fix it.
If you order an item in the cart in excess of £5 all shipping methods set up display upon checkout. If you order an item under £5, or multiples thereof, only one shipping method displays.
He does have minimum purchase set up in the includes .php file it reads as follows (and may be obsolete code since an update)
$minpurchaseamount=5.00; $minpurchasemessage="I'm sorry, we have a minimum purchase amount of £5.00. Please go back and <b>buy some more</b>";
we have also set up store pickup in the includes as follows:
$willpickuptext=FALSE; $willpickupcost=0; $willpickupnohandling=TRUE;
thanks for any additional help or advice you can offer Jayne
|