开发者

Modify automatically an attribute with magento

开发者 https://www.devze.com 2022-12-13 07:35 出处:网络
I want to modify one attribute of my product automatically (code). How could i do that plz? I have seen how to show one attribu开发者_如何学Pythonte, but not how to modify.

I want to modify one attribute of my product automatically (code). How could i do that plz?

I have seen how to show one attribu开发者_如何学Pythonte, but not how to modify.

Thx


if attribute name is "attr" and product is loaded into object $product

$product->setAttr($value);
$product->save();
0

精彩评论

暂无评论...
验证码 换一张
取 消