Our insightful blogs

  • 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

    • General
    • Digital Engineering
  • 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

    • Ecommerce
    • General
    • Digital Engineering
  • 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.

    • Ecommerce
    • General
    • Digital Engineering
  • 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

    • Ecommerce
    • General
    • Digital Engineering
  • 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

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

    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

    • Ecommerce
    • Digital Engineering