Change product price programmatically I write custom module for coupons, and I need to change price, if coupon code is correct. How can I do this from my module (maybe some hooks or something else) Log in or register to post a comment. borisolhor Posted: Apr 5, 2012 Comments Hi! have you checked the product_load or product_load_by_sku nikitas on March 21, 2013 hooks in combination with the commerce_product_save hook? you can load a product make the changes you want programmaticaly and then save them with commerce_product_save for better understanding please visit:http://drupalcontrib.org/api/drupal/contributions!commerce!modules!produ... Log in or register to post a comment.
Hi! have you checked the product_load or product_load_by_sku nikitas on March 21, 2013 hooks in combination with the commerce_product_save hook? you can load a product make the changes you want programmaticaly and then save them with commerce_product_save for better understanding please visit:http://drupalcontrib.org/api/drupal/contributions!commerce!modules!produ... Log in or register to post a comment.
Comments
Hi! have you checked the product_load or product_load_by_sku
hooks in combination with the commerce_product_save hook?
you can load a product make the changes you want programmaticaly and then save them with commerce_product_save for better understanding please visit:http://drupalcontrib.org/api/drupal/contributions!commerce!modules!produ...