| Exam Code/Number: | 1Z0-1068-20Join the discussion |
| Exam Name: | Oracle CX Commerce 2020 Implementation Essentials |
| Certification: | Oracle |
| Question Number: | 72 |
| Publish Date: | May 25, 2026 |
|
Rating
100%
|
|
The following code from a sample gateway.json file shows the configuration for a web checkout payment gateway extension without the transaction types filled in:
What three of the valid transaction types for the generic payment method are needed for web checkout using redirect? (Choose three.)
A merchant has two country sites, US and France. The Site Base URL for the US site is www.example.com.
They plan to use a subfolder to differentiate the French site's URL. For example, they could set it to www.example.com/france.
What is a potential consequence of using the fr locate code as the subfolder for the French site's URL, such as www.example.com/fr, instead?
Given this widget JavaScript snippet using the CCRestClient library:
What is the URL of the created request to Commerce Cloud?
You need to display a message to a logged in shopper about a relevant promotion, based on the number of products in the cart and the total value of the items. You develop a custom widget that uses the User, Cart and Site view models as displayed in this example Javascipt:
Under what condition is the showCartMsg() function true?
A company has multiple country stores and wants the collection page URL to reflect the language and format specific to the country store. For the site configured with French as the default language, the URL should appear in the following example format: /femmes/chemises/cat1234, where Chemises is the name of the collection, its ID is cat1234, and the Chemises collection appears under the Femmes collection.
What are two of the steps they need to do to accomplish this? (Choose two.)