Arteinfo 61 Posted March 9, 2015 Posted March 9, 2015 (edited) (EN) Add Youtube videos easily on tab your product pages. Front Office Demo: http://demomodule.preventivoecommerce.com/en/abiti-estivi/5-abito-estivo-stampato.htmlBack Office Demo (ID: demo@demo.com PW: demodemo): http://demomodule.preventivoecommerce.com/adminDEMO/ (IT) Il modulo permette di associate video Youtube a un prodotto e visualizzarlo nella TAB della scheda prodotti con il supporto Responsive Design, ovvero il video si adatta alle varie risoluzioni. Solo per PrestaShop 1.6.X NEW VERSION 1.0.9 artvideotab.zip Edited November 18, 2016 by Arteinfo (see edit history) 3 Share this post Link to post Share on other sites
sting5 12 Posted May 1, 2015 Posted May 1, 2015 (edited) Thanks for a great module! Fast to install, seems easy to use. But I can't start it working - video is in HTML code but doesn't work, maybe due to iframe. I've tried turning off Use HTMLPurifier Libraryand turned on Allow iframes on HTML fields, but the video still doesn't show up. Any idea why? UPDATE: Ok, I've found how to bypass the problem, You just need to insert video URL correctly - replace "watch?v=" with "v/", because Youtube usually gives: so it has to be like this: I hope this helps Edited May 1, 2015 by sting5 (see edit history) 1 Share this post Link to post Share on other sites
Arteinfo 61 Posted May 6, 2015 Posted May 6, 2015 UPDATE:Ok, I've found how to bypass the problem, You just need to insert video URL correctly - replace "watch?v=" with "v/", because Youtube usually gives: so it has to be like this: I hope this helps Thanks for a great module! Fast to install, seems easy to use. But I can't start it working - video is in HTML code but doesn't work, maybe due to iframe. I've tried turning off Use HTMLPurifier Libraryand turned on Allow iframes on HTML fields, but the video still doesn't show up. Any idea why? UPDATE: Ok, I've found how to bypass the problem, You just need to insert video URL correctly - replace "watch?v=" with "v/", because Youtube usually gives: so it has to be like this: I hope this helps Thank you! The URL should be taken by the iframe code of Youtube, but the next version will be implemented a filter. 1 Share this post Link to post Share on other sites
sting5 12 Posted May 8, 2015 Posted May 8, 2015 (edited) Ok this works nice - videos show well on PC. But they are missing when trying to view the page on tablet or smartphone. Any idea why? Ok I've found how to fix this - You need to insert <script> clauses into the artvideo.tpl file like this: {if $art_url_video != ""} <div class="art-video"> <script language="javascript" type="text/javascript"> <iframe width="420" height="315" src="{$art_url_video}?rel=0" frameborder="0" allowfullscreen=""></iframe> </script> </div> {/if} <div class="art-leggenda"> {$art_testo} </div> Then video will play on smart phones and tablets as well Edited May 12, 2015 by sting5 (see edit history) 1 Share this post Link to post Share on other sites
One_Man 73 Posted May 14, 2015 Posted May 14, 2015 Ciao, Vorrei cambiare la dimensione del video, reperti troppo grande. E 'possibile cambiare? e anche, vorrei cambiare la sua posizione, per esempio al centro ... Scusa per il mio italiano. Grazie ea presto 1 Share this post Link to post Share on other sites
Fábio Adriano 0 Posted May 16, 2015 Posted May 16, 2015 I did the installation and mine is giving the following error (and I can not embed the videos). version 16.0.14Notice na linha 387 no arquivo /home/sbninfoc/public_html/loja/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined index: ART_REFERENCENotice na linha 387 no arquivo /home/sbninfoc/public_html/loja/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined index: ART_VIDEONotice na linha 387 no arquivo /home/sbninfoc/public_html/loja/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined index: ART_TESTONotice na linha 748 no arquivo /home/sbninfoc/public_html/loja/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined index: ART_ELIMINANotice na linha 748 no arquivo /home/sbninfoc/public_html/loja/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code[8] Undefined index: ART_ELIMINA Share this post Link to post Share on other sites
nomme 0 Posted May 19, 2015 Posted May 19, 2015 hi man, nice module, works fine. But how can I delete video? Share this post Link to post Share on other sites
sting5 12 Posted May 20, 2015 Posted May 20, 2015 hi man, nice module, works fine. But how can I delete video? Just add same data as video, and change the very bottom option from no to yes (it means you want to delete the video described). Share this post Link to post Share on other sites
nomme 0 Posted May 21, 2015 Posted May 21, 2015 i dont have that option (yes/no). I add some videos for few products. Now i need delete video for product with code reference is 22. And i dont know how. Can you do printscreen? Share this post Link to post Share on other sites
Arteinfo 61 Posted May 21, 2015 Posted May 21, 2015 Ciao, Vorrei cambiare la dimensione del video, reperti troppo grande. E 'possibile cambiare? e anche, vorrei cambiare la sua posizione, per esempio al centro ... Scusa per il mio italiano. Grazie ea presto Il modulo è progettato per visualizzare il video come responsive web design (RWD), quindi che si adatti alle dimensioni della pagina, per modificare le impostazioni è necessario intervenire sui CSS Share this post Link to post Share on other sites
Arteinfo 61 Posted May 21, 2015 Posted May 21, 2015 i dont have that option (yes/no). I add some videos for few products. Now i need delete video for product with code reference is 22. And i dont know how. Can you do printscreen? You can not delete by ID, but only for the reference product. The next version will be integrated this possibility. You can delete the records from the table "ps_product_art_video_tab" with phpMyAdmin or similar software Share this post Link to post Share on other sites
nomme 0 Posted May 21, 2015 Posted May 21, 2015 ok, when will new version? Share this post Link to post Share on other sites
sting5 12 Posted May 22, 2015 Posted May 22, 2015 (edited) ok, when will new version? Nomme, You can also delete directly from database (through PHPMyAdmin) - find table called "ps_product_art_video_tab", open it, find the row which holds the info of the video You don't need anymore and just delete it. It's that simple! Edited May 22, 2015 by sting5 (see edit history) Share this post Link to post Share on other sites
One_Man 73 Posted June 15, 2015 Posted June 15, 2015 Ciao, Vorrei cambiare il modulo. Non avrei nella linguette ma link sul mio prodotto. Come sulla foto. e che si apre con un fancybox È possibile aggiornare il modulo? Grazie per l'aiuto. Share this post Link to post Share on other sites
marketing_gs 1 Posted June 16, 2015 Posted June 16, 2015 (edited) Ciao, ho installato il modulo su PS 1.6.0.9 ma non riesco a farlo funzionare. Questo è quello che vedo nella configurazione e se inserisco i dati. Edited June 16, 2015 by marketing_gs (see edit history) 1 Share this post Link to post Share on other sites
kueza 0 Posted June 16, 2015 Posted June 16, 2015 (edited) Ciao, ho installato il modulo ed è andato tutto liscio, grazie ancora. Ho solo un problema, magari non dipende dal modulo ma magari ti viene in mente qualcosa, nella scheda prodotto il video si va a mettere in mezzo alle recenzioni utente sul prodotto, ti allego uno screen, ho provato a giocare con le posizioni dei modulo ma senza risultato, riesci a darmi una mano? Grazie, Alberto Edited June 16, 2015 by kueza (see edit history) Share this post Link to post Share on other sites
RemcoDr 1 Posted September 16, 2015 Posted September 16, 2015 The video is not in an tab but under the description.. can you explain how to get it in a tab? I read in your code you use the module "extratabs" whichone you use? Share this post Link to post Share on other sites
Arteinfo 61 Posted November 17, 2016 Posted November 17, 2016 (edited) Front Office Demo: http://demomodule.preventivoecommerce.com/en/abiti-estivi/5-abito-estivo-stampato.htmlBack Office Demo (ID: demo@demo.com PW: demodemo): http://demomodule.preventivoecommerce.com/adminDEMO/ Nuova versione di Art Video Tab: Incrementata la compatibilità con i diversi template; Possibile rendere attiva la TAB VIDEO al primo caricamento della scheda prodo Esteso il supporto a Vimeo Corretti diversi Bug Implementata la sicurezza e l'ottimizzasione New version of Art Video Tab: Increased compatibility with different templates; You can make active the TAB VIDEO first loaded the product; Extended support for Vimeo Fixed several bugs Implemented safety and ottimizzasione NEW VERSION 1.0.9 artvideotab.zip Edited November 17, 2016 by Arteinfo (see edit history) Share this post Link to post Share on other sites
Arteinfo 61 Posted November 17, 2016 Posted November 17, 2016 Ciao, ho installato il modulo ed è andato tutto liscio, grazie ancora. Ho solo un problema, magari non dipende dal modulo ma magari ti viene in mente qualcosa, nella scheda prodotto il video si va a mettere in mezzo alle recenzioni utente sul prodotto, ti allego uno screen, ho provato a giocare con le posizioni dei modulo ma senza risultato, riesci a darmi una mano? Grazie, Alberto Per risolvere il problema ti basta scaricare la nuova versione e impostare la voce "TAB Standard?" su "Yes". Share this post Link to post Share on other sites
Arteinfo 61 Posted November 17, 2016 Posted November 17, 2016 The video is not in an tab but under the description.. can you explain how to get it in a tab? I read in your code you use the module "extratabs" whichone you use? Download the new version and set as TAB Standard Share this post Link to post Share on other sites
Akon21 1 Posted November 23, 2016 Posted November 23, 2016 (edited) Thanx! Perfect! Edited November 23, 2016 by Akon21 (see edit history) 1 Share this post Link to post Share on other sites
pandorrah 15 Posted May 5, 2017 Posted May 5, 2017 Hello i use PS 1.6.1.7 and your excellent module. But now it is not working anymore. Blank space. In Chrome, i get error: Failed to load resource: the server responded with a status of 404 (). https://www.youtube.com/watch?v=videocode?enablejsapi=1&version=3&html5=1&wmode=transparentPlease advice. Thank you. Share this post Link to post Share on other sites
manisware 0 Posted July 26, 2017 Posted July 26, 2017 Hi, after uploading the above module in prestashop 1.6, the video tab and Reviews tabs mixed each other, any solution for this ? Share this post Link to post Share on other sites
Arteinfo 61 Posted July 27, 2017 Posted July 27, 2017 Hi, after uploading the above module in prestashop 1.6, the video tab and Reviews tabs mixed each other, any solution for this ? Try changing the TAB Standard setting. If you do not systemize it is a CSS problem in your template. 1 Share this post Link to post Share on other sites
manisware 0 Posted July 27, 2017 Posted July 27, 2017 *Try changing the TAB Standard setting. If you do not systemize it is a CSS problem in your template.* can you help me how to do that please Share this post Link to post Share on other sites
Hacktor 1 Posted January 8, 2018 Posted January 8, 2018 The version 1.0.9 doesn't work under Prestashop 1.7.2.4 Is there an updated version? Share this post Link to post Share on other sites
pandorrah 15 Posted January 9, 2018 Posted January 9, 2018 I have the same problem. Probably PHP error or API error. Share this post Link to post Share on other sites
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