When the purchase quantity is less than the inventory, you can purchase directly, and the minimum purchase quantity is 1
When the purchase quantity is greater than the inventory, you need to order; when ordering, the purchase quantity is: MOQ + N * MPQ
Min Order Quantity:{{ (!scope.row.stock || scope.row.stock === 0 || scope.row.num > scope.row.stock)? scope.row.moq:1 }}
In stock
Out of stock qty.: {{ (scope.row.num - scope.row.stock) }}
Estimated delivery date:
{{scope.row.leadDate}}
The gift of your choose
Item No. | Picture | Part Number & Description | QTY(pcs) | Lead time | price | Total prices | Action |
---|---|---|---|---|---|---|---|
{{index+1}} |
{{item.giftCode}} {{isCn?item.briefCn:item.briefEn}} |
|
{{isCn?'Shipping immediately':'Shipping immediately'}} | {{isCn?'¥':'$'}}{{isCn?item.price:item.price}} | {{isCn?'¥':'$'}}{{isCn?(item.price*item.num):(item.price*item.num)}} |
Are you sure you want to empty the shopping cart?
No account,Create an account
Already a member,Sign in