dev #1
@ -465,7 +465,10 @@ class _SuccessSaveOrderPageState extends State<SuccessSaveOrderPage> {
|
||||
borderRadius: BorderRadius.circular(8),
|
||||
),
|
||||
child: Text(
|
||||
(item.product.price ?? 0).toString().currencyFormatRpV2,
|
||||
((item.product.price ?? 0) +
|
||||
(item.variant?.priceModifier ?? 0))
|
||||
.toString()
|
||||
.currencyFormatRpV2,
|
||||
style: TextStyle(
|
||||
fontSize: 14,
|
||||
color: Colors.grey.shade700,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user