Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hole punching does not work properly when SID is turned on at the frontend #3

Open
sloth456 opened this issue Sep 9, 2012 · 1 comment

Comments

@sloth456
Copy link

sloth456 commented Sep 9, 2012

Hi

I have the cart sidebar holpunched, however when frontend SID is turned on the holepunch appears blank.

When it is turned off, it works fine.

@sloth456
Copy link
Author

I believe I found the fix (whilst still keeping SID on)

Go to app/design/frontend/base/default/template/ezzoom/ajax/footer.phtml

Edit line 31

new Ajax.JSONRequest('<?php echo $this->getUrl('', array('_secure'=> true)) . $url ?>', {

Change to

new Ajax.JSONRequest('<?php echo $this->getUrl('', array('_secure'=> true,'_nosid' => true)) . $url ?>', {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant