+ {isLoading ? (
+
Loading pre-order information...
+ ) : preorderVariant ? (
+
+
+
+
+ Available: {formatDate(preorderVariant.available_date)}
+
+
+
+ ) : (
+
+
+ This variant is not configured for pre-order
+
+
+ Set up pre-order configuration to allow customers to order the product variant, then automatically fulfill it when it becomes available.
+
+
+ )}
+
+