Jump to content

cms popup


Recommended Posts

 

okay, so in simple words you want to insert it to product page :-)

to product.js add this:

$(document).ready(function(){
    $('a.iframe').fancybox({
		'type' : 'iframe',
		'width':600,
		'height':600
	});
});

effect:

ajmLnab.png

 

 

 

thank you very much

 

I just wanted to ask you if you can not add it in the editor, in case there are any future updates, in the .js file

I was able to do it but I do not remember how.

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...