• Resolved mayank29gupta

    (@mayank29gupta)


    Is it possible to bulk upload the list of pin codes? My courier partner provides COD for 11,000 pin codes in India. It would take a lot of time to manually add each pin code.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author FullStack-ing

    (@fullstackhouse)

    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

    Thread Starter mayank29gupta

    (@mayank29gupta)

    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.

    • This reply was modified 6 years, 6 months ago by mayank29gupta.
    Plugin Author FullStack-ing

    (@fullstackhouse)

    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

    Thread Starter mayank29gupta

    (@mayank29gupta)

    Thanks. I will wait for the next update. Thanks for considering my suggestion.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Bulk Uploading Pin Codes’ is closed to new replies.