入门指南
Magento2实战
Magento学习指南
帮助中心
问答
问答社区
提问
话题
我的问答
工作机会
发布工作
近期工作
文章
集市
收费主题
收费插件
购买积分
我的订单
出售产品
官方文档
Magento 2.4 开发文档
Magento 2.3 开发文档
Magento PWA 开发文档
学习资源
常用工具
Composer 教程
Elasticsearch 教程
knockout-js 教程
Mysql教程
Nginx教程
PHP教程
RabbitMQ 教程
React教程
Redis 教程
RequireJS 教程
Varnish 教程
提问
×
没有产品在购物车中。
去商店
欢迎游客
登入
註冊
忘记密码?
Magento问答社区
问题
问问题
排序:
热门
类别
标签
清除筛选
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.45K 浏览
助理开发人员考试测试题库
题库
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.82K 浏览
高级开发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.45K 浏览
高级开发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.19K 浏览
高级开发Plus人员考试测试题库
0
投票
0
回复
You are working on a custom form in the Admin and the form is too lengthy. To organize the form better, you decide to group the fields into multiple tabs. How do you achieve this?
2.58K 浏览
高级开发Plus人员考试测试题库
0
投票
0
回复
In your phtml template file you need to output a URL inside a JavaScript context. var url = '= /* code here */ ?>'; Which two methods allow you to keep the output XSS-safe?
2.32K 浏览
高级开发Plus人员考试测试题库
0
投票
0
回复
You are creating a new indexer which must run after the targetrule_product_rule index process. When you run bin/magento indexer:reindex, your rule always runs first creating inaccurate data. What is the resolution?
2.32K 浏览
高级开发Plus人员考试测试题库
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.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?
2.37K 浏览
高级开发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.
2.47K 浏览
高级开发Plus人员考试测试题库
0
投票
0
回复
You are creating a new indexer which must run after the targetrule_product_rule index process. When you run bin/magento indexer:reindex, your rule always runs first creating inaccurate data. What is the resolution?
2.41K 浏览
高级开发Plus人员考试测试题库
考试
认证
题库
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?
2.21K 浏览
助理开发人员考试测试题库
0
投票
0
回复
What is the default router in Magento 2?
2.29K 浏览
助理开发人员考试测试题库
0
投票
0
回复
Where CMS router, which processes CMS pages in Magento 2.?
2.30K 浏览
助理开发人员考试测试题库
0
投票
0
回复
« 上一页
1
2
…
37
38
39
40
41
下一页 »
登录
用户名/邮箱/手机
密码
登录
快速登录
注册
|
忘记密码?