fix: success save order
This commit is contained in:
parent
b0006ee6bc
commit
6a9a26f71c
@ -465,7 +465,10 @@ class _SuccessSaveOrderPageState extends State<SuccessSaveOrderPage> {
|
|||||||
borderRadius: BorderRadius.circular(8),
|
borderRadius: BorderRadius.circular(8),
|
||||||
),
|
),
|
||||||
child: Text(
|
child: Text(
|
||||||
(item.product.price ?? 0).toString().currencyFormatRpV2,
|
((item.product.price ?? 0) +
|
||||||
|
(item.variant?.priceModifier ?? 0))
|
||||||
|
.toString()
|
||||||
|
.currencyFormatRpV2,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontSize: 14,
|
fontSize: 14,
|
||||||
color: Colors.grey.shade700,
|
color: Colors.grey.shade700,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user