lightsb Posted August 19, 2013 Share Posted August 19, 2013 Count down modul prestashop Afiseaza timpul de valabilitate a promotiei. Acest modul nu este instalabil. El contine mai multe fisiere care trebuiesc copiate in diferite locatii + atasarea codului de afisare in front-office (doar pe pagina produsului). Compatibilitate Prestashop: - 1.3.x - 1.4.x - 1.5.x Se poate descarca accesand link-ul: http://www.kritondesign.ro/ro/module-disponibile-prestashop/2-count-down-modul-prestashop-14.html Link to comment Share on other sites More sharing options...
lightsb Posted September 3, 2013 Author Share Posted September 3, 2013 Nici o parere ? Link to comment Share on other sites More sharing options...
costi43 Posted September 3, 2013 Share Posted September 3, 2013 (edited) greseala Edited September 3, 2013 by costi43 (see edit history) Link to comment Share on other sites More sharing options...
lightsb Posted September 3, 2013 Author Share Posted September 3, 2013 Salut, Ma bucur ca folosesti acel script Costi .. chiar felicitari .... dar aici era vorba de cu totul altceva. Pls .. poti citi primul post ? Bafta. Link to comment Share on other sites More sharing options...
costi43 Posted September 3, 2013 Share Posted September 3, 2013 mi de scuze, dar nu aici am vrut :D:D Link to comment Share on other sites More sharing options...
Blank Posted September 15, 2013 Share Posted September 15, 2013 (edited) Pentru versiunile 1.5.x trebuie adaugat la codul {if ($product->specificPrice.reduction) AND ($product->specificPrice.to|date_format:'%Y-%m-%d' >= $smarty.now|date_format:'%Y-%m-%d')} <b>Oferta este valabila :</b> <link rel="stylesheet" type="text/css" href="{$base_dir}css/jquery.countdown.css" /> <script type="text/javascript" src="{$base_dir}js/jquery/jquery.countdown.js"></script> <div id="reductioncountdown" style="overflow:auto;"></div> <script type="text/javascript"> $("#reductioncountdown").countdown({ldelim}until: new Date('{$product->specificPrice.to|date_format:'%Y-%m-%d'}'){rdelim}); </script> <b>sau in limita stocului disponibil</b> si {/if} altfel se va afisa o eroare (testata pe versiunea Prestashop 1.5.5.0) Pentru afisare, trebuie sa adaugati in tabul Preturi o noua specificare de pret care sa includa intervalul promotiei 5 din 5 este nota pe care o acord. Foarte utila pentru cei ce au magazine cu reduceri sau promotii,. Edited September 15, 2013 by Blank (see edit history) Link to comment Share on other sites More sharing options...
shams Posted September 16, 2013 Share Posted September 16, 2013 Shams .. copy file in location: - root/css/jquery.countdown.css - root/js/jquery/jquery.countdown.js for 1.5.4.0 work .. link for 1.4.5.0 work .. i tested on localhost. I'll answer here and just identify the problem. The script does not work with Safari (on mac I have not tried it on pc) However, everything is okay with Firefox and Chrome. It would be nice also works with Safari! ... Thank you for your attention, Link to comment Share on other sites More sharing options...
lightsb Posted September 16, 2013 Author Share Posted September 16, 2013 Pentru versiunile 1.5.x trebuie adaugat la codul {if ($product->specificPrice.reduction) AND ($product->specificPrice.to|date_format:'%Y-%m-%d' >= $smarty.now|date_format:'%Y-%m-%d')} <b>Oferta este valabila :</b> <link rel="stylesheet" type="text/css" href="{$base_dir}css/jquery.countdown.css" /> <script type="text/javascript" src="{$base_dir}js/jquery/jquery.countdown.js"></script> <div id="reductioncountdown" style="overflow:auto;"></div> <script type="text/javascript"> $("#reductioncountdown").countdown({ldelim}until: new Date('{$product->specificPrice.to|date_format:'%Y-%m-%d'}'){rdelim}); </script> <b>sau in limita stocului disponibil</b> si {/if} altfel se va afisa o eroare (testata pe versiunea Prestashop 1.5.5.0) Pentru afisare, trebuie sa adaugati in tabul Preturi o noua specificare de pret care sa includa intervalul promotiei 5 din 5 este nota pe care o acord. Foarte utila pentru cei ce au magazine cu reduceri sau promotii,. Thx .. modificat (se pare ca m-am cam grabit). Link to comment Share on other sites More sharing options...
bbnicu Posted May 29, 2014 Share Posted May 29, 2014 Buna ziua, de unde pot descarca acest modul? pe website este iesit de pe stoc, Va multumesc. Link to comment Share on other sites More sharing options...
lightsb Posted May 30, 2014 Author Share Posted May 30, 2014 Salut, l-am scos pentru anumite tari din cauza ca nici un utilizator nu a folosit adresa corecta de mail .. cele mai multe fiind din Romania. Link to comment Share on other sites More sharing options...
Recommended Posts