+
+ {formatPrice(
+ intl,
+ totalPrice.local.regularPrice,
+ totalPrice.local.currency
+ )}
+
+
+
+ {formatPrice(
+ intl,
+ totalPrice.local.regularPrice,
+ totalPrice.local.currency
+ )}
+
+
+ {regularValue}
+
+ {regularPrice}
+
+
+ {formatPrice(
+ intl,
+ selectedRates.totalPrice.local.regularPrice,
+ selectedRates.totalPrice.local.currency
+ )}
+
+
+
+ {formatPrice(
+ intl,
+ selectedRates.totalPrice.local?.regularPrice,
+ selectedRates.totalPrice.local.currency
+ )}
+
+