Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8618507
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T06:07:37+00:00 2026-06-12T06:07:37+00:00

we use Zoom Full Page Cache from ezapps for Magento. The code can be

  • 0

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

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T06:07:39+00:00Added an answer on June 12, 2026 at 6:07 am

    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

    $call to ezzoom.php on first line
    
    OTHER CODE HERE
    
    switch($_SERVER['HTTP_HOST']) {
    case 'winkel1.nl':
    Mage::run('winkel2', 'website');
    break;
    case 'winkel2.nl':
    Mage::run('winkel2', 'website');
    break;
    default:
    Mage::run();
    break;
    }
    

    and this needs to be

    switch($_SERVER['HTTP_HOST']) {
        case 'winkel1.nl':
        Mage::run('winkel2', 'website');
        break;
        case 'winkel2.nl':
        Mage::run('winkel2', 'website');
        break;
        default:
        Mage::run();
        break;
        }
    
    $call to ezzoom.php on first line
    
    OTHER CODE HERE
    

    Then the environment variable is known by ezzoom

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

For desktop browser all modern browser uses Zoom functionality so we can use PX
Can anyone help on how to use the matrix scaletype to zoom an imageview
From an out of the box HTML5 Boilerplate install, i use the following code
I want to use deep zoom in Silverlight, but it seems that the images
I am trying to use a custom segue to perform a kind of zoom
Use of gradient images is very common among developers for styling a page. Gradient
When I tried to use zoom 1 or 2 to see only the continents
Most of the sample code on the net assumes your UIScrollView will be full-screen.
I am trying to get Google maps to display an image I can use
I want to use the mouse scrollwheel in my OpenGL GLUT program to zoom

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.