V1.7 Images for product features Module

pandaslapi

Active member
Elite
XNullUser
Joined
Jul 16, 2020
Messages
230
Reaction score
253
Points
43
NullCash
1,228
Hello,

There is a bug while importing new Products with features, with Prestashop Importer - import product from csv, xls, xlsx module. (idk if this happens with other importer modules).

If you import new products with features, they won't be able to be selectable on Images for product features Module dropdown list and might show an empty list.

EMPTY DROPDOWN.png

So fix by running this query:

UPDATE `ps_feature_value`
SET `custom` = 0;


OK DROPDOWN.png
 
Top