Tag: javascript

  • Custom Frontend Payment Validation in Magento 2

    In this article, I will go through validators used for payment method forms in Magento 2 and show how to create a new custom validator. Overview Sometimes payment methods require additional frontend validations. Whether we want to customize validation message or add extra checks before payment form is marked as valid and data can be […]

  • Magento 2.1.3 Payment Changes Overview and Recommendations

    New Magento 2.1.3 and Magento 2.0.11 releases include payment enhancements and improvements. Changes affect Paypal, Braintree and Authorize.Net payment modules in Magento Community Edition. In this article, I review changes in the Magento\Payment module. Also, I will answer the question about backward compatibility for custom payment integrations. After reading this article you will know: What have new […]

  • Tracking Customer Emails in Magento 2

    In August 2016 I’ve had a chance to write Guest Post on the newly released blog by Zynovo team. In the Tracking Customer Emails in Magento 2 article, I went through the detailed step-by-step guide on creating jQuery Widget on Magento Store Front. Majority of customer forms are implemented using jQuery Widgets and phtml templates. jQuery Widgets […]

  • Magento 2 Modal Widget in Use

    In this article, I will show you how to implement new Module Version field for your Custom Module configuration by using JavaScript Modal Widget component from Magento 2 UI Library. Overview Let’s say you want to show module version somewhere on the configuration settings page of a custom module. It might be helpful for Merchants […]