cercamon Posted September 6, 2010 Share Posted September 6, 2010 Hi, I want to insert 360º product views in the detailed product description.If possible I want to avoid using flash, and I found this tiny Jquery script that does the trick:http://jquery.vostrel.cz/The problem is that I'm unable to run any javascript in the long product description.I found out that TinyMCE blocks the script tags, even though I include them in the validated list.I'd appreciate any help. Thanks! Link to comment Share on other sites More sharing options...
frentic Posted October 14, 2010 Share Posted October 14, 2010 HiGreat script!! But Im also having problems with using it.I've tried to use it with javascript in product.js calling the code:$('#3D').reel();But it creates error in product.php.I´ve also tried directly in product.tpl with this:{literal}// <![CDATA[$(document).ready(function(){$('#3D').reel();});// ]]>{/literal}Anyone who have had luck with this script or have any ideas on how to make it work would greatly be appreciated Thanks Link to comment Share on other sites More sharing options...
cercamon Posted October 14, 2010 Author Share Posted October 14, 2010 I still didn't find a way to make work the javascript in the product description.Let's see if we find a workaround... Link to comment Share on other sites More sharing options...
robkwal Posted October 14, 2010 Share Posted October 14, 2010 This interests me if you can get it working!!! Link to comment Share on other sites More sharing options...
Goofjuzo Posted December 11, 2010 Share Posted December 11, 2010 Hello, I'm very interested by this script too.Thanks. Link to comment Share on other sites More sharing options...
lavalava Posted December 31, 2010 Share Posted December 31, 2010 Hi, there is a module which do something like that... BUT description is in french Look here: http://www.prestashop.com/forums/viewthread/49052/modules_tiers/module_animation_flash_360__fiche_produitIs there someone that can translate this in EnglishThanks Link to comment Share on other sites More sharing options...
Goofjuzo Posted January 3, 2011 Share Posted January 3, 2011 Hello,The problem with this module isn't the language... It's Flash ! We don't want it. Link to comment Share on other sites More sharing options...
IceCOOL Posted February 6, 2011 Share Posted February 6, 2011 Validate.php replace function isCleanHtml to static public function isCleanHtml($html) { return true; } Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now