入门指南
Magento2实战
Magento学习指南
帮助中心
问答
问答社区
提问
话题
我的问答
工作机会
发布工作
近期工作
文章
集市
收费主题
收费插件
购买积分
我的订单
出售产品
官方文档
Magento 2.4 开发文档
Magento 2.3 开发文档
Magento PWA 开发文档
学习资源
常用工具
Composer 教程
Elasticsearch 教程
knockout-js 教程
Mysql教程
Nginx教程
PHP教程
RabbitMQ 教程
React教程
Redis 教程
RequireJS 教程
Varnish 教程
提问
×
没有产品在购物车中。
去商店
欢迎游客
登入
註冊
忘记密码?
Magento中文社区
问问题
排序:
热门
类别
标签
清除筛选
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.77K 浏览
助理开发人员考试测试题库
题库
0
投票
0
回复
When writing a model triad (model, resource model, collection), what is the correct way to save a model to the database?
1.91K 浏览
助理开发人员考试测试题库
题库
0
投票
0
回复
When creating a new data provider collection for a uiComponent, what class must you extend?
1.79K 浏览
助理开发人员考试测试题库
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.51K 浏览
高级开发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.08K 浏览
高级开发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.71K 浏览
高级开发Plus人员考试测试题库
0
投票
0
回复
Magento Input Processing Any request data can be manipulated by attackers and can contain malicious values such as: (Select 4)
1.89K 浏览
高级开发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.44K 浏览
高级开发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.61K 浏览
高级开发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.58K 浏览
高级开发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.61K 浏览
高级开发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?
1.71K 浏览
高级开发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?
1.60K 浏览
高级开发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?
1.60K 浏览
高级开发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?
1.68K 浏览
高级开发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.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.
1.76K 浏览
高级开发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?
1.66K 浏览
高级开发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?
1.60K 浏览
助理开发人员考试测试题库
0
投票
0
回复
What is the default router in Magento 2?
1.63K 浏览
助理开发人员考试测试题库
0
投票
0
回复
Where CMS router, which processes CMS pages in Magento 2.?
1.66K 浏览
助理开发人员考试测试题库
0
投票
0
回复
Front Controller: Creating the List of Routers . Where is located in
-----?
1.66K 浏览
助理开发人员考试测试题库
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.59K 浏览
助理开发人员考试测试题库
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.66K 浏览
助理开发人员考试测试题库
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.53K 浏览
助理开发人员考试测试题库
0
投票
0
回复
« 上一页
1
2
…
36
37
38
39
下一页 »
登录
用户名/邮箱/手机
密码
登录
快速登录
注册
|
忘记密码?