Jump to content

Pop up heads displaying in quick view window.


sarfaraz.r1406

Recommended Posts

The problem u related to third party modules that displays pop up heads in the sides of main page. These pop ups are also reflected when we click on the quick view option of a product. Please provide a solution for removing these from quick view window. See the attached image for a perfect idea of the problem.

post-777241-0-58268600-1412589068_thumb.jpg

Link to comment
Share on other sites

  • 2 weeks later...
  • 5 weeks later...

You need to change a code a bit.

Find tpl files of both yotpo and zopim module, probably in modles/module_name/view/templates hook or front, 

or in your_theme/modules/module_name, backup file,  and wrap all code with

		{if !$content_only}

                    {* Here goes all of existing code *}


		{/if}

That should hide them from quick view.

Link to comment
Share on other sites

You need to change a code a bit.

Find tpl files of both yotpo and zopim module, probably in modles/module_name/view/templates hook or front, 

or in your_theme/modules/module_name, backup file,  and wrap all code with

		{if !$content_only}

                    {* Here goes all of existing code *}


		{/if}

That should hide them from quick view.

The code works for me. :) Thank you very much @SpamMod

Edited by sarfaraz.r1406 (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...