AbanteCart Community

Shopping Cart Operations => Support => Extension Support => Topic started by: kiwi on August 31, 2020, 05:02:27 PM

Title: default_local_delivery and default_flat_rate select shipping method by postcode
Post by: kiwi on August 31, 2020, 05:02:27 PM
Have installed the new Default Local Delivery extension to help split shipping cost from One Flat rate Plus One Rural Delivery cost.
It works, so for every order has the flat rate shipping of $6.50 great.
then if a customer enters one of the Rural postcodes the shipping changes to $13.50.
However once the customer has checkout to the Delivery Information page, All shipping methods are avalible for the customer to select, so they can still choose the cheaper option rather than the correct option.(image below)
How can i make there only one shipping method (the correct one) or remove the shipping method option, but still charge the correct shipping amount?
Once the Rural Delivery is selected it overrides the flat rate shipping so the only shipping method option will be the correct one?
Every order gets flat rate of $6.50 except for the postcodes loaded (image below) they get shipping cost of $13.50.
Title: Re: default_local_delivery and default_flat_rate select shipping method by postcode
Post by: abantecart on September 05, 2020, 09:34:00 PM
This is the way AbanteCart shipment options work. All available shipment options will be offered if they match the conditions.
You can disable other shipments if you do want them to be available.
You can restrict shipments per location.
Title: Re: default_local_delivery and default_flat_rate select shipping method by postcode
Post by: kiwi on September 05, 2020, 10:23:20 PM
People just dont seem to select the correct freight for there area.. costs more to email them and wait for the extra $4...
I was hoping that there was a way that when one shipping option is selected it would disable the others for that check out session only.

Is there a extension that has more than one condition ? ie two options., 
select
charge Rural if postcode on list, option 1
 else
charge flatrate, option 2

seems like it should be fairly straight forward?
Any ideas on the easiest way to implement this?
Title: Re: default_local_delivery and default_flat_rate select shipping method by postcode
Post by: kiwi on September 06, 2020, 07:52:13 PM
This is the way AbanteCart shipment options work. All available shipment options will be offered if they match the conditions.
You can disable other shipments if you do want them to be available.
You can restrict shipments per location.

People just dont seem to select the correct freight for there area.. costs more to email them and wait for the extra $4...
I was hoping that there was a way that when one shipping option is selected it would disable the others for that check out session only.

Is there a extension that has more than one condition ? ie two options., 
select
charge Rural if postcode on list, option 1
 else
charge flatrate, option 2

seems like it should be fairly straight forward?
Any ideas on the easiest way to implement this?