AD0-E704試験無料問題集「Adobe Certified Master Magento Commerce Architect 認定」
You are writing a new method for retrieving the level of the category in a category tree by its ID. You have a select query:
With the Staging functionality enabled, the returned category level value changes over time while the category tree stays the same. How do you fix this issue?
With the Staging functionality enabled, the returned category level value changes over time while the category tree stays the same. How do you fix this issue?
正解:B
解答を投票する
You are creating a module lo enable customers to attach an image file to the quote items while adding a product to the cart. To save development time, you want to build on top of functionality provided by the class \Magento\Catalog\Model\ImageUploader as much as possible.
The class constructor signature is:
What do you do to process the uploaded file?
The class constructor signature is:
What do you do to process the uploaded file?
正解:A
解答を投票する
Suppose you are working with order collection where you need to get the Customer collection object in foreach loop to check wheather current order's customer accout is locked or not. For this you injected Magento\Customer\Model\Customer $customer in the constructor to use $customer collection object. But in loop when this object is used, you notice that it's returning the same customer even if you pass different customer id to filter the customer collection inside loop. What is the solution for this problem?
正解:D
解答を投票する