Thẻ: magento 2

Tổng hợp các lỗi thường gặp trên magento

Lỗi checkout:

[2019-08-26 12:05:37] main.CRITICAL: Notice: Undefined index: product_id in /vendor/magento/module-catalog-inventory/Model/StockManagement.php on line 106 {“exception”:”[object] (Exception(code: 0): Notice: Undefined index: product_id in /vendor/magento/module-catalog-inventory/Model/StockManagement.php on line 106 at vendor/magento/framework/App/ErrorHandler.php:61)”} [] Read more…

Magento: Sử dụng điều kiện if/else trong magento 2 layout.

Bạn có thể sử dụng điều kiện IF/ELSE trong magento 2 layout. Điều kiện IF kiểu tra giá trị YES/NO trong magento 2 configuration.
Read more…

Tạo mới magento page layout

Thỉnh thoảng chúng ta cần tạo 1  page layout mới, như layout Fullwidth. Pagelayout giúp chỉnh sửaCMS page đơn giản thuận tiện hơn Read more…

Tạo test scipt đơn giản với magento 2?

Magento test script thường được sử dụng để debug, import data hay viết 1 số test function trước mà ko cần tốn quá nhiều thời gian tạo module mới. Read more…

Cách copy magento collection

Làm thế nào để copy magento collection mà không làm thay đổi collection gốc. Đoạn code dưới đây sẻ giúp bạn copy magento collection. Read more…