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-662ad45415d4f693266815/]   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-662ad4541638c535190348/] 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-662ad45416855897904962/] 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

Changing admin login URL in WordPress

Wordpress is the leading CMS powering over a million websites. It have come a long way in terms of stability and security. However, being open-source and most-used also make it a target of hacks and breaches. While no

By |2023-01-17T20:15:19+05:3015 January 2018|Comments Off on Changing admin login URL in WordPress

How to Configure and Run Jmeter Script by Jenkins for Windows and Ubuntu

Step-1 Firstly, Download and Install the Jenkins. Download latest version from Jenkins official site https://jenkins.io/download/ The next step is to download the Performance Plugin for Jenkins. To download Performance Plugin click on Manage Jenkins, then click on Manage

By |2023-01-17T20:15:29+05:301 November 2017|Comments Off on How to Configure and Run Jmeter Script by Jenkins for Windows and Ubuntu

Facebook Analytics

The magnified entry of Facebook has refined the world of social media. Nowadays, It has become absolutely necessary to make a Facebook fan page for interacting and communicating with the esteemed client. Not to be confused with two

By |2023-01-17T20:16:01+05:304 May 2017|Comments Off on Facebook Analytics

How to Test Payment Getaway Plugin in Prestashop 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 Tests:-

By |2023-01-17T20:16:33+05:302 February 2017|Comments Off on How to Test Payment Getaway Plugin in Prestashop Ecommerce

Multi User Chat with (MUC,Group Chat ) Openfire.

  Openfire provides multiuser chat using smack lib in android. In the previous blog, i have explained connection creation.We need to follow the following the step to configure MUC. Initialisation Connection Create a new Room Join a room

By |2023-01-17T20:16:46+05:3025 January 2017|Comments Off on Multi User Chat with (MUC,Group Chat ) Openfire.

Instant Messaging in Android using XMPP(Openfire)

Extensible Messaging and Presence Protocol (XMPP) is a communications protocol for message-oriented middleware based on XML (Extensible Markup Language).[1] It enables the near-real-time exchange of structured yet extensible data between any two or more network entities. In this

By |2023-01-17T20:17:05+05:3023 January 2017|Comments Off on Instant Messaging in Android using XMPP(Openfire)

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
Go to Top