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
Hello,
I have created a product exporter using PrestaSharp(1.2.9) which works fine on two prestashop (1.7.8.5) installations so far.
Today I tried to run it on a PrestaShop (1.7.8.3).
The shop already contains feature values but GetAll() always return null.
var productFeatureValueFactory = new ProductFeatureValueFactory(Globals.baseUrl, Globals.account, Globals.password);
var AllProductFeatureValues = productFeatureValueFactory.GetAll();
I have tried Get(id) and works fine
var productFeatureValueFactory = new ProductFeatureValueFactory(Globals.baseUrl, Globals.account, Globals.password);
var someFeatureValue = productFeatureValueFactory.Get(589758);
{Bukimedia.PrestaSharp.Entities.product_feature_value}
custom: 0
id: 589758
id_feature: 7
value: Count = 2
Have anyone seen this problem ?
Any solutions?
Best regards,
The text was updated successfully, but these errors were encountered:
Hello,
I have created a product exporter using PrestaSharp(1.2.9) which works fine on two prestashop (1.7.8.5) installations so far.
Today I tried to run it on a PrestaShop (1.7.8.3).
The shop already contains feature values but GetAll() always return null.
I have tried Get(id) and works fine
Have anyone seen this problem ?
Any solutions?
Best regards,
The text was updated successfully, but these errors were encountered: