How do external services know what version of prestashop is installed?
They communicate with a module inside the PrestaShop ecosystem to verify witch version of PrestaShop is installed by just calling the definded variable _PS_VERSION_ .
Example :
$ps_version=_PS_VERSION_;
And then they can send the variable $ps_version to their API.
Facebook Comments Box