What is one way of preventing anexisting payment page from being shown on the checkout payment page?

A configuration value, CO.NewOrder, is set to TRUE.

What is one way of preventing anexisting payment page from being shown on the checkout payment page?
A . Delete the Visualforce page from the code base.
B . Remove the value matching the page name from the pmt.whitelist configurationsetting, then rebuild and activate a new Configuration cache
C . Remove the payment type associated with the payment page from CO.pmts, thenrebuild and activate a new cache.
D . Override the front end template and modify the way the embedded payment page getsloaded from the payment list configuration.

Answer: B

Explanation:

This approach effectively removes the payment page from the list of allowed pages, ensuring it is not displayed during the checkout process.

Reference: Salesforce B2B Commerce documentation on checkout process customization and configuration settings, specifically focusing on payment page handling and the pmt.whitelist setting.

The pmt.whitelist configuration setting in Salesforce B2B Commerce is used to manage the Visualforce pages that support all payment types on the storefront1. If you want to prevent an existing payment page from being shown on the checkout payment page, one way to do it is to remove the value matching the page name from the pmt.whitelist configuration setting. After doing this, you would need to rebuild and activate a new Configuration cache for the changes to take effect1. Please note that this information is based on the Salesforce B2B Commerce documentation and best practices1.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments