#How to do it.
Using 360° Product Images with woocommerce (Rather than putting them in the description)
Plugin needed: http://www.magictoolbox.com/magic360 http://www.woothemes.com/woocommerce
Place the fucntions code in your functions.php. this will create a function called get_the_slug() which will use the product's name
Then in the product-image.php file, you can call the name of the product here by pasting my code into the file, it'll call the name of the product as the image then follow the sequence.
#NOTE!
The 360 image sequence has to be named the same os the product slug for this to work, so if your slug is 'huge_door_frame', then you must name your images 'huge_door_frame_01', 'huge_door_frame_02', 'huge_door_frame_03' etc