The extension adds a column with a product view counter in the OpenCart admin, with the ability to sort by this parameter. This addition to the standard product manager will allow you to measure the popularity of your products and take certain measures to improve certain product pages.
Improve the efficiency of your online store with the "Admin Product Views Counter" extension for OpenCart. After all, this module allows you to track the number of views of each product directly in the administrative panel to understand which products attract the most attention of your customers.
Advantages of the extension:
View statistics of views for each product in a separate column on the product list page.
Makes it possible to identify the most popular products and effectively plan promotions and sales.
Template-independent and configuration-free.
Absolutely free.
Extension installation instructions:
Upload the module in the admin panel in the "Extensions" : "Install".
Go to the "Modifications" section and update the cache.
Go to the "Dashboard" section and update the template cache (only for OpenCart 3).
You must be logged in to view the files!
Bu
03 December 2024
Дяка за безкоштовне доповнення! Питання, чи можна самому обнулити лічильники?
opencartbot
03 December 2024
Вітаю, онулити лічильники для всіх товарів можна за допомогою sql запиту до бази даних: UPDATE `oc_product` SET `viewed`='0'
A developer cheat sheet on using ternary operators in Twig. It will be useful for new developers of OpenCart and other CMSs that use this templating engine.
The OpenCart team has officially presented release 3.0.5.0, which contains a significant package of fixes, code cleanup, and compatibility improvements with modern PHP versions.
On November 20, 2025, a new major release of PHP was published - version 8.5. PHP 8.5 introduces useful improvements, but requires a careful approach when integrating into existing OpenCart projects.