The easiest method to debug a PDP Widget Implementation implementation is via Chrome’s DevTools, specifically by checking the Console for any error messages, inspecting the network activity for the loading of the JS script and the Complete the Look API call, and checking the DOM for the module’s target DOM container with an ID of findmine-app-container.

Debugging Steps

The PDP Widget Implementation Guide details the requirements for a successful implementation. Below is a step-by-step process to make sure the JS is loading correctly and rendering in the correct spot.

  1. The client-specific JS is loaded onto the page
  2. The target DOM container is on the page
  3. The Complete the Look API call is triggered via window.FindMine.match({/* params */})
  4. The module is rendering

Common Issues


Contact Us

If you have attempted all of these steps and continue experiencing issues with your implementation, please contact your Customer Experience Manager and we will be happy to provide additional guidance.