Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Method Signature String getReturnPolicy();
Description
Returns the configured return policy for a given cart. This should be displayed to the customer somewhere during the checkout process. Since the return policy can be configured on a per screen branding level it is important to make sure the screenBrandingThemeCode is set on the cart object to the proper theme. By default a new Cart will have the default screen branding theme so that is the return policy that will be returned when this function is called.
Parameters None - the global cart variable is automatically submitted with this call.
Result String - the return policy for the given cart.

  • No labels