Integrating Dukaan Plugins

Active plugin list can be access from window object

window.ACTIVE_APPS_LIST - It gives an object containing data about the status of plugins, its an object of key value pairs where the key is the plugin name and the value is boolean value representing the status.

Sample data

{
    "REVIEWS_AND_RATINGS": true,
    "COUNTDOWNTIMER": false,
    "WISHLIST": false,
    "STORE_LOCATOR": false
}

We will learn about how to integrate these plugins in your theme in the following chapters.

Last updated