Câu hỏi được gắn thẻ «custom»

Biểu thị các câu hỏi về Mã tùy chỉnh hoặc các mô-đun tùy chỉnh được sử dụng để thêm / mở rộng / nâng cao chức năng hiện có của Core Magento.

2
Magento 2 - trường lưới quản trị viên tùy chỉnh - lỗi khi sắp xếp hoặc lọc
Tôi đã thêm cột tùy chỉnh vào lưới quản trị, như thế này <column name="customer_name" class="Vendor\Module\Ui\Component\Listing\Columns\CustomerName"> <argument name="data" xsi:type="array"> <item name="config" xsi:type="array"> <item name="filter" xsi:type="string">text</item> <item name="editor" xsi:type="string">text</item> <item name="sortable" xsi:type="string">true</item> <item name="label" xsi:type="string" translate="true">Customer Name</item> <item name="sortOrder" xsi:type="number">30</item> </item> </argument> </column> Trong lớp CustomerName của tôi, tôi tạo các …



6
404 Không tìm thấy lỗi trang khi tôi cố truy cập mô-đun tùy chỉnh trong Magento 2
Tôi đã tạo 2 mô-đun tùy chỉnh trong thư mục nhà cung cấp. Đây là cấu trúc bố cục của tôi: -app -code -Company -Blog -HelloWorld -Controller -Hello -World.php -registration.php -etc -module.xml -frontend -routes.xml Cả hai đều được kích hoạt. Đây là mã của tôi routes.xmlcho mô-đun HelloWorld: <?xml version="1.0"?> …


3
Đường dẫn api tùy chỉnh Đường dẫn api không hợp lệ
Vì vậy, tôi đã làm theo ví dụ này để tạo api tùy chỉnh. Nhưng tôi không chắc là tôi gọi sai hay mã của tôi không đúng. Đây là những gì tôi có. Cấu trúc thư mục: Mycompany Syncreports etc api.xml wsi.xml wsdl.xml Model Sync Api V2.php Api.php /app/etc/modules/Mycompany_Syncreports.xml …
8 api  custom 




2
Magento 2 - Đặt giá trị thuộc tính tùy chỉnh trên trang giỏ hàng
Trong Magento 1.x Tôi đã tạo chức năng sau trong Namespace/Modulename/Model/Observer.php public function salesQuoteItemSetCustomAttribute($observer){ $quoteItem = $observer->getQuoteItem(); $product = $observer->getProduct(); $quoteItem->setCustomerProductPoints($product->getCustomerProductPoints()); } Được gọi là chức năng này trong Namespace/Modulename/etc/config.xml <sales_quote_item_set_product> <observers> <product_point_quote> <class>productpoint/observer</class> <method>salesQuoteItemSetCustomAttribute</method> </product_point_quote> </observers> </sales_quote_item_set_product> Cũng đã chuyển đổi trích dẫn thuộc tính tùy chỉnh của tôi …

2
Sử dụng Magento opConfig.reloadprice () với các tùy chọn jQuery và Tùy chỉnh
Tôi đang cố gắng sử dụng Magento reloadPrice()với jQueryđể làm mới giá. Tôi có một sản phẩm cấu hình với các tùy chọn tùy chỉnh. Không có jQuery, SELECTmã cho tùy chọn là: <select id="select_281" class=" required-entry product-custom-option" title="" name="options[281]" onchange="opConfig.reloadPrice()"> <option value="0"></option> <option rel="1" price="0" value="275"></option> <option rel="2" price="0" …

Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.