A developer wants to create in Business Manager extension with the cartridge named
plugin_vm_extension.
Which two steps should the developer take for the extension option to show up in Business Manager?Choose 2 answers:
A.
Add plugin_bm_extension to the cartridge path under business manager cartridge site
B.
Add the appropiate roles and permission to the user to view the business manager extension.
C.
Add plugin_bm_extension to the cartridge path under Storefront cartridge site path.
D.
Activate a new code version for the Business Manager Site.
Add plugin_bm_extension to the cartridge path under business manager cartridge site
Activate a new code version for the Business Manager Site.
A Storefront is designed so that multiple pages share a common header and footer layout.
Which ISML tag should a developer use on the templates for these pages to avoid code repetition in the most effective way?
A.
<isdecorate> … </isdecorate>
B.
<iscontent> … </iscontent>
C.
<isreplace> … </isreplace>
D.
<isinclude> … </isinclude>
<isdecorate> … </isdecorate>
A client wants to differentiate their monobrand stores with a special icon when shown in the store
locator. The information is saved in a true/false custom attribute for each Store object in Merchant tools. How should the developer follow SFRA best practices to expose this data for rendering?
A.
Extend the existing Stores_Find controller with a new middleware function that performs the query
B.
Pass the Store system object to the template, so that custom propierties are available
C.
Ad dan <isscript> to the template, and call StoreMgr.searchStoresByCoordinates();
D.
Use the module.superModule functionality and the call method to add a new property to the Store
Model.
Use the module.superModule functionality and the call method to add a new property to the Store
Model.
A Digital Developer extends a system object, Product, and adds a Boolean attribute, “sellable,” to it.
Assuming “prod” is the variable name handling the product, what code can the Developer use to access it?
A.
prod.extended.sellable
B.
prod.sellable
C.
prod.persistable.sellable
D.
prod.custom.sellable
prod.custom.sellable
Which two items are appropriate content of custom logs implemented at checkout?
Choose 2 answers:
A.
Customer’s password at post-checkout sign up
B.
Order failure information
C.
Transaction’s credit card information
D.
Payment gateway service response code
Order failure information
Payment gateway service response code
Page 14 out of 41 Pages |
Previous |