Product Recommendations

You can use Flashy Product Recommendations using our JS library.


Injecting Recommendations

If you want to inject product recommendations into a specific element you can use it like this.

flashy.inject({
       "selector": ".cart", // The element you want to inject the recommendations into
        "popup": __POPUP_ID__, // The popup id
        "conditions": false // We suggest to keep it on false, when it's true it will show only after the conditions are met from the Flashy UI
});