Handle Script Interference or State Mismatches

  • Custom scripts or storefront testing can interfere with checkout logic.
  • In some cases, the state/country may initially calculate correctly but then switch to an incorrect value in the backend before checkout completion.

Check: Confirm if recent script changes, tests, or custom code were deployed.

Read more

How do you setup identity or age verification so that only certain locations need to get verified?

Answer: Use Location-Based Identity Verification. This is enabled via the locationRestrictions.requiresVerification attribute in your application configuration to define which countries and regions require verification. Summary Token of Trust now supports location-based verification requirements through the locationRestrictions configuration. This feature allows you to specify which geographic locations (countries and regions)

By darrin