CS CART 3 Doesnt Open in iframe

Hello,





Please someone help me why cs cart 3 doesn't open in iframe.



How can i fix this. Its urgent.



Thanks

In a block(html):

huh??? this is for showing iframe in cs cart… what i want is to show my cs cart website on other website using iframe…

Than you have to tell more what you want.

Why CS-Cart showing in another cart, is not clear to me(make a picture).

I want to advertise on adf.ly

but cs cart script doesnt open in iframe.



Someone help me to fix.

HELLOOOOOOOOOOOOOOOOOOOOOOO anyone?

what???

No one? too bad

anyone alive to help???

Hi there,



Did you include the full url in the src section? Can you write down an example of your usage (link to you site, your iframe code, etc …)?


[quote name='cool999' timestamp='1357985306' post='152673']

anyone alive to help???

[/quote]

Havin the same problem…

I have 1 domain .com linked to a hosting and also I have 1 .net without any hosting linked but redirecting to the .com. (Redirection is configured in the cpanel)



When I try to see the website using the .net domain I get an error from explorer saying something like: “content cant be loaded in a IFRAME”



I have 3 cs-cart lisences and I havent had that problem before… Does someone know if it´s that a bug or what?

Same problem. Also i want to open my website in facebook with iframe but getting same error. Can anyone please redirect us to modify iframe problem ?



Regards

Is disable the iframe embed as a security reason ( Click-jacking protection )



[url=“X-Frame-Options something web developers should know - Webmaster General forum at WebmasterWorld - WebmasterWorld”]http://www.webmasterworld.com/webmaster/4022867.htm[/url]



you can disable:[list]

[]cs-cart 3.x replace on file [color=#ff0000]prepare.php[/color]
// Click-jacking protection
header("X-Frame-Options: sameorigin");
with
// Click-jacking protection
//header("X-Frame-Options: sameorigin");


[
]cs-cart 4.x replace on file [color=#ff0000]app/Tygh/Bootstrap.php[/color]
// Click-jacking protection
header("X-Frame-Options: sameorigin");
with
// Click-jacking protection
//header("X-Frame-Options: sameorigin");


[/list]

I hope that helps,





Valentin