+ {process.env.COMMERCE_CUSTOMCHECKOUT_ENABLED && (
+ <>
+ {/* Shipping Address */}
+ {/* Only available with customCheckout set to true - Meaning that the provider does offer checkout functionality. */}
+
+
+
+
+
+ + Add Shipping Address
+ {/*
+ 1046 Kearny Street.
+ San Franssisco, California
+ */}
+
+
+ {/* Payment Method */}
+ {/* Only available with customCheckout set to true - Meaning that the provider does offer checkout functionality. */}
+
+
+
+
+
+ + Add Payment Method
+ {/* VISA #### #### #### 2345 */}
+
+
+ >
+ )}