Route Package Protection

Route Package Protection

Regular price $0.98 $0.00 Unit price per
Route provides protection for shipments that are lost, broken, or stolen. Add Route to your cart at checkout to enable protection.

Visit route.com to learn more.


$(document).ready(function() { $('body').on('click', '[name="checkout"], [name="goto_pp"], [name="goto_gc"]', function() { if ($('#agree').is(':checked')) { $(this).submit(); } else { alert("You must agree with the shop policies to check out."); return false; } }); });