@adelmis wrote:
hi
when i click on "PLACE ORDER" Instead of doing submit my order in WooCommerce show me this error
how can i fix it ?!controllers.js:614
$scope.listShipping = result.shipping_methods; var firstshipping = ''; for(firstshipping in $scope.listShipping) break; $scope.orderInfo.shipping = $scope.listShipping[firstshipping].id; >>>>>>>>> line 614 if($scope.listShipping[firstshipping].cost !== undefined) { $scope.shippingCost = $scope.listShipping[firstshipping].cost; }
Posts: 1
Participants: 1
