Implementing Subscriptions/Recurring Payments using Stripe

What is Stripe ? Stripe is a payment gateway which provides traders the opportunity to sell their products on their platforms and charge their customers based on the product. It provides users the opportunity to sell their product globally

By |2023-01-17T19:55:31+05:3018 August 2022|Comments Off on Implementing Subscriptions/Recurring Payments using Stripe

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-662c6016a6ad0185116295/] [crayon-662c6016a6ae1745953367/] 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-662c6016a70dd314049434/] [crayon-662c6016a70ea030434096/] Create a .html file [crayon-662c6016a70ef719777300/] And add a js [crayon-662c6016a70f3134344361/] 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

How to create custom email template in magento 2

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. [crayon-662c6016a7416288961239/] Now create a email template configuration file at app/code/Auriga/Email/etc location file name should be email_templates.xml

By |2023-01-17T20:14:13+05:306 August 2018|Comments Off on How to create custom email template in magento 2

How to expose a custom field from sales_order table to rest api?

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. Though if you want to show this attribute

By |2023-01-17T20:14:23+05:302 August 2018|Comments Off on How to expose a custom field from sales_order table to rest api?

How to use bundle products in configurable products?

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 [crayon-662c6016a79cb759637666/]   2. app/code/core/Mage/Catalog/Block/Product/View/Type/Configurable.php You need to manage

By |2023-01-17T20:14:38+05:3031 July 2018|Comments Off on How to use bundle products in configurable products?

How to override/extend controller in Magento 1

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 adding a xml file. app/code/modules/Wd_Wishlist.xml: [crayon-662c6016a7cea279605858/] Create folders

By |2023-01-17T20:14:49+05:3025 July 2018|Comments Off on How to override/extend controller in Magento 1

Magento​ ​Login​ ​Issue​ ​With​ ​Chrome

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 in chrome you will not able to login

By |2023-01-17T20:14:57+05:3019 July 2018|Comments Off on Magento​ ​Login​ ​Issue​ ​With​ ​Chrome

How to use scripts in elastic search

Wherever scripting is supported in the Elasticsearch API, the syntax follows the same pattern: [crayon-662c6016a819a512539014/] The language the script is written in, which defaults to painless. The script itself which may be specified as source for an inline script or id for a stored

By |2023-01-17T20:15:05+05:3018 July 2018|Comments Off on How to use scripts in elastic search

How to create custom API in Magento 2

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 using Swagger and represents the state of the code at

By |2023-01-17T20:15:11+05:3011 July 2018|Comments Off on How to create custom API in Magento 2

How to Test Payment Getaway Plugin in Magento Ecommerce

Below tests need to be executed before release. Basic Tests:- Verify that plugin is installable. Verify that plugin is configurable. Verify all mandatory fields (Like- Merchant ID, Access Key, Secret Key). Verify that plugin is Uninstallable.   Front End

By |2023-01-17T20:17:15+05:3022 January 2017|Comments Off on How to Test Payment Getaway Plugin in Magento Ecommerce

Basic Tests for the shopping cart and checkout flow in a E-commerce.

Most E-commerce Websites share a general common theme and structure in which the shopping cart and checkout flow are the most important part. Below are some basic test scenarios related to the shopping cart and checkout pipeline which needs

By |2023-01-17T20:17:32+05:3016 January 2017|Comments Off on Basic Tests for the shopping cart and checkout flow in a E-commerce.

Magento integration with Mongodb and RabbitMq

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 db via observer whenever any changes done by

By |2023-01-17T20:20:10+05:303 November 2016|Comments Off on Magento integration with Mongodb and RabbitMq

PHP optimization tips for any project

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 while coding your PHP script is a good

By |2023-01-17T20:20:19+05:3010 October 2016|Comments Off on PHP optimization tips for any project

Understanding elastic search and installation

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 is generally used as the underlying engine/technology that

By |2023-01-17T20:21:36+05:3024 June 2016|Comments Off on Understanding elastic search and installation

All About Ecommerce : Crucial Marketing Channels

Finally after choosing right CMS, Hosting, Team etc and setting up the web portal, the next most important thing to do is to promote the Websites. Promotion is of crucial nature as good on line marketing strategy makes

By |2023-01-17T20:28:17+05:3029 October 2014|Comments Off on All About Ecommerce : Crucial Marketing Channels

All About Ecommerce – “Choosing Right CMS”

In the first blog of this "All About e-commerce" series, we discussed the importance of having an Ecommerce for our business, now lets move on to some other insights about Online portals. Most Important step when starting an

By |2023-01-17T20:28:39+05:3015 September 2014|Comments Off on All About Ecommerce – “Choosing Right CMS”
Go to Top