入门指南
Magento2实战
Magento学习指南
帮助中心
问答
问答社区
提问
话题
我的问答
工作机会
发布工作
近期工作
文章
集市
收费主题
收费插件
购买积分
我的订单
出售产品
官方文档
Magento 2.4 开发文档
Magento 2.3 开发文档
Magento PWA 开发文档
学习资源
常用工具
Composer 教程
Elasticsearch 教程
knockout-js 教程
Mysql教程
Nginx教程
PHP教程
RabbitMQ 教程
React教程
Redis 教程
RequireJS 教程
Varnish 教程
提问
×
没有产品在购物车中。
去商店
欢迎游客
登入
註冊
忘记密码?
助理开发人员考试测试题库
31
基于Magento开源(2.3)和Magento Commerce(2.3), 总共60个问题,90分钟, 68%通过
问题
类别
助理开发人员考试测试题库
问问题
排序:
热门
标签
清除筛选
订单找不到了呀?
2.83K 浏览
petter
已回答
2021年8月2日
助理开发人员考试测试题库
0
投票
2
回复
You are creating a new store configuration entry. As part of the requirements, this entry must only be visible in the global and website scopes. What is the purpose of this limitation?
1.53K 浏览
助理开发人员考试测试题库
0
投票
0
回复
You are adding an extension attribute to the CustomerInterface class. You have specified data for the extension attribute, but when you check the database, nothing has been saved. Why is that?
1.38K 浏览
助理开发人员考试测试题库
0
投票
0
回复
What ways are possible to wrap a block with an HTML tag?
1.58K 浏览
助理开发人员考试测试题库
0
投票
0
回复
You wish to create a new router which below steps are need ?
1.66K 浏览
助理开发人员考试测试题库
0
投票
0
回复
When should static files be placed in a theme rather than in a specific module?
1.36K 浏览
助理开发人员考试测试题库
0
投票
0
回复
You wish to create a custom 404 page that only displays for specific URLs. This was necessary because of the Magento 1 to Magento 2 migration and the need to redirect URLs from the old site to the new site. This custom 404 page should only appear once all other routers have not matched the URL. Keeping maintainability in mind, how do you implement this?
1.28K 浏览
助理开发人员考试测试题库
0
投票
0
回复
A root category is associated with which scope:
1.77K 浏览
助理开发人员考试测试题库
0
投票
0
回复
You have created a custom customer attribute that displays the last time that the customer made a purchase, stored in UTC. This attribute needs to be visible in the Customer grid. The column is visible, but, when it is loaded, only the date is visible—not the time. You have verified that both the date and time are stored in the database. Keeping user experience in mind, what is the solution?
1.49K 浏览
助理开发人员考试测试题库
0
投票
0
回复
You need to add a date column to a uiComponent in a Magento admin grid. What three actions must you take to successfully implement this?
1.43K 浏览
助理开发人员考试测试题库
0
投票
0
回复
You need to implement a fallback for VAT ID validation to prevent downtime should the validator service be unavailable. How do you add the fallback?
1.69K 浏览
助理开发人员考试测试题库
0
投票
0
回复
Keeping maintainability in mind, how do you add a new link to the customer account sidebar?
1.46K 浏览
助理开发人员考试测试题库
0
投票
0
回复
You need to add a residential / commercial destination selector to the shipping address on the checkout.What are the steps needed to add this selector?
1.55K 浏览
助理开发人员考试测试题库
0
投票
0
回复
What must be done differently to properly generate a URL in the Magento backend?
1.59K 浏览
助理开发人员考试测试题库
0
投票
0
回复
You are tasked with creating a widget that will render a product’s price using the Magento price rendering system. How do you do this?
1.56K 浏览
助理开发人员考试测试题库
题库
0
投票
0
回复
When writing a model triad (model, resource model, collection), what is the correct way to save a model to the database?
1.68K 浏览
助理开发人员考试测试题库
题库
0
投票
0
回复
When creating a new data provider collection for a uiComponent, what class must you extend?
1.55K 浏览
助理开发人员考试测试题库
0
投票
0
回复
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?
1.43K 浏览
助理开发人员考试测试题库
0
投票
0
回复
What is the default router in Magento 2?
1.43K 浏览
助理开发人员考试测试题库
0
投票
0
回复
Where CMS router, which processes CMS pages in Magento 2.?
1.46K 浏览
助理开发人员考试测试题库
0
投票
0
回复
Front Controller: Creating the List of Routers . Where is located in
-----?
1.45K 浏览
助理开发人员考试测试题库
0
投票
0
回复
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?
1.38K 浏览
助理开发人员考试测试题库
0
投票
0
回复
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?
1.44K 浏览
助理开发人员考试测试题库
0
投票
0
回复
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?
1.35K 浏览
助理开发人员考试测试题库
0
投票
0
回复
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?
1.42K 浏览
助理开发人员考试测试题库
0
投票
0
回复
1
2
下一页 »
赞助商
话题
M2交流区
338 问题
开发笔记
119 问题
教程资料
82 问题
M2安装设置
79 问题
福利区
64 问题
最新问题
有什么办法不然SKU图显示在SPU的缩略图里?
1 Answer - 0 Votes
关于catalog_product_price_index表的疑问
1 Answer - 0 Votes
Magento2.4 网站后台登录地址添加 Basic HTTP Authentication
1 Answer - 0 Votes
M2订单列表这里选中多个订单打印pdf,能生成不同的pdf文件吗?
0 Answers - 0 Votes
产品分类页显示产品不够,五页产品,第3页,第5页不显示产品,关键字搜索也无法显示产品
1 Answer - 0 Votes
消灭零回复
M2订单列表这里选中多个订单打印pdf,能生成不同的pdf文件吗?
0 Answers - 0 Votes
按照教程创建rest api,返回404 提示请求与任何路由不匹配
0 Answers - 0 Votes
apache magento2.4 安装后一直404 包括静态文件
0 Answers - 0 Votes
paypal plus 切换 paypal checkout
0 Answers - 0 Votes
宝塔的magento2伪静态怎么写
0 Answers - 0 Votes
登录
用户名/邮箱/手机
密码
登录
快速登录
注册
|
忘记密码?