How can I modify my checkout shipping rate for subscription products?

I have developed my website. I need to improve my shipping rates functionality. Currently for shipping rate i am using local deivery option as km wise radius.
rate as follows(eg.)
0-4km - 5 rupees
4-8km - 10 rupees
8-12km - 15 rupees etc.

For all product, as per radius km wise calculated properly shipping rate.

But In my product list, I want extra charge for “subscription” collection products. for eg.
My “subscription” product will be mothly basis one time order . But we deliver that product weekly basis.
So for that products i want charge as following i.e
(shipping rate) * 4 i.e. (5*4=20)

if its from 4-8 km then 10*4 i.e. total shipping rate will 40

Accordingly i want set shipping rate price for subscription product.

Its will great feature for my subscription thing.