we use Zoom Full Page Cache from ezapps for Magento. The code can be found here:
https://github.com/ezapps/Zoom-Magento-FPC
Although we see that development has been silent for a while we still enjoy this product. We only see now that working with a multistore that site A is loaded in site B. But it is supposed to support multistore.
Our question is: Has anyone come across this issue for a multisite and know how to fix it?
merci
Zoom looks for:
self::$STORE = isset($_SERVER[‘MAGE_RUN_CODE’])
The problem is that the ezzoom.php is the first line of PHP code in index.php
What yoou need to do is place the IF ELSE code for store selection based on domain ABOVE the call to ezzoom.php in index php
then it works fine
Now the code is like
and this needs to be
Then the environment variable is known by ezzoom