dirtygirl
Member
Posted 1 year ago #
I just upgraded to the new eshop 6.2.2. My shipping is configured by weight. however now when I add more than 2 products to my cart the shipping only shows parcel post as an option upon check out. I have it configured for parcel post, priority, flat rate and first class.
My weights are configured correctly. I have no idea what is going on and have been researching for answers and can find none.
Do all of the shipping options have a starting weight of 0?
dirtygirl
Member
Posted 1 year ago #
no - should they? I have them at my lowest product weight but will try that
dirtygirl
Member
Posted 1 year ago #
didnt work still only shows parcel post as an option if I order more than 2 products..but if I only order one product they all show I am stumped my weights in the classes (Except 1st class which only goes to 13 oz) all go up to 8 -10 lbs.
Everything worked until I upgraded.
recreated locally, I'll work on a fix and release when I can.
in checkout.php line57:
if(count($query)==0)
break;
if($query['0']->maxweight!='' && $cartweight > $query['0']->maxweight)
break;
change those break; to continue;
and that fixes it - sorry about that!
dirtygirl
Member
Posted 1 year ago #
Thank you so much! You Rock!!!
;)
It's in for the next release, and I'll clear the little odds and ends I have before releasing - hopefully any other bugs can be ironed out as well.
dirtygirl
Member
Posted 1 year ago #
TY so much working like a charm now :)