Nicolas Mundemurra
10/10/2024, 3:01 PMCeligo AI
10/10/2024, 3:01 PMAI generated answer (using internal Slack threads):****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ****** The issue you're experiencing with the "TBD" label for the price in your SCA site's delivery methods could be due to a few reasons. One possibility is that the shipping cost is not being calculated correctly or not being overridden when it should be. Based on a similar issue discussed in the threads, it seems that when the shipping cost is calculated manually, the "shippingcostoverridden" flag should be set to "T". However, sometimes this might not happen as expected. To fix this, you could try manually setting the "shippingcostoverridden" flag to "T" when you calculate the shipping cost. This should prevent the shipping cost from being recalculated or changed unexpectedly. Here's a sample code snippet that might help:
javascript
record.setFieldValue('shippingcostoverridden', 'T');
Please note that this is a workaround and might not work in all cases. If the issue persists, it might be due to a different underlying problem.Celigo AI
10/10/2024, 3:02 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.798814714
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.795245707
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.793852389
Celigo AI
10/10/2024, 3:02 PM