入门指南
Magento2实战
Magento学习指南
帮助中心
问答
问答社区
提问
话题
我的问答
工作机会
发布工作
近期工作
文章
集市
收费主题
收费插件
购买积分
我的订单
出售产品
官方文档
Magento 2.4 开发文档
Magento 2.3 开发文档
Magento PWA 开发文档
学习资源
常用工具
Composer 教程
Elasticsearch 教程
knockout-js 教程
Mysql教程
Nginx教程
PHP教程
RabbitMQ 教程
React教程
Redis 教程
RequireJS 教程
Varnish 教程
提问
×
没有产品在购物车中。
去商店
欢迎游客
登入
註冊
忘记密码?
Magento2考试题库
0
网上收集的Magento2考试题库
问题
类别
Magento2考试题库
助理开发人员考试测试题库
(31)
高级开发Plus人员考试测试题库
(15)
问问题
排序:
热门
标签
清除筛选
订单找不到了呀?
3.43K 浏览
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.92K 浏览
助理开发人员考试测试题库
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.80K 浏览
助理开发人员考试测试题库
0
投票
0
回复
What ways are possible to wrap a block with an HTML tag?
2.06K 浏览
助理开发人员考试测试题库
0
投票
0
回复
You wish to create a new router which below steps are need ?
2.15K 浏览
助理开发人员考试测试题库
0
投票
0
回复
When should static files be placed in a theme rather than in a specific module?
1.78K 浏览
助理开发人员考试测试题库
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.53K 浏览
助理开发人员考试测试题库
0
投票
0
回复
A root category is associated with which scope:
2.35K 浏览
助理开发人员考试测试题库
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.92K 浏览
助理开发人员考试测试题库
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.87K 浏览
助理开发人员考试测试题库
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.98K 浏览
助理开发人员考试测试题库
0
投票
0
回复
Keeping maintainability in mind, how do you add a new link to the customer account sidebar?
1.85K 浏览
助理开发人员考试测试题库
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.95K 浏览
助理开发人员考试测试题库
0
投票
0
回复
What must be done differently to properly generate a URL in the Magento backend?
2.05K 浏览
助理开发人员考试测试题库
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.96K 浏览
助理开发人员考试测试题库
题库
0
投票
0
回复
When writing a model triad (model, resource model, collection), what is the correct way to save a model to the database?
2.15K 浏览
助理开发人员考试测试题库
题库
0
投票
0
回复
When creating a new data provider collection for a uiComponent, what class must you extend?
1.99K 浏览
助理开发人员考试测试题库
0
投票
0
回复
You are creating a module that will be sold on the Magento Marketplace. You wish for this module to be easily extensible, and decide to add the capability for other developers to utilize extension attributes.What is the minimum update necessary to enable this capability?
1.72K 浏览
高级开发Plus人员考试测试题库
0
投票
0
回复
You need to render a product attribute’s raw value as a variable in a script tag. This value will be used to initialize an application on the frontend.How do you render this value?
2.35K 浏览
高级开发Plus人员考试测试题库
0
投票
0
回复
You need to add a new column to the sales_shipment and the sales_shipment_grid tables.Other than utilizing the default addColumn methods, what way is automatic?
1.98K 浏览
高级开发Plus人员考试测试题库
0
投票
0
回复
Magento Input Processing Any request data can be manipulated by attackers and can contain malicious values such as: (Select 4)
2.09K 浏览
高级开发Plus人员考试测试题库
0
投票
0
回复
Cross-site scripting, or XSS, is a security vulnerability that can be found in web applications, Magento extension developers should be aware of these vulnerabilities to avoid introducing them in their code. In Magento mainly three types of XSS vulnerabilities:
1.59K 浏览
高级开发Plus人员考试测试题库
0
投票
0
回复
What effect does this plugin have for customer segments?">You are exploring the customer segment module and find this code in frontend/di.xml:
What effect does this plugin have for customer segments?
1.83K 浏览
高级开发Plus人员考试测试题库
0
投票
0
回复
You are working with an OMS(Magento Order Management System ) that requires you to add an attribute to the order API. How do you add a field to the existing sales API?
1.81K 浏览
高级开发Plus人员考试测试题库
0
投票
0
回复
You are making some changes to your existing action controller \MyCompany\MyModule\Controller\Index\Index public function __construct( \Magento\Framework\App\Action\Context $context,
, \Magento\Framework\View\Result\PageFactory $resultPageFactory){ You want to inject a new dependency to the controller, but you encounter the following error after flushing the cache and reloading the page: Recoverable Error: Argument 2 passed to MyCompany\MyModule\Controller\Index\Index::__construct() must be an instance of
...How do you fix the error?
1.75K 浏览
高级开发Plus人员考试测试题库
0
投票
0
回复
1
2
下一页 »
赞助商
话题
M2交流区
358 问题
开发笔记
120 问题
教程资料
82 问题
M2安装设置
81 问题
福利区
64 问题
最新问题
默认主题头部和尾部代码在哪儿替换
1 Answer - 0 Votes
magento 2 admin 登录报错 Sorry, you need permissions to view this content.
1 Answer - 0 Votes
Magento2 B2B 代码
0 Answers - 0 Votes
Brand 里面的产品无法显示,后台产品队列一直不能消除
1 Answer - 0 Votes
magento2 网站最近总是出现502,一直为找到原因
1 Answer - 0 Votes
消灭零回复
Magento2 B2B 代码
0 Answers - 0 Votes
magento主题所有页面开发设计
0 Answers - 0 Votes
magento2 开发招聘 - base 上海 20-22K
0 Answers - 0 Votes
安装官方网站的免费主题主题swissup/breeze-evolution:2.1.2,出现页面html代码无法正常解析
0 Answers - 0 Votes
外企 招聘magento工程师-上海
0 Answers - 0 Votes
登录
用户名/邮箱/手机
密码
登录
快速登录
注册
|
忘记密码?