Our insightful blogs

  • Published On: 14 August 2018By

    Purpose of using of IN() and Exist() is almost the same. Both MySQL functions are generally used with sub queries. To understand it better lets consider the following schema. Table

    • Digital Engineering
    • General
  • Published On: 13 August 2018By

    Yii provides a whole set of tools to simplify the implementation of Restful Web Service APIs. In particular, It is all about converting request and response parameters in Apis. Goals

    • Digital Engineering
    • General
  • Published On: 6 August 2018By

    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

    • Digital Engineering
    • Ecommerce
    • General
  • Published On: 2 August 2018By

    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.

    • Digital Engineering
    • Ecommerce
    • General
  • Published On: 31 July 2018By

    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

    • Digital Engineering
    • Ecommerce
  • Published On: 25 July 2018By

    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

    • Digital Engineering
    • Ecommerce
    • General
  • Published On: 19 July 2018By

    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

    • Digital Engineering
    • Ecommerce
  • Published On: 18 July 2018By

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

    • Digital Engineering
    • Ecommerce
    • General