Hi,
No there isn’t a bulk pin codes upload, but our plugin supports ranges.
You can use something like this:
50500...60000 etc.
Best Regards
Thanks. I have one more question. Is it possible to not show COD charges on cart page. It may confuse the potential buyers since they haven’t selected payment method. Also since I support cod for limited pin codes, I only want COD charges to appear once the buyer has entered address therefore I want it to only show on checkout page.
Hi,
We will include this option in our next release.
For now you can hide this with css.
Please keep in mind that this rule will hide any other extra fees you may have, in the cart area.
.woocommerce-cart .cart_totals tr.fee {
display: none;
}
Best Regards
Thanks. I will wait for the next update. Thanks for considering my suggestion.