
Countdown timer -> ENGLISH(OPENCART 2.1.0.1)
Countdown timer showing the time left before the special price offer ends,
shows saving between price and special price in percentage, quantity and number
of sales on featured module, category and product pages.
--------------------------------------------------------------------------------------------------------------------
In code you can uncomment in /root/catalog/controller/product/product.php
--------------------------------------------------------------------------------------------------------------------
- product page
#$this->model_catalog_product->removeProduct($product_info_end['product_id']);
--------------------------------------------------------------------------------------------------------------------
In code you can uncomment in /root/catalog/controller/product/category.php
--------------------------------------------------------------------------------------------------------------------
- category page
#$this->model_catalog_product->removeProduct($product_info['product_id']);
--------------------------------------------------------------------------------------------------------------------
In code you can uncomment in /root/catalog/controller/module/featured.php
--------------------------------------------------------------------------------------------------------------------
- featured module
#$this->model_catalog_product->removeProduct($product_info['product_id']);
This means that product will be removed from pages when countdown ends.
Login and write down your comment.
Login my OpenCart Account