try:
                    local_shipping = Decimal(
                        request.POST.get('local-price', 0))
                    if local_shipping < 0:
                        errors.append(