Why should a Digital Developer use ProductSearchModel.getProducts() instead of Category.getOnlineProducts() to access products?

Why should a Digital Developer use ProductSearchModel.getProducts() instead of Category.getOnlineProducts() to access products?A . It is more readable code. B. It has fewer lines of code. C. It uses the search index. D. It reduces accesses to the application server.View AnswerAnswer: D

September 19, 2022 No Comments READ MORE +

What is the correct code to accomplish this?

A developer wants to add a link to the My Account Page. What is the correct code to accomplish this?A . <a href=”${URLUtils.get(‘Account- Show’)}>${Resource.msg(‘myaccount’,’account’,request.locale())}</a> B. <a href=”${url.get(‘Account-Show’)}>${Resource.message(‘myaccount’)}</a> C. <a href=”${URLUtils.url(‘Account- Show’)}>${Resource.msg(‘myaccount’,’account’,null)}</a> D. <a href=”${URLUtils (‘Account- Show’)}>${ResourceMgr.getPropierties(‘myaccount’,’account’,null)}</a>View AnswerAnswer: C

September 19, 2022 No Comments READ MORE +

In what sequence should the developer perform the tasks, so that the custom Site displays the products as intended?

Given the following conditions: • Site export file with a copy of the Storefront data for a custom site • Sandbox with the custom site code, but no Storefront data • Requirement for a working copy of SFRA for development reference A developer is assigned the following Business manager tasks:...

September 19, 2022 No Comments READ MORE +

What should the Developer verify to identify the issue?

Universal Containers recently completed updates to their storefront shopping cart page. A problem has been discovered since the update. Users are no longer able to submit coupon codes on this page. Additionally, authenticated users who try to add a coupon are logged out. The following processing code is found in...

September 19, 2022 No Comments READ MORE +

What will be the log level used for various categories and sub-categories?

A developer has configured the following log levels for categories & sub categories as WARN logging is enabled for 'product’ and DEBUG for "product.import" What will be the log level used for various categories and sub-categories?A . WARN and ERROR are lugged for product" and all its subcategories. For the...

September 19, 2022 No Comments READ MORE +

instead of the Administration section import modules?

A developer is importing edits for two different sites into the same sandbox, and is provided with four different files. Which two XML files should the developer import using the site-specific Merchant Tools import modules, instead of the Administration section import modules? Choose 2 answers.A . System type extensions (solo...

September 18, 2022 No Comments READ MORE +

What does the developer need to do next to fulfill this requirement?

A merchant has a requirement to sell a combination of four existing products with a unique product ID. This collection will be known as ‘Our Top Combo’, and is base don the merchant’s trading information that shows this combination to be in high demand. What does the developer need to...

September 18, 2022 No Comments READ MORE +

Using Business Manager, how can a Digital Developer create a catalog export file that contains only the products assigned to the site catalog?

A digital instance has one site, with one master product catalog separate from the site catalog. Some, but NOT all, products in the master catalog are assigned to categories of the site catalog. Using Business Manager, how can a Digital Developer create a catalog export file that contains only the...

September 17, 2022 No Comments READ MORE +

What method accomplishes this while following best practices?

The developer has been given the following business requirement: • The shipping method, Free Standard Ground Shipping' has an exclusion for products *lth category equals or is child of electronics-televisions.' • The marketing department has scheduled a sale offering a “Free Standard Ground Shipping” method for brand XyzTv televisions for...

September 17, 2022 No Comments READ MORE +

Which code creates a custom object?

A Digital Developer needs to store information temporarily and decides to create a custom object. Which code creates a custom object?A . CustomObject.createCustomObject(CustomObjectType,primaryKey); B. CustomObject.createCustomObject(primaryKey,CustomObjectType); C. CustomObjectMgr.createCustomObject(primaryKey); D. CustomObjectMgr.createCustomObject(CustomObjectType,primaryKey)View AnswerAnswer: A

September 17, 2022 No Comments READ MORE +