Created
October 19, 2022 11:52
-
-
Save wp126/569b18cee2c77edc613ab7e860cb28fc to your computer and use it in GitHub Desktop.
Update Attribute and Combination Price in Prestashop
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
$combination = new Combination(20);//id_product_attribute add there | |
$combination->price = (float)20; | |
$combination->save(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment