Jump to content

Marketplace skin demo preview issue


fldavidallsop

Recommended Posts

Can someone take a look at the skin demo preview on the extension marketplace.

I have noticed that the JavaScript on our skin demo breaks when being viewed via the CubeCart marketplace preview (works fine everywhere else), this error seems to be in relation to the iframe which is being used for the demo preview window.

If you go to the direct link of the demo there are no console errors. If you do this via the marketplace preview link you get the attached errors.

I have also looked at this for a few other skins published by other developers and similar console errors occur.

On a side note but equally as important if you try the marketplace preview on an actual mobile device (rather than resizing your desktop browser) the media queries a lot of these skins are using aren't kicking in, again if you go to the direct URL to the skins they work fine. So marketplace customers aren't getting a true demo of the responsive functionality of the skins for sale.

If you need any further information please let me know.

Capture.PNG

Link to comment
Share on other sites

This is correct. For security reasons CubeCart has a header on line 16 of the index.php file.

header('X-Frame-Options: SAME-ORIGIN'); // do not allow iframes

When I tested the preview feature on the marketplace I used our demo store which has the same top level domain so didn't encounter this problem. 

It will work if that line of code is removed. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...