By default, after being installed on your store, Happy Messenger permission box will be placed under the Add To Cart button. In case you would like to put it in another position so it can suit your store better, please find the instruction below:


In this article, I will instruct you how to detect an element on your product page and how to put the widgets below a specific element,


Step 1: Use browser inspector to find The ID or Class Name of an element


The browser inspector is a browser feature that allows you to view specific snippets of a web page element’s HTML and CSS.  You can isolate specific elements or tags and view the corresponding CSS styles to easily test changes and copy the code for customization.


- On your product page: Right click on your mouse >> Click Inspect >> You will see the Inspector Window of your Product page



- This is the Inspector Window: Click on the icon on the upper left corner to inspect an element of the page




- In this example, let's detect the Add to Cart button: Hover to Add to Cart button while opening the Inspector Window, the specific snippets of the Add To Cart button will be highlighted. Here you can find Add to Cart button's ID/Class as circled red below. Remember to copy it.




Step 2: Go to Happy Messenger backend >> Access Permission Widget tab >> Click on the link below


Step 3: Enter the Class/ID found in Step 1 to the box


NOTE:

  • If the element has both ID and Class, please use ID
  • Add "#" (hash) before the ID or "." (dot) before the class before entering it in the box. For example:

                 - If you find only ID or Class, please add #ID or .Class to be box

                 - If you find both ID and class, please add #ID to the box


Finally, please hit Save to complete the setting.




Beeketing.