vipin garg

Home/vipin garg

About vipin garg

This author has not yet filled in any details.
So far vipin garg has created 0 blog entries.

How to use magento 1 customer password in magento 2

Magento 1 use MD5 hash to encrypt the password and Magento 2 use SHA-256. In Magento 1, they use Mage_Core_Model_Encryption class with following functions. [crayon-64255be838e8d725365184/] [crayon-64255be838e96299198562/] Magento 1 generate hash by md5(salt + password) and save in database with

By |2023-01-17T20:13:12+05:3022 August 2018|Comments Off on How to use magento 1 customer password in magento 2

How to create magento2 knockout chart

You can download complete working example from below url https://github.com/mukdam/magento2-knockout-chart See below how it will work. Create a phtml file [crayon-64255be839669094050105/] [crayon-64255be839675832435549/] Create a .html file [crayon-64255be839677076986361/] And add a js [crayon-64255be839679036671640/] You can draw more type graph

By |2023-01-17T20:13:24+05:3020 August 2018|Comments Off on How to create magento2 knockout chart
Go to Top