Skip to content

Instantly share code, notes, and snippets.

@wp126
Created October 19, 2022 11:50
Show Gist options
  • Save wp126/5c8a78fab495769da9a5153b12aab917 to your computer and use it in GitHub Desktop.
Save wp126/5c8a78fab495769da9a5153b12aab917 to your computer and use it in GitHub Desktop.
Update Product Price in Preastashop
$product = new Product(3);
$product->price = 30;
$product->save();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment