Ali Samie Posted May 22, 2022 Share Posted May 22, 2022 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 More sharing options...
Ress Posted May 23, 2022 Share Posted May 23, 2022 You can take features values from the $_POST variable. 1 Link to comment Share on other sites More sharing options...
Ali Samie Posted June 16, 2022 Author Share Posted June 16, 2022 On 5/23/2022 at 1:09 PM, Ress said: You can take features values from the $_POST variable. Hi. Thank you for your response. Actually we used $_POST variable. And it was the easiest way to do so. Thank you for your time @Ress Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now