

This module allows you to display countdown timers for products.
You can display countdown timers for all products with specific prices or activate it manually for chosen products.
2 themes are included.
Multistore / multilanguage compatible.
Use a default position or place a countdown anywhere you like with a custom hook.
Product Countdown module will help you to increase your sales!
Data sheet
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; }
Большое Вам спасибо!!!
Отлично
Отличный модуль, Прост в настройке и надежен в работе