Product Countdown Module
PrestaShop 1.5.* - 8.*A module for displaying countdown timers for products.
You can display countdown timers for all products with specific prices or enable them manually for selected products.
2 themes included.
Multi store/ multi language compatible.
Use a default position or place a countdown anywhere you like with a custom hook.
Product Countdown module will help you increase your sales!
Fiche technique
- Version
- 2.1.1
- Support PrestaShop
- 1.5.* - 8.*
- Langue
- EN, DE, ES, CA, FR, IT, PL, PT, NL, RU
Help
Im currently using laber theme and I tried to add this module for my discounts but when I configure the porduct countdown module it doesnt show the timer on any page. (home page, discount page, product page).
Hello, Generally there are only a few possible reasons, please try the following options: 1) Reinstall the module to make sure all its hooks are registered. 2) Clear the PrestaShop cache 3) Change the timer position in the module settings (first 2 options in the Settings tab) If nothing helps, there are probably no appropriate hooks in your theme. You can try to use a custom hook, please see the Additional Instructions tab on the module configuration page.
version 1.6.0.6
Bonjour est ce qu'il fonctionne pour la version 1.6.0.6 de prestashop ?
Bonjour, Oui, cela devrait fonctionner correctement avec PrestaShop 1.6.0.6.
Best Module
Hi Its very nice module and good design i like it install to 3 website i have , but can you help me have problem didnt show the product in front page on (Deal Of The Day) Most show when Specific price Time starting Please can you help me to fix that Thank you
Hi, Sorry, not sure I fully understand. Do you mean the timers are not displayed only in the "Deal Of The Day" block? There may be several options: 1) Try cleaning PrestaShop cache 2) The hooks are different in this block, you can try changing the "Position in the product list" option in the module settings 3) This block uses a custom template and there are no suitable hooks there at all. Only editing the template can help, it's complicated.
not work
help
Hi, Please describe the problem in more detail. Is the module settings page not working or the timers themselves? If the timers are not visible, try changing the position in the module settings.
This module not compatible with 8.0 version?
This module not compatible with 8.0 version?
No, unfortunately it's not compatible yet. I'll release the update this week.
This module not compatible with 8.0 version
Please update. I need this module for my project.
Updated, now it's compatible with PrestaShop 8.0
Versions 1.7.7.5, 1.7.7.7
Is your product countdown (free module), compatible with the latest versions of Prestashop. 1.7.7.5 or 1.7.7.7
Sure, it's fully compatible with PrestaShop 1.7.7.*
version 1.7.6
Bonjour est ce qu'il fonctionne pour version 1.7.6 de prestashop merci
Hello, Yes, of course, it's fully compatible with PrestaShop 1.7.6
Works like charn
Great module. Works like charm and is as free module more than enough for most shops as it fits almost every shop layout with its clear simple design and basic functions. Option for pro version: Make the time customizable. I, for example, do not need the second counter. An easy switch to choose what parts are needed would be fine (days, hours, minutes, seconds)
Thanks for your comment, I'm really glad you like the module! Well, I'll certainly think about this option, perhaps it will be in demand. But actually it is quite difficult to make it work reliably. A long time ago there was an option for showing/hiding weeks and it was causing a lot of style problems.
Es fantastico y funcional 100x100
Es el mejor modulo gratuito que he probado hasta el momento. Muchas gracias
цикличность таймера
Здравствуйте! Скажите пожалуйста как можно реализовать цикличность в модуле? Я имею ввиду, после того как таймер закончит отсчет, чтобы он заново его начал.
Здравствуйте, Роман! К сожалению, такой функции нет. В Pro версии можно создавать таймеры, которые просто отсчитывают нужное количество часов (а не считают время до определенного дня). Для них можно настроить цикличность. Но это наверное немного не то.
В принципе наверно это то, что нужно. Тогда вопрос, когда отсчет времени закончен, что будет происходить? И какое правило для срабатывания таймера должно быть?
Когда отсчет заканчивается, он скрывается и ждет указанное время, чтобы начаться заново. А изначально он срабатывает, когда посетитель впервые видит товар. Вот можете посмотреть на примере этого товара, там как раз такой отсчет: https://demo.presta.site/ru/evening-dresses/4-printed-dress.html И там же на демо сайте можно посмотреть/поменять настройки таймера: https://demo.presta.site/admindemo
module is doubling
Good morning, your module is doubling the count in the ad, how can I fix it?
Hello! Could you show me an example page?
Hello ! http://lab.feasalinformatica.com.br/erro.jpg This error thanks admin@gpsbr.net
Sorry, I can't be sure how to fix that without viewing a live page. But usually there are two main ways to hide duplicate countdown: - hide an unnecessary countdown by CSS or - unhook the module from a default hook and insert a custom hook to your template. Most likely your default hook is "displayProductPriceBlock". And custom hook details are described at the module configuration page.
Product Countdown
А как разместить в карточке товара на самой фотографии как на главной странице
Стандартным способом никак, к сожалению. А так нужно отредактировать шаблон страницы товара product.tpl и вставить код {hook h='PSProductCountdown' id_product=$product->id} внутрь блока с id="image-block" Также нужно добавить следующие стили (например, в global.css): #product #image-block .psproductcountdown { position: absolute; left: 0; right: 0; top: 50%; margin-top: -50px; }
А как в prestashop 1.7? У меня нет файла global.css и в product.tpl нету такого блока с id-images Помогите!!!
Для 1.7 нужно отредактировать файл /themes/_имя_темы_/templates/catalog/_partials/product-cover-thumbnails.tpl. Внутрь блока с class="product-cover" вставить этот хук: {hook h='PSProductCountdown' id_product=$product.id} CSS стили можно добавить в файл /themes/_имя_темы_/assets/css/custom.css: #product #content .psproductcountdown { position: absolute; left: 0; right: 0; top: 50%; margin-top: -50px; width: 100%; } #product #main .product-prices .psproductcountdown { display: none; }
Спасибо!!! Все работает Еще один маленький нюанс. Можно так сделать, когда наводишь на картинку исчезал таймер
Да, конечно, нужно добавить эти стили в custom.css: #product .product-cover:hover .psproductcountdown { display: none; }
Большое Вам спасибо!!!
Отлично
Отличный модуль, Прост в настройке и надежен в работе