How do you do that using the admin interface?

A merchant tasks you to keep sales managers out of the system configuration backend pages. How do you do that using the admin interface?A . You remove access to the restricted pages from each user’s ACL settingsB . You create a role with limited permissions and assign all sales manager...

May 19, 2022 No Comments READ MORE +

A customer added both configurables to the cart with the same selected variation?

There are two different configurable products which both share one variation. The shared variation is represented by the same simple product. A customer added both configurables to the cart with the same selected variation? How will they be displayed?A . As two separate line items with quantity 1 eachB ....

May 19, 2022 No Comments READ MORE +

Which two events can be used to send an email during the order placement process?

When paying by Bank Transfer, there is a requirement to send an email to customer service with payment details, after the order is placed successfully. Which two events can be used to send an email during the order placement process? (Choose two.)A . sales_order_payment_payB . sales_model_service_auote_submit_beforeC . sales_model_service_quote_submit_successD . sales_order_place_afterView...

May 19, 2022 No Comments READ MORE +

What is wrong with the code?

An Adobe Commerce developer has been tasked to create a new rest API endpoint to get a list of items for a CustomEntity. When testing the endpoint, it throws an exception. This is the code the developer has written forMyVendorModuleApiCustomEntityRepositoryInterface: And this is the implement method within MyVendorMyModulemodelCustomEntityRepository: What is...

May 19, 2022 1 Comment READ MORE +

How do you resolve the exception?

You need to find all orders in the processing state. You have written the code: How do you resolve the exception?A . Use dependency injection to load an instance of the SearchCriteria classB . Change the getList parameter to: $searchCriteraBuilder->addFilter(‘state’,’processing’)->create()C . Clear generated code to get a new version of...

May 18, 2022 No Comments READ MORE +

Considering performance, where would the di .xml be added?

When using the traditional Magento frontend, an Adobe Commerce developer is tasked to create a before plugin every time that the totals information loads on the cart page summary. Considering performance, where would the di .xml be added?A . etc/di.wniB . etc/frontend/di.xmlC . etc/webapi_rest/di.xmlView AnswerAnswer: B

May 18, 2022 No Comments READ MORE +

In order to verify if the store has invoices to be created, what implementation would the Adobe Commerce developer use?

There is an integration developed using a cron service that runs twice a day. sending the Order ID to the integrated ERP system if there are orders that are able to create an invoice. The order is already loaded with the following code: $order =$this->orderRepository->get($orderid); In order to verify if...

May 18, 2022 No Comments READ MORE +

Why was this error received?

A product has some stock and quantity in the Sources panel in its edit view m the admin: But when trying to add this product to the cart on the frontend. the following error is displayed: "The requested qty is not available". Why was this error received?A . The sales...

May 18, 2022 No Comments READ MORE +

What is the correct xml to accomplish this?

An Adobe Commerce developer has been asked to modify the PageBuilder slider content type to allow a new custom content type (other than slide) to be assigned as a child. The developer has already created the new content type called improved.slider_slide their module. They now need to create a new...

May 18, 2022 No Comments READ MORE +

How do you visually check if Magento evaluates your ACL resource as expected?

The module MyCompany_MyModule provides custom admin interface pages. Access to these pages should only be granted to specific users. You add the required configuration to the module’s acl.xml file, but the setting does not seem to work as expected. How do you visually check if Magento evaluates your ACL resource...

May 18, 2022 No Comments READ MORE +