入门指南
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)
问问题
排序:
热门
标签
清除筛选
订单找不到了呀?
4.12K 浏览
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?
2.42K 浏览
助理开发人员考试测试题库
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?
2.25K 浏览
助理开发人员考试测试题库
0
投票
0
回复
What ways are possible to wrap a block with an HTML tag?
2.53K 浏览
助理开发人员考试测试题库
0
投票
0
回复
You wish to create a new router which below steps are need ?
2.66K 浏览
助理开发人员考试测试题库
0
投票
0
回复
When should static files be placed in a theme rather than in a specific module?
2.24K 浏览
助理开发人员考试测试题库
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.97K 浏览
助理开发人员考试测试题库
0
投票
0
回复
A root category is associated with which scope:
2.86K 浏览
助理开发人员考试测试题库
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?
2.39K 浏览
助理开发人员考试测试题库
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?
2.35K 浏览
助理开发人员考试测试题库
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?
2.44K 浏览
助理开发人员考试测试题库
0
投票
0
回复
Keeping maintainability in mind, how do you add a new link to the customer account sidebar?
2.31K 浏览
助理开发人员考试测试题库
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?
2.41K 浏览
助理开发人员考试测试题库
0
投票
0
回复
What must be done differently to properly generate a URL in the Magento backend?
2.51K 浏览
助理开发人员考试测试题库
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?
2.44K 浏览
助理开发人员考试测试题库
题库
0
投票
0
回复
When writing a model triad (model, resource model, collection), what is the correct way to save a model to the database?
2.65K 浏览
助理开发人员考试测试题库
题库
0
投票
0
回复
When creating a new data provider collection for a uiComponent, what class must you extend?
2.44K 浏览
助理开发人员考试测试题库
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?
2.19K 浏览
高级开发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.81K 浏览
高级开发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?
2.44K 浏览
高级开发Plus人员考试测试题库
0
投票
0
回复
Magento Input Processing Any request data can be manipulated by attackers and can contain malicious values such as: (Select 4)
2.54K 浏览
高级开发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:
2.01K 浏览
高级开发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?
2.30K 浏览
高级开发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?
2.28K 浏览
高级开发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?
2.18K 浏览
高级开发Plus人员考试测试题库
0
投票
0
回复
1
2
下一页 »
赞助商
话题
M2交流区
368 问题
开发笔记
121 问题
M2安装设置
83 问题
教程资料
82 问题
福利区
64 问题
最新问题
magento 2.3.5 p1 前端正常,后台登录表单提交直接 500
1 Answer - 0 Votes
widget只在首页显示,其他页面都不显示
1 Answer - 0 Votes
app上怎么切换货币啊,那个大神知道?
0 Answers - 0 Votes
magent2 缓存问题
0 Answers - 0 Votes
为什么我本地的catelog_product_view.xml内容和书上的内容不一样?
1 Answer - 0 Votes
消灭零回复
app上怎么切换货币啊,那个大神知道?
0 Answers - 0 Votes
magent2 缓存问题
0 Answers - 0 Votes
请问有没有paypal REST Api实现的支付插件?
0 Answers - 0 Votes
magento2 产品阶梯价表增加字段,前端怎么显示
0 Answers - 0 Votes
Magento2 B2B 代码
0 Answers - 0 Votes
登录
用户名/邮箱/手机
密码
登录
快速登录
注册
|
忘记密码?