Magento

Can I embed a 360 view in Magento?

Short answer. Yes.

Take a look at how our friends at Elderly Guitars have enhanced their Magento store experience with Imajize 360 views:

https://www.elderly.com/acoustics/acoustic-guitars

Now here is the long answer. Currently we can use some tricks to render 360 views on Magento. Here are the installation instructions for Magento (created for version 1.9):

1. Log in to your Magento admin

2. Go to "System" > "Configuration", then click on "Design"

3. Insert the following code snippet into the "Footer" > "Miscellaneous HTML" field. You will only have to do this step one time.

<script type="text/javascript">//<![CDATA[
var i = document.querySelector('.product-img-box img[title*="imajize"]');
var c = document.querySelector('.product-image');
if (i && c) {
var width = c.offsetWidth;
var height = c.offsetHeight;
var f = '<iframe id="imajize" src="' + i.title + '" frameborder="0" scrolling="no" style="background-color: #fff" allowfullscreen></iframe>';
c.innerHTML = f;
f = c.querySelector('iframe#imajize');
f.width = width;
f.height = height;
}
//]]></script>


4. Now add an Imajize 360 view to a product. Log into your Imajize account and navigate to the 360 view that you want to publish. Click "Embed" in the top right corner and then choose "URL". It should give you a url that looks like this: http://embed.imajize.com/2669449. Copy this URL. 

5. Back in Magento, go to "Catalog" > "Manage Products". Choose any product, go to the Images & Video Tab, and paste the Imajize embed URL to the description of the first image.

That's it! If you have any questions or issues with magento please don't hesitate to contact us.


Note

If your free Imajize trial has expired your 360 spins will no longer appear on any websites.  You can upgrade your account here.


Boost engagement & decrease returns with Imajize.

If you haven't already created an Imajize free trial account you can  create one here.


Contact our world-class support team.

Imajize is working diligently on developing new plugins and tools for popular ecommerce platforms and content management systems. If you are having trouble with any of them our dedicated team is always here to assist you. In many cases we can develop a custom solution just for you free of charge.  Contact our support team with any questions.

Still need help? Contact Us Contact Us