vivek tripathi Posted July 20, 2011 Share Posted July 20, 2011 On the continious increasing demand of prestashop users on forum. I have created productvideo moduleThis module Let's you add youtube presentation (or other link) for your products.With this module you can add a videos embed code or link to your products,it provide facility to add diffrent video for each product the video will be displayed in the extra tab name product video on the product page (next to more info tab).Main usage is to add Youtube presentations for your products.Please download attached zip file for complete module filetested on prestashop 1.4+ productvideos.zip 7 Link to comment Share on other sites More sharing options...
Ukoo - Guillaume Posted July 20, 2011 Share Posted July 20, 2011 CoOl I'll test it right now... Link to comment Share on other sites More sharing options...
dkfranc Posted August 8, 2011 Share Posted August 8, 2011 Thanks for sharing vivek.. Nice work..works well Link to comment Share on other sites More sharing options...
pummy Posted August 30, 2011 Share Posted August 30, 2011 Could you make a version for presta 1.3.7 ? Link to comment Share on other sites More sharing options...
louis323 Posted September 7, 2011 Share Posted September 7, 2011 only see the url from you-tube. not the video Link to comment Share on other sites More sharing options...
louis323 Posted September 7, 2011 Share Posted September 7, 2011 http://www.rc-car.nl...he-car-kit.html see Voer een query uit op de rc-carnl_ps1 database. CREATE TABLE IF NOT EXISTS `PREFIX_product_videos` ( `id` int(10) NOT NULL AUTO_INCREMENT, `product_id` VARCHAR(10) , `product_name` VARCHAR(255) , `video` VARCHAR(1000) , PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; Your query did not return any results. (0.0002 seconden) Link to comment Share on other sites More sharing options...
Ulisses Ramos Posted September 11, 2011 Share Posted September 11, 2011 awesome module. However the video appears a litle bit to the right, leaving a small free space on the left, and a bit it cut on the right v1.4.4.1 It would be awesome to add or have another version that could add videos to categories pages Link to comment Share on other sites More sharing options...
louis323 Posted September 12, 2011 Share Posted September 12, 2011 you have done the sql patch ? you didn`t have any problems ? Link to comment Share on other sites More sharing options...
Ulisses Ramos Posted September 12, 2011 Share Posted September 12, 2011 only see the url from you-tube. not the video you cannot use the url from youtube. you have to use the link like this: <p><iframe src="http://www.youtube.com/embed/x5ranQfCxzg" frameborder="0" width="520" height="390"></iframe></p> Link to comment Share on other sites More sharing options...
Dave L Posted September 12, 2011 Share Posted September 12, 2011 Great module. What would need to be changed to have the Product Video tab appear only on products that actually have a video. As it is the tab appears on all product pages, even if it doesn't have a video. Thanks. Link to comment Share on other sites More sharing options...
louis323 Posted September 12, 2011 Share Posted September 12, 2011 how can i add this one ? http://youtu.be/UwW7t25Uu48 all what i do, nothing happend. the link <p><iframe src="http://www.youtube.com/embed/x5ranQfCxzg" frameborder="0" width="520" height="390"></iframe></p> works great. Link to comment Share on other sites More sharing options...
Ulisses Ramos Posted September 12, 2011 Share Posted September 12, 2011 how can i add this one ? http://youtu.be/UwW7t25Uu48 all what i do, nothing happend. the link <p><iframe src="http://www.youtube.com/embed/x5ranQfCxzg" frameborder="0" width="520" height="390"></iframe></p> works great. Click SHARE on the bottom of the video and the after a the windows expands, there is a "incorporate" (mine is in portuguese so i don´t know how it appears in english but it must be something like that. Link to comment Share on other sites More sharing options...
LKHS Posted September 15, 2011 Share Posted September 15, 2011 Hello, when I installed this modul and add youtube link, my product pages are only white pages with no error. Can you advise me ? Link to comment Share on other sites More sharing options...
ladyred Posted October 19, 2011 Share Posted October 19, 2011 Thank you ever so much. I've dreamed of this module being on my store since i first installed it to my server. very well done and thanks once again! Link to comment Share on other sites More sharing options...
ladyred Posted October 19, 2011 Share Posted October 19, 2011 I have installed and embed as a test i get the following error at the top of product pages when product video tabbed is clicked on Warning: include_once() [function.include-once]: open_basedir restriction in effect. File(../../classes/Product.php) is not within the allowed path(s): (/home/ladyredo:/usr/lib/php:/usr/local/lib/php:/tmp) in/home/ladyredo/public_html/modules/productvideos/productvideos.php on line 12 Warning: include_once(../../classes/Product.php) [function.include-once]: failed to open stream: Operation not permitted in/home/ladyredo/public_html/modules/productvideos/productvideos.php on line 12 Warning: include_once() [function.include]: Failed opening '../../classes/Product.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in/home/ladyredo/public_html/modules/productvideos/productvideos.php on line 12 Home>French Maid>Maid 1 how can i fix this?? Link to comment Share on other sites More sharing options...
niki64 Posted December 23, 2011 Share Posted December 23, 2011 hello i have the same problem how to fix ? Link to comment Share on other sites More sharing options...
JackTheRipper Posted December 29, 2011 Share Posted December 29, 2011 Thanks vivek tripathi Works perfect in presta 1.4.6.2 !!! Link to comment Share on other sites More sharing options...
DNIeshop Posted December 30, 2011 Share Posted December 30, 2011 Thank you very much! This module works good! Link to comment Share on other sites More sharing options...
webfumedia Posted May 24, 2012 Share Posted May 24, 2012 Thanks for the great module. I want to add the text "No Video Available" if I do not have a video connected to the product. Does anyone know how and where in the code I can insert this? Link to comment Share on other sites More sharing options...
BeamerInTilburg.nl Posted June 15, 2012 Share Posted June 15, 2012 Can anyone tell me if this module should work with PS 1.4.7.3? After I install I get php warnings everywhere. I get these at the module overview: Warning: include_once(../../classes/Product.php) [function.include-once]: failed to open stream: No such file or directory in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\prestashop2\modules\productvideos\productvideos.php on line 12 Warning: include_once() [function.include]: Failed opening '../../classes/Product.php' for inclusion (include_path='.;C:\php5\pear') in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\prestashop2\modules\productvideos\productvideos.php on line 12 Link to comment Share on other sites More sharing options...
BeamerInTilburg.nl Posted June 15, 2012 Share Posted June 15, 2012 Second question: How to hide the tab when the products have no video's? 1 Link to comment Share on other sites More sharing options...
scalesplanet.com Posted July 22, 2012 Share Posted July 22, 2012 I have installed and embed as a test i get the following error at the top of product pages when product video tabbed is clicked on Warning: include_once() [function.include-once]: open_basedir restriction in effect. File(../../classes/Product.php) is not within the allowed path(s): (/home/ladyredo:/usr/lib/php:/usr/local/lib/php:/tmp) in/home/ladyredo/public_html/modules/productvideos/productvideos.php on line 12 Warning: include_once(../../classes/Product.php) [function.include-once]: failed to open stream: Operation not permitted in/home/ladyredo/public_html/modules/productvideos/productvideos.php on line 12 Warning: include_once() [function.include]: Failed opening '../../classes/Product.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in/home/ladyredo/public_html/modules/productvideos/productvideos.php on line 12 Home>French Maid>Maid 1 how can i fix this?? Hello, I had the same problem and I more or less fixed it. You should check your file structure and understnad as the problem is with the path. If you have the basic prestashop file structure you should change the path in the line 12, this should be the code: include_once 'classes/Product.php'; Ii'm using prestashop 1.4.8.2, so I don't know how this works exactly in other versions. At least this change took all the errors away. I hope this is helpful. Greetings, Dani Link to comment Share on other sites More sharing options...
math_php Posted July 23, 2012 Share Posted July 23, 2012 (edited) Hello, I made some fixes to vivek tripathi's module to run it with 1.4.8. You can download modified version here (link was removed, follow this post, there is a more up to date link) I took prestashop default configuration language for the customer language, I should have taken guest language but it's a 30 seconds fix... Good install Edited July 25, 2012 by math_php (see edit history) 3 Link to comment Share on other sites More sharing options...
scalesplanet.com Posted July 23, 2012 Share Posted July 23, 2012 Hello, I made some fixes to vivek tripathi's module to run it with 1.4.8. You can download modified version here http://www.file2data...oductvideos.zip I took prestashop default configuration language for the customer language, I should have taken guest language but it's a 30 seconds fix... Good install Hey!!! Thanks!!! It seems to work perfectly!!! Thanks man!!! If any bug I let you know. Thanks AGAIN math_php Link to comment Share on other sites More sharing options...
scalesplanet.com Posted July 24, 2012 Share Posted July 24, 2012 Thanks for the great module. I want to add the text "No Video Available" if I do not have a video connected to the product. Does anyone know how and where in the code I can insert this? Hi, Just create an if statement. So before the code itself... {If}opens the code for the video to be displayed.{else}(Use PS code)Display=l s={'No videos available'}{/if} After just play with CSS to place it and done. Thats how I did it! Link to comment Share on other sites More sharing options...
tahiti_guy Posted July 25, 2012 Share Posted July 25, 2012 Great module, thanks a lot For me, the only thing I would need is to hide the tab when there is no video available for a product. Thanks again Link to comment Share on other sites More sharing options...
math_php Posted July 25, 2012 Share Posted July 25, 2012 Hi, I made the video tab to be displayed only if there is a video. The attachement is just some light modification of vivek tripathi's work. Thanks to him. Now you can put Maru the cat on your product display productvideos.zip 1 1 Link to comment Share on other sites More sharing options...
tahiti_guy Posted July 25, 2012 Share Posted July 25, 2012 Thank you very much Math_php. For me your module is now just perfect ! Sunny regards from Tahiti Link to comment Share on other sites More sharing options...
BeamerInTilburg.nl Posted July 29, 2012 Share Posted July 29, 2012 Works like a charm. Thx! Link to comment Share on other sites More sharing options...
math_php Posted August 2, 2012 Share Posted August 2, 2012 (edited) Hi, After 0 request, I decided, alone and with no more cookies, that you needed this module to work with the new and awsome Prestashop 1.5 A fixed version is available, follow the posts Edited October 25, 2012 by math_php (see edit history) Link to comment Share on other sites More sharing options...
Donner Posted September 29, 2012 Share Posted September 29, 2012 pretty well done Module !!! so very simple to use !! What do i need to write in the code to center it ? <p><iframe src="http://www.youtube.com/embed/oWsbQxkec1s" frameborder="0" width="560" height="315"></iframe></p> http://www.export-asia.com/android-tablet-pc-wholesale/620--hot-7-tablet-800mhz-256mb-2gb-hdd-wifi-android-23-two-point-touch-flash-101-with-good-battery.html We are Electronics wholesale company with european management. If any good suggestions for integrating functions let me know Link to comment Share on other sites More sharing options...
math_php Posted September 30, 2012 Share Posted September 30, 2012 pretty well done Module !!! so very simple to use !! What do i need to write in the code to center it ? I think in cms editor (tinyMce) just after adding video, click on center (you know align left, center, align right) Regards Link to comment Share on other sites More sharing options...
maniva Posted September 30, 2012 Share Posted September 30, 2012 Very nice thanks a lot Link to comment Share on other sites More sharing options...
simmenu Posted October 12, 2012 Share Posted October 12, 2012 is it compatible 1.4.9.0 ? Link to comment Share on other sites More sharing options...
math_php Posted October 13, 2012 Share Posted October 13, 2012 Yes if you do not take specific version for prestashop 1.5 Regards Link to comment Share on other sites More sharing options...
trinkinho Posted October 25, 2012 Share Posted October 25, 2012 (edited) Hi, After 0 request, I decided, alone and with no more cookies, that you needed this module to work with the new and awsome Prestashop 1.5 Then you can try this attached one. Bonjour, Ce module n'affiche pas de produits dans le listing en backoffice sur la version 1.5 Excellent module!! Thank you very much!!!! But there is an error in productvideos.php, line 139: $sql = 'SELECT id_product, name FROM '._DB_PREFIX_.' product_lang where id_lang='.$id_lang; It should be: $sql = 'SELECT id_product, name FROM '._DB_PREFIX_.'product_lang where id_lang='.$id_lang; The difference is a blank space after '._DB_PREFIX_.', that causes an error on the sql query. Best regards Edited October 25, 2012 by trinkinho (see edit history) 1 Link to comment Share on other sites More sharing options...
math_php Posted October 25, 2012 Share Posted October 25, 2012 The difference is a blank space after '._DB_PREFIX_.', that causes an error on the sql query. Well done,I will fix it. And do you know why it was working for me ? Because I had no db prefix on my prestashop test and I did not protect table name with `. Best regards 1 Link to comment Share on other sites More sharing options...
math_php Posted October 25, 2012 Share Posted October 25, 2012 Hi, Find here the fixed version of ProductVideos for Prestashop 1.5.2. Best regards productvideos15.zip productvideos15.zip 2 Link to comment Share on other sites More sharing options...
chocomochino Posted November 5, 2012 Share Posted November 5, 2012 Thanks a lot! can I use 1.5.2 with 1.4.9? have not upgraded yet because the problems with 1.5.0 and 1.5.1 with paypal Link to comment Share on other sites More sharing options...
MEG Venture Posted November 23, 2012 Share Posted November 23, 2012 Hi You can also use our module "Product Custom Tab" Compatible with 1.4 and 1.5 now. http://www.megventur...custom-tab.html Regards MEG Venture Link to comment Share on other sites More sharing options...
wfmagic Posted November 28, 2012 Share Posted November 28, 2012 (edited) Hi...I installed it on prestashop 1.4.9.0. The right column in my website disappeared. Help!!! Nevermind...I just found out it was another module causing the problem. Edited November 28, 2012 by wfmagic (see edit history) Link to comment Share on other sites More sharing options...
KamranMK Posted November 29, 2012 Share Posted November 29, 2012 Looks like a great module ) Definitely will try this one out Thanks a lot Link to comment Share on other sites More sharing options...
Tuhin Posted December 4, 2012 Share Posted December 4, 2012 Thanks vivek..... It is great module to work.... Thanks again and keep up the good work... :) Link to comment Share on other sites More sharing options...
sergiud Posted December 6, 2012 Share Posted December 6, 2012 Hi, I installed this module on PS 1.4.9.0 with custom theme. It works nice, but the product listing in BO/Modules doesn't work. I mean the drop down list is empty. What can I do? Thanks! Link to comment Share on other sites More sharing options...
Milousek Posted December 16, 2012 Share Posted December 16, 2012 Hi, works great in 1.5.2 ...... thanks a lot !!! Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted December 18, 2012 Share Posted December 18, 2012 We have a paid module that will allow you to do this very easily. You can add YouTube, Vimeo and self-hosted video to your product pages. Read more about the module here http://prestashop.carolinacustomdesigns.com/front-office-features/6-product-video-tab.html (1.4.x and 1.5.x versions available) Marty Shue Link to comment Share on other sites More sharing options...
diygoodies Posted January 28, 2013 Share Posted January 28, 2013 Genius Module-Thanks a lot-Works great on my 1.5.3.1 Site Andy Link to comment Share on other sites More sharing options...
Cooba Posted February 4, 2013 Share Posted February 4, 2013 how to move the right colum? Link to comment Share on other sites More sharing options...
BIG PRINT Posted February 5, 2013 Share Posted February 5, 2013 Hi, thanks for this great module! How is it possible to put the video below the products images ??? prestashop 1.6.4.2 www.bigprintshop.fr On my other shop in presta 1.4.8.3 with "matrice" template. I have this error Fatal error: Call to a member function assign() on a non-object in /home/www/modules/productvideos/productvideos.php on line 240 www.impression-rollup.fr I am in smarty 2 Link to comment Share on other sites More sharing options...
Alexgaw Posted February 7, 2013 Share Posted February 7, 2013 Hi , Great module. Works perfect on PS1.4.9. Please HELP with making this into Multilangual solution! Thanks ALOT! Link to comment Share on other sites More sharing options...
jgk-dk Posted February 17, 2013 Share Posted February 17, 2013 I have uploaded and installed the module but how do I add the video from youtube? Link to comment Share on other sites More sharing options...
maqsood Posted February 18, 2013 Share Posted February 18, 2013 thanku man.great work.really appriciate.. Link to comment Share on other sites More sharing options...
jimmy622001 Posted April 8, 2013 Share Posted April 8, 2013 On the continious increasing demand of prestashop users on forum. I have created productvideo module This module Let's you add youtube presentation (or other link) for your products. With this module you can add a videos embed code or link to your products, it provide facility to add diffrent video for each product the video will be displayed in the extra tab name product video on the product page (next to more info tab ). Main usage is to add Youtube presentations for your products. Please download attached zip file for complete module file tested on prestashop 1.4+ could you please test it on prestashop v1.5.4.0 we upgraded and the videos are working fine but the module is now not functional to add more or modify existing ones. Thank you and keep up the great work. Link to comment Share on other sites More sharing options...
stefanosm Posted April 9, 2013 Share Posted April 9, 2013 could you please test it on prestashop v1.5.4.0 we upgraded and the videos are working fine but the module is now not functional to add more or modify existing ones. Thank you and keep up the great work. Hi, I have the same problem in prestashop v1.5.4.0 Thank you for your help! Steve Link to comment Share on other sites More sharing options...
dijith Posted April 24, 2013 Share Posted April 24, 2013 (edited) installed producut video module..but when i configure this module i got this message..i am new to prestashop..please The website encountered an error while retrieving http://localhost/pre...e=productvideos .i am new to prestashop..please help me.. Edited April 24, 2013 by dijith (see edit history) Link to comment Share on other sites More sharing options...
syaphy Posted July 23, 2013 Share Posted July 23, 2013 Hi, I have a quick question about this module. I think this is the perfect module that I have been looking for months! Does it have maximum video it can embed on the video tab? Because I really need to embed A LOT of videos on some of my products. Thank you in advance. Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted July 23, 2013 Share Posted July 23, 2013 could you please test it on prestashop v1.5.4.0 we upgraded and the videos are working fine but the module is now not functional to add more or modify existing ones. Thank you and keep up the great work. Product Video Tab PrestaShop Module I've seen several requests to the same effect. Our module has been thoroughly tested and is fully compatible with PS 1.5.4. See link above for more information. Our module also allows you to add multiple videos per product. Marty Shue Link to comment Share on other sites More sharing options...
leomazz Posted July 26, 2013 Share Posted July 26, 2013 Hi! Excelent module. Works grate in 1.5.3.1 How can I in BO sort the productos by "name" instead "product_id"? Thanks! Link to comment Share on other sites More sharing options...
vekia Posted August 1, 2013 Share Posted August 1, 2013 @leomazz you're talking about CCC module? Link to comment Share on other sites More sharing options...
leomazz Posted August 2, 2013 Share Posted August 2, 2013 sorry for the delay. When you config the "product video" module in BO, the products are sorted by "id" It will more easy to find a product sorting it by name. Link to comment Share on other sites More sharing options...
quardas Posted August 31, 2013 Share Posted August 31, 2013 Thanks a lot. It works perfect. cheers Link to comment Share on other sites More sharing options...
NewEnglandAirsoft Posted September 1, 2013 Share Posted September 1, 2013 I just get a server error when trying to configure...... Link to comment Share on other sites More sharing options...
vekia Posted September 1, 2013 Share Posted September 1, 2013 what kind of error you've got? follow this: http://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information-500-error-or-blank-page/ and if you will see any additional error messages - paste errors code here Link to comment Share on other sites More sharing options...
NewEnglandAirsoft Posted September 12, 2013 Share Posted September 12, 2013 (edited) post soon Edited September 12, 2013 by NewEnglandAirsoft (see edit history) Link to comment Share on other sites More sharing options...
sting5 Posted October 8, 2013 Share Posted October 8, 2013 (edited) I have added show info button in [your-theme]/product.tpl like this: <div id="short_description_block"> {if $product->description_short} <div id="short_description_content" class="rte align_justify">{$product->description_short}</div> {/if} {if $product->description} <p class="buttons_bottom_block"> <a href="javascript:{ldelim}{rdelim}" class="more_info_button">{l s='More details'}</a></br> <a href="javascript:{ldelim}{rdelim}" class="video_button">{l s='Watch product video'}</a> </p> {/if} Is it possible to toggle this video button the same way as the video tab (hide it when no video is available)? I've tried cloning the function for the video button in the "productvideos.php": function ShowVideoButton($params){ global $smarty; $db = Db::getInstance(); $id_product=Tools::getValue('id_product'); $selectvideo="SELECT * FROM `"._DB_PREFIX_."product_videos` where product_id='$id_product' limit 0,1"; $resultvideo = Db::getInstance()->ExecuteS($selectvideo); $resultvideo= (count($resultvideo)>0 ? $resultvideo[0] : NULL ); if ($resultvideo == NULL){ $smarty->assign('do_not_display_video_button', 'yes'); return false; } } and altering the "product.tpl" file in my theme with "{if !isset($do_not_display_video_button)}" and "{/if}" operators before and after the video button, but sadly no luck - while tab hides when video is not available, the button stays. Any one has ideas? Edited October 8, 2013 by sting5 (see edit history) Link to comment Share on other sites More sharing options...
sting5 Posted October 9, 2013 Share Posted October 9, 2013 I did it! If anyone will try to toggle video button in product page accordingly to video module, there's no need to duplicate the function in productvideos.php like I did previously, simply add "$smarty->assign('do_not_display_video_button', 'yes');" in the existing function "hookProductTab" in the productvideos.php file, and add "{if !isset($do_not_display_video_button)}" and "{/if}" operators before and after the button code in product.tpl file, then everything works fine. Link to comment Share on other sites More sharing options...
tyszek Posted October 15, 2013 Share Posted October 15, 2013 (edited) In presta 1.5.5.1 error: Fatal error: Cannot redeclare class ProductCore in /classes/Product.php on line 36 When I open config of this module ;/ Edited October 15, 2013 by tyszek (see edit history) Link to comment Share on other sites More sharing options...
xthunder Posted October 27, 2013 Share Posted October 27, 2013 It seems to be working fine for 1.5.6.0 as sell. Thank you!!! Link to comment Share on other sites More sharing options...
rob84 Posted November 11, 2013 Share Posted November 11, 2013 I think it's not possible to add more than 1 videos for each product. If pasted more than an iframe code for example: <iframe src="http://www.youtube.com/embed/FIRSTVIDEO" width="320" height="240"></iframe> <iframe src="http://www.youtube.com/embed/SECONDVIDEO" width="320" height="240"></iframe> The second code <iframe> code part, just deleted. How to solve this problem ? Anyway, thanks for great work Link to comment Share on other sites More sharing options...
nigolado Posted November 27, 2013 Share Posted November 27, 2013 It seems to be working fine for 1.5.6.0 as sell. Thank you!!! It is not working for me though on 1.5.6.1 Error message: [PrestaShop] Fatal error in module Product: Cannot redeclare class ProductCore What do I do? :/ Link to comment Share on other sites More sharing options...
nigolado Posted November 27, 2013 Share Posted November 27, 2013 In presta 1.5.5.1 error: Fatal error: Cannot redeclare class ProductCore in /classes/Product.php on line 36 When I open config of this module ;/ same here mate. Any luck? Link to comment Share on other sites More sharing options...
thijsvk Posted December 3, 2013 Share Posted December 3, 2013 My webdev added this to our shop the other day, and it works well, thank you very much. However I am experiencing a few problems. PS 1.5.5 with multiple stores. All in all we have about 22 products that need/have a video. After adding the first 20 without a hitch, I'm now faced with the following. When I now add a video to the corresponding product, the module adds a blank line after clicking 'Update the editor' and leaves the embedded code in place. I was able to delete these blank lines before, but I'm unable to do that now too. Has anyone else experienced the same thing, and or have suggestions how to resolve this? Link to comment Share on other sites More sharing options...
Artx Posted February 9, 2014 Share Posted February 9, 2014 (edited) It is not working for me though on 1.5.6.1 Error message: [PrestaShop] Fatal error in module Product: Cannot redeclare class ProductCore What do I do? :/ In productvideos.php: replace: include_once '../../classes/Product.php'; with: $product = new Product(); Edited February 9, 2014 by Artx (see edit history) Link to comment Share on other sites More sharing options...
JuanRamos Posted February 27, 2014 Share Posted February 27, 2014 (edited) Hi, i want to add one video using this module on PS 1.5.6.1 and return this message "Forbidden, You don't have permission to access /admin0095/index.php on this server." Anyone know what happens?? My onlineshop is www.movilexpress.eu Thanks Edit: solved, i see in this forum this permissions error and see that i can ask for this permissions to my hosting server's page, and they solved it fastly Edited March 7, 2014 by JuanRamos (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted April 19, 2014 Share Posted April 19, 2014 When i installed this module on my site then give me this error Fatal error: Cannot redeclare class ProductCore in /opt/lampp/htdocs/prestashop_test/classes/Product.php on line 5498 How i can solve it ? what prestashop version you use? Link to comment Share on other sites More sharing options...
vekia Posted April 19, 2014 Share Posted April 19, 2014 open main module php file : include_once '../../classes/Product.php'; try to change it to require_once '../../classes/Product.php'; Link to comment Share on other sites More sharing options...
svallej Posted August 20, 2014 Share Posted August 20, 2014 Works on 1.6? cheers 2 Link to comment Share on other sites More sharing options...
septentrio Posted September 5, 2014 Share Posted September 5, 2014 Works on 1.6? cheers Yes, like a charm ! Link to comment Share on other sites More sharing options...
abby_66 Posted September 13, 2014 Share Posted September 13, 2014 help not work in ps 1.4.8.2 please Link to comment Share on other sites More sharing options...
vekia Posted September 14, 2014 Share Posted September 14, 2014 doesnt work because? what kind of problems youv'e got? some errors? Link to comment Share on other sites More sharing options...
abby_66 Posted September 19, 2014 Share Posted September 19, 2014 If I am add video product , then I click add video and error like this,...please help I am using PS 1.4 Link to comment Share on other sites More sharing options...
dualstore Posted September 22, 2014 Share Posted September 22, 2014 isn't working on 1.6.0.9, right?? Link to comment Share on other sites More sharing options...
giovannino Posted September 26, 2014 Share Posted September 26, 2014 Hi , I just installed a PS 1.6.0.9 and I would like to add video tutorial to products . Is that possible ? Do I need a specific version ? Many thanks Giovannino Link to comment Share on other sites More sharing options...
vekia Posted September 27, 2014 Share Posted September 27, 2014 you can place any contents you want, also videos. what kind of video you want to include? you host it somewhere? for example on youtube? Link to comment Share on other sites More sharing options...
Paulito Posted September 27, 2014 Share Posted September 27, 2014 Hello If all your looking at is to add a you tube video to short/long descriptions on the product page then see if this any use for you http://screencast.com/t/bEKefBtYcT Result http://adultskunk.co.uk/en/evening-dresses/4-printed-dress.html?live_configurator_token=8f63a8939f73796696b9798dd0d21785&id_shop=1&id_employee=1&theme=&theme_font= Paul Link to comment Share on other sites More sharing options...
abby_66 Posted October 8, 2014 Share Posted October 8, 2014 Hello If all your looking at is to add a you tube video to short/long descriptions on the product page then see if this any use for you http://screencast.com/t/bEKefBtYcT Result http://adultskunk.co.uk/en/evening-dresses/4-printed-dress.html?live_configurator_token=8f63a8939f73796696b9798dd0d21785&id_shop=1&id_employee=1&theme=&theme_font= Paul how if I am add video from computer file ? please help, thank u Link to comment Share on other sites More sharing options...
vekia Posted October 8, 2014 Share Posted October 8, 2014 you have to upload is somewhere first after that you can use code to embed video (for example with quick time) but in my opinion it's better to upload it to services like vimeo/ youtube Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted October 8, 2014 Share Posted October 8, 2014 You also may want to explore wistia.com. Marty Shue Link to comment Share on other sites More sharing options...
AlanWooler Posted October 17, 2014 Share Posted October 17, 2014 Hi all. I try and add in a YouTube video, but when I save it it comes up with the below error at the top of the screen: The description field (English (English)) is invalid. All help appreciated. Thanks Link to comment Share on other sites More sharing options...
JaroslavH Posted November 8, 2014 Share Posted November 8, 2014 Hello If all your looking at is to add a you tube video to short/long descriptions on the product page then see if this any use for you http://screencast.com/t/bEKefBtYcT Result http://adultskunk.co.uk/en/evening-dresses/4-printed-dress.html?live_configurator_token=8f63a8939f73796696b9798dd0d21785&id_shop=1&id_employee=1&theme=&theme_font= Paul Hi Paul, How you added the video in PS 1.6? Installed you module see the beginning of this topic? Thanks. Jaroslav Link to comment Share on other sites More sharing options...
Mr Rick Posted November 12, 2014 Share Posted November 12, 2014 If you want to add videos on product page which can be played in a fancybox try http://goo.gl/PyYJV7 Link to comment Share on other sites More sharing options...
Jeroen040 Posted March 8, 2015 Share Posted March 8, 2015 Hi guys, First of all, thanks for the amazing module! I've been looking for this for some while. It actually works like a charm on 1.6.14! I have a question though. The video show directly at the product details and not in a separate tab. I'm not good in coding so my question is: what do I need to change to hide the video, until customers click on "Product video" to show the video in the separate tab? (Here you can see what I mean: http://natuurlijkegezondheid.eu/hulpmiddelen/164-glucosemeter-gl44-4211125463151.html) Thanks in advance for the help! Link to comment Share on other sites More sharing options...
patri_rapty Posted April 16, 2015 Share Posted April 16, 2015 If you are looking for an easy to use module for adding youtube or vimeo videos on your product pages you can check out this module -> Youtube and Vimeo Product Videos Link to comment Share on other sites More sharing options...
ktraving Posted April 16, 2015 Share Posted April 16, 2015 Hi guys, First of all, thanks for the amazing module! I've been looking for this for some while. It actually works like a charm on 1.6.14! I have a question though. The video show directly at the product details and not in a separate tab. I'm not good in coding so my question is: what do I need to change to hide the video, until customers click on "Product video" to show the video in the separate tab? (Here you can see what I mean: http://natuurlijkegezondheid.eu/hulpmiddelen/164-glucosemeter-gl44-4211125463151.html) Thanks in advance for the help! I cannot see any videos added in the above product? Cheers, K Link to comment Share on other sites More sharing options...
patri_rapty Posted April 16, 2015 Share Posted April 16, 2015 (edited) I cannot see any videos added in the above product? Cheers, K Press on the Live preview button or you can check out here live the product -> www.modulesden.com , it opens the video in the fancy box. Edited April 16, 2015 by patri_rapty (see edit history) Link to comment Share on other sites More sharing options...
antonis78 Posted September 9, 2015 Share Posted September 9, 2015 Hello, I downloaded the file in the first post and installed the module. I added a video in one of the products and in the product page I can see the video tab but not the video. Also, in the module page when I enter the embed code I do not have a full text editor only a textarea. It appears that the video tab is inside the comments ab so it cannot be displayed. Is the file I downloaded the correct one for prestashop 1.6.1.1? Here is a link to my shop http://byleo.bnc-webhosting.com/mods/2-bod-mecha.html Link to comment Share on other sites More sharing options...
kush4133 Posted November 18, 2015 Share Posted November 18, 2015 hi vivek. i added your this module. it's working but there is a little bug. the video is getting on all tab. i just want to fix it in product video tab only. so can you please solve this problem or suggest me that how to overcome this problem? Link to comment Share on other sites More sharing options...
phil.mcshee Posted August 4, 2016 Share Posted August 4, 2016 Hi I am using PS 1.6.1.6 I have downloaded and installed the module. However when I put in the embed code for a youtube video and and click "update the editor" I get a 404 page not available error Any idea if this works in this version of PS 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