Các ví điện tử liên tục yêu cầu người dùng cập nhật ảnh chứng minh nhân dân và chụp chân dung nếu muốn sử dụng tiếp. Trong tháng 5/2020, nhiều người dùng ví điện tử liên tục nhận được các thông báo nhắc nhở hoàn tất xác thực tài khoản để có thể tiếp tục giao […]
28 ví được cấp phép nhưng 80-90% thị phần thuộc về vài cái tên như Payoo, MoMo, SenPay, Moca, AirPay và ZaloPay. Hơn chục năm từ khi ví điện tử đầu tiên được thí điểm, Việt Nam đã có 28 đơn vị được cấp phép kinh doanh ví. Thế nhưng, theo số liệu từ Vụ […]
In layered navigation when you filter product collection the url will be append in a format like attribute=value&attribute2=value2 These urls are fine but not really great and user friendly so we want to convert it t o attribute/value/attribute2/value. To do this we need to modify the default router to be continue…
First thing need to do when debugging an issue in Magento is to identify the controller it requires. We need to observe this line Check $actionInstance for the controller class name
Sometime you want a configuration field to have multiple value, and you want to make it easy for administrators to input instead of separating values by delimiter like commas. You can use frontend_model to make a repeatable field For example in system.xml you can do like this And override the function _prepareToRender And in configuration […]
It’s recommended that we should always query entities by searchCriteria because it will add additional data like extension attributes.
Check for the whole merged dom content in You can observe the value of $this->dom and see if any tag doesn’t meet requirements stated in xsd extension files