Hi,
I have been looking into getting quick view working.
I’ve been getting same-origin policy errors though. As it turns out the request to:
http://ac.vm/index.php/avaz/quickview/index?id=123
will actually be redirected to SSL. Loading a SSL iframe from a non-SSL page violates same origin policy.
The reason for that is that the Avaz admin and the frontend controllers for the Avaz module have the same <frontName>avaz</frontName>
.
I checked other forum posts and by the looks of it I’m not the only person experiencing that problem.
If you have a look at this article you will find a detailed writeup on the issue:
http://blog.kirkmadera.com/magento-routing-using-the-same-frontname-for-admin-and-frontend-routes/