You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -136,8 +136,8 @@ This may fallback to asynchronous mode even if it's marked synchronous, so
136
136
This node does not have any inputs and produces a warning when saved. If an external provider is desired for pricing, the Async Confirm Price node can be replaced with this node instead.</description>
137
137
<name>Confirm_Price</name>
138
138
<label>Confirm Price</label>
139
-
<locationX>1880</locationX>
140
-
<locationY>771</locationY>
139
+
<locationX>1945</locationX>
140
+
<locationY>828</locationY>
141
141
<actionName>B2BSyncPricing</actionName>
142
142
<actionType>apex</actionType>
143
143
<connector>
@@ -186,7 +186,7 @@ This node does not have any inputs and produces a warning when saved. If an exte
186
186
<description>This obtains the delivery methods and pricing to show the user on the delivery method screen. This calls a custom inventory invocable action that should be further customized.</description>
187
187
<name>Shipping_Cost</name>
188
188
<label>Shipping Cost</label>
189
-
<locationX>2322</locationX>
189
+
<locationX>2226</locationX>
190
190
<locationY>828</locationY>
191
191
<actionName>B2BSyncDelivery</actionName>
192
192
<actionType>apex</actionType>
@@ -411,8 +411,8 @@ There's more smarts that could be here by adding other outcomes of the stat
411
411
<description>Ensures that if the buyer starts a second checkout that we don't attempt to progress this duplicate checkout.</description>
@@ -565,32 +565,6 @@ There's more smarts that could be here by adding other outcomes of the stat
565
565
<label>No Purchase Order or Payment</label>
566
566
</rules>
567
567
</decisions>
568
-
<decisions>
569
-
<description>This determines whether or not the screen navigates to the next screen or goes back to the previous screen. In the case that wait screens are added, this ensures that we can bypass those screens and go straight back to the previous screen that the user can have an action.</description>
<description>Most of the logic for the checkout lives in this flow. This is where the checkout starts and ends. It will terminate by redirecting to the Order Confirmation page or on an error page if an error occurs. Most of the integrations are run synchronously, though a few have to put on MQ for standard pricing and promotions.</description>
595
569
<interviewLabel>(Checkout) Main B2B Checkout {!$Flow.CurrentDateTime}</interviewLabel>
596
570
<label>(Checkout) Main Checkout</label>
@@ -844,8 +818,8 @@ There's more smarts that could be here by adding other outcomes of the stat
844
818
<description>After each screen, we need to ensure the session is still active. If the buyer started a new checkout, this tab might still be active but the session is archived. We want to terminate if that's the case.</description>
@@ -1234,8 +1197,8 @@ There's more smarts that could be here by adding other outcomes of the stat
1234
1197
<description>Display the shipping address and instructions for the user to update. Place differently than other screen nodes to reduce overlapping lines.</description>
1235
1198
<name>Shipping_Options</name>
1236
1199
<label>Shipping Options</label>
1237
-
<locationX>1138</locationX>
1238
-
<locationY>1366</locationY>
1200
+
<locationX>1266</locationX>
1201
+
<locationY>843</locationY>
1239
1202
<allowBack>false</allowBack>
1240
1203
<allowFinish>true</allowFinish>
1241
1204
<allowPause>false</allowPause>
@@ -1280,52 +1243,6 @@ There's more smarts that could be here by adding other outcomes of the stat
1280
1243
</connector>
1281
1244
</start>
1282
1245
<status>Active</status>
1283
-
<subflows>
1284
-
<description>This calls the standard promotions calculation. Note this runs asynchrously, which differs from the other integrations which run synchronously.</description>
<description>Updates and confirms the pricing of the items in the cart. This calls the standard pricing engine. Note this runs asynchrously, which differs from the other integrations which run synchronously.</description>
0 commit comments