Blogs

About the Author: vipin garg

  • Published On: 22 August 2018By
    • Digital Products & Software

    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. public function getHash($password, $salt = false) { [...]

  • Published On: 20 August 2018By
    • Digital Products & Software

    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 <div data-bind="scope: 'chartscope'"> <!-- ko template: getTemplate() --><!-- /ko --> [...]

  • Published On: 6 August 2018By
    • Digital Products & Software

    First we have to create a field in configuration ‘system.xml’ in folder app/code/Auriga/Email/etc/adminhtml/,  from where we can select which email template will use. <?xml version="1.0" ?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd"> <system> <section [...]

  • Published On: 2 August 2018By
    • Digital Products & Software

    Suppose you have custom field delivery_type in sales_order table.  You are accessing order using rest Api but this field is not present in response. Requested Api: http://localhost/default/rest/default/V1/orders/{order_id} You can get it working for individual order. [...]

  • Published On: 31 July 2018By
    • Digital Products & Software

    By default magento does not allow to use bundle products in configurable products. You can change few files to make it work. You needs to change two files: 1. app/code/core/Mage/Catalog/etc/config.xml [...]

  • Published On: 25 July 2018By
    • Digital Products & Software

    If we want to override controller file in magento 1 then we need to add create custom modules like following: Create a new module and declare it in “app/etc/modules” by [...]

  • Published On: 19 July 2018By
    • Digital Products & Software

    Magento login for admin/customer works fine with Firefox and IE. But sometimes we are not able to login in chrome. This is caused by session cookie compatibility in chrome browser. So sometimes [...]

  • Published On: 18 July 2018By
    • Digital Products & Software

    Wherever scripting is supported in the Elasticsearch API, the syntax follows the same pattern: "script": { "lang": "...", "source" | "id": "...", "params": { ... } } The language the [...]

  • Published On: 11 July 2018By
    • Digital Products & Software

    The REST API documentation published on the Magento 2 Developer Documentation website describes the REST APIs that are available on the latest release of Magento 2.  This documentation is generated from the code base [...]

  • Published On: 14 April 2017By
    • Digital Engineering

    Error / Exception handling is most important part of any php project. There was no way to handle fatal errors in the php  in the previous versions like 5.x.  In [...]

  • Published On: 16 January 2017By
    • Digital Engineering

    Yodlee is a leading data aggregation and data analytics platform powering dynamic, cloud-based innovation for digital financial services.  Today's banking and financial application consumers want one place where they can [...]

  • Published On: 18 November 2016By
    • General
    • Quality Engineering

    There are plenty of ways to test your application. The most popular paradigm is Unit Testing. As for web applications, testing the controller, or model in isolation doesn’t prove your [...]

  • Published On: 3 November 2016By
    • Digital Engineering
    • General

    New Relic Servers for Linux allows you to view and analyze critical system metrics, including CPU usage, physical memory, network activity, processes, and disk I/O utilization and capacity. This section [...]

  • Published On: 3 November 2016By
    • Digital Products & Software

    Magento frontend is little slow with mysql. To solve this problem, We can use mongo db for categories and products listing. We can copy store categories and products to mongo [...]

  • Published On: 10 October 2016By
    • Digital Products & Software

    Optimization is part of every project. If you are a developer, it is essential for you to optimize your script early in the development process itself. Following the best practices [...]

  • Published On: 10 October 2016By
    • Digital Engineering

    How we can submit page changes for review and make live after reviewed it in beaver builder? There is  revisionary plugin https://wordpress.org/plugins/revisionary/.  Revisionary creates a new user role named Revisor. [...]

  • Published On: 24 June 2016By
    • Digital Products & Software

    Elasticsearch is a highly scalable open-source full-text search and analytics engine. It allows you to store, search, and analyze big volumes of data quickly and in near real time. It [...]

  • Published On: 24 June 2016By
    • Digital Engineering

    Elastic Search can be implemented in yii2 easily. You need to setup server and elastic search before to use. After elastic search setup, you need to install the yii2 extension [...]

  • Published On: 24 June 2016By
    • Digital Engineering

    Logging is one of the basic requirements of every projects. Logging needs to manage system level errors, data errors for business logic etc. It can be done easily in most [...]

  • Published On: 10 June 2016By
    • Digital Engineering

    PHP caching is good way to speed up the web page. By storing relatively static data in cache and serving it from cache when requested, the application saves the time [...]

Ready to Gain Real-Time Control Across Every Site?

See how InstaDigin transforms operations with faster decisions, safer execution, and measurable performance gains.