Jump to content

prestashop hook actionObjectProductUpdateAfter product features are not updated yet


Ali Samie

Recommended Posts

Need:
I want to do a process after product update on product features.

Problem:
But the list that I get from these methods are not updated with new values:

$product->getFeatures();
$product->getFrontFeatures($id_lang);
Product::getFrontFeaturesStatic((int) $id_lang, $id_product);

It seems to get updated after this hook "actionObjectProductUpdateAfter".

Link to comment
Share on other sites

  • 4 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...