You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 17, 2024. It is now read-only.
There is an issue in (at the time of writing) Magento 2.1.4 and previous versions that doesn't update the field `updated_at` in the table `catalog_product_entity` when a product is updated. This simple module uses raw SQL to force update the field.
4
+
5
+
**Use this module at own risk and make sure to test it first!**
6
+
7
+
## How to install
8
+
9
+
After installing Magento 2, run the following commands from your Magento 2 root directory:
10
+
11
+
```
12
+
composer require codepeak/magento2-productfix
13
+
php bin/magento cache:flush
14
+
```
15
+
16
+
## Contribute
17
+
18
+
Feel free to **fork** and contribute to this module. Simply create a pull request and we'll review and merge your changes to master branch.
19
+
20
+
## About Codepeak
21
+
22
+
Codepeak is a Magento consultant agency located in Sweden. For more information, please visit [codepeak.se](https://codepeak.se).
0 commit comments