Which Business Manager module should the Developer use to meet this requirement?

Universal Containers needs to have Apple Pay disabled for the country of Spain. Which Business Manager module should the Developer use to meet this requirement?A . Merchant Tools > Ordering > Payment Methods B. Merchant Tools > Site Preferences > Apple Pay C. Merchant Tools > Ordering > Payment Processors...

September 14, 2022 No Comments READ MORE +

How should they define the rendering logic of the page?

A developer is tasked with the development of anew Page Designer Page Type, as requested by the merchant. How should they define the rendering logic of the page?A . Implement a JavaScript file with a render () function. B. Implement a metadata JSON file with a ''render'' property. C. Implement...

September 13, 2022 No Comments READ MORE +

When looking at Custom Object instances for a site, a merchant notices that the creation date is not showing up on the instances in Business Manager.

When looking at Custom Object instances for a site, a merchant notices that the creation date is not showing up on the instances in Business Manager. Where should the developer add this attribute to the Custom Object so it is visible for the merchant to see in Business Manager'A ....

September 13, 2022 No Comments READ MORE +

What does the Developer need to change in Business Manager to fulfill this requirement?

A Digital Developer has a new requirement to disable the "Discover" credit card type for all checkouts. What does the Developer need to change in Business Manager to fulfill this requirement?A . Checkout exclusion rules in the Merchant Tools > Site Preferences > Checkout Preferences module. B. Credit card exclusion...

September 13, 2022 No Comments READ MORE +

Which statement should the Developer use to lazy load scripts?

A Digital Developer is asked to optimize controller performance by lazy loading scripts as needed instead of loading all scripts at the start of the code execution. Which statement should the Developer use to lazy load scripts?A . importPackage () method B. $.ajax () jQuery method C. local include D....

September 13, 2022 No Comments READ MORE +

How should the Digital Developer update their sandbox using this staging site export file?

Universal Containers created a site export file from staging in the global export directory. How should the Digital Developer update their sandbox using this staging site export file?A . Perform a data replication from staging. B. Use the Site Development > Site Import & Export Business Manager module. C. Download...

September 13, 2022 No Comments READ MORE +

Which three object types can a developer import using the Merchant Tools > Content > Import & Export module in Business Manager? (Choose three.)

Which three object types can a developer import using the Merchant Tools > Content > Import & Export module in Business Manager? (Choose three.)A . Content slots B. Images and other static assets C. Products D. Folders E. Content assetsView AnswerAnswer: A,C,D

September 12, 2022 No Comments READ MORE +

How should the developer configure the products?

A developer wants to configure multiple products that should only be sold as a group. It should not be possible for buyers to buy these products individually . How should the developer configure the products?A . Bundle B. Set C. Variation GroupView AnswerAnswer: A

September 11, 2022 No Comments READ MORE +

A developer has the following files in template/resources:

A developer has the following files in template/resources: account.proierties weight.unit=kilos account_en.propierties weight.unit=stones account_en_US.propierties weight.unit= pounds Using the default locale configuration, what is the current outcome of the page that renders the account.isml template snippet below when visiting the Sofrefront with the English for Canada(en_CA) locale= Your parcel weighs 10 ${Resource.msg(‘weight.unit’,’account’)}A...

September 11, 2022 No Comments READ MORE +

In order to build the SFRA code to a developer sandbox for the first time, which build steps should the developer perform for the site to appear and function as designed?

In order to build the SFRA code to a developer sandbox for the first time, which build steps should the developer perform for the site to appear and function as designed?A . npm run compile:js, npm run compile:html, npm run clean B. npm run compile:scss, npm run compile:html, npm run...

September 11, 2022 No Comments READ MORE +