Created
October 19, 2022 11:50
-
-
Save wp126/5c8a78fab495769da9a5153b12aab917 to your computer and use it in GitHub Desktop.
Update Product Price in Preastashop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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