StealthPTE
Junior Member
- Sep 12, 2021
- 147
- 44
How do we use custom integrations for prestashop then ?
On a high level view, the API provides a "SAFE" or "UNSAFE" label for the (IP , GATEWAY) pair you send it. So the site then knows what content it should show to the visitor.
To use the API directly, a programmer will need to integrate it in the site's logic somewhere. For WordPress we've done it via the plugin and added some more functionality in an easy to use way (install and configure the plugin, done). But for anything non-WP, a programmer is needed to add the logic into that site.
