1. Restricting Shipping Based on POBOX
Here we are implementing 2 rules:
- Shipping to any US postcode via Standard and Express Delivery
- Excluding Express delivery for POBOX addresses
To achieve this you will need to enter the string of POBOX into the city field within the CSV file. You will then need to set the price to -1 in the POBOX row to remove Express Delivery.
The following screenshot shows the results when a normal address is entered at the checkout:
The following screenshot shows the results when a POBOX address is entered at the checkout:
Please note that in Magento, the POBOX needs to be in the Address Line 1. In the CSV file it goes in the “City” column.