admin 284 问题 129 回答 2 最佳回答 48 积分 查看资料 0 投票 admin初学者 提问: 2020-08-25在: 助理开发人员考试测试题库 URL Processing: Base Router URL Composition For example, the URL: http://magento-installation.com/catalog/product/view/id/1 Write structure of the URL, as accepted by the router? 0
admin 284 问题 129 回答 2 最佳回答 48 积分 查看资料 0 投票 admin初学者 提问: 2020-08-25在: 助理开发人员考试测试题库 What is the default router in Magento 2? 0
admin 284 问题 129 回答 2 最佳回答 48 积分 查看资料 0 投票 admin初学者 提问: 2020-08-25在: 助理开发人员考试测试题库 Where CMS router, which processes CMS pages in Magento 2.? 0
admin 284 问题 129 回答 2 最佳回答 48 积分 查看资料 0 投票 admin初学者 提问: 2020-08-25在: 助理开发人员考试测试题库 Front Controller: Creating the List of Routers . Where is located in -----? 0
admin 284 问题 129 回答 2 最佳回答 48 积分 查看资料 0 投票 admin初学者 提问: 2020-08-25在: 助理开发人员考试测试题库 You are building a customization for Magento sites that must change the template for the customer account order history view. How do you accomplish this? 0
admin 284 问题 129 回答 2 最佳回答 48 积分 查看资料 0 投票 admin初学者 提问: 2020-08-25在: 助理开发人员考试测试题库 For fraud prevention purposes, you need to notate the IP address from which a user adds an item to their cart. Which event will allow you access to every cart addition? 0
admin 284 问题 129 回答 2 最佳回答 48 积分 查看资料 0 投票 admin初学者 提问: 2020-08-25在: 助理开发人员考试测试题库 You need to locate several products. You run this code: $productRepository->getList($criteriaBuilder->addFilter(‘type_id’, ‘bundle’)->getItems(); However, you get an error: Type SearchCriteriaInterface expected. What is the solution? 0
admin 284 问题 129 回答 2 最佳回答 48 积分 查看资料 0 投票 admin初学者 提问: 2020-08-25在: 助理开发人员考试测试题库 You have injected \Magento\Framework\Api\SearchCriteria into the constructor method. You then wrote the following code in a method: 1: $search = $this->searchCriteria->setSortOrders([‘entity_id ASC’]); 2: $this->productRepository>getList($search); When running this code, you get an error: Fatal error: Uncaught TypeError: Argument 1 must be an instance of SortOrder, string given. What are two errors present in the examples given? 0
admin 284 问题 129 回答 2 最佳回答 48 积分 查看资料 0 投票 admin初学者 提问: 2020-08-25在: 助理开发人员考试测试题库 How do you make a new category attribute available to be edited in the admin panel? 0