我想修改产品可编程性的可下载信息/链接。
我能够创建一个可下载的产品。但我找不到如何编辑链接。
我认为功能 setDownloadableData / getDownloadableData 可以帮助我。
但是,我在 Magento 源代码 (1.7.0.2) 中找不到它们。
和
grep -r "setDownloadableData" magento/*
我只能看到对函数的调用。不是执行。...
/magento/app/code/core/Mage/Downloadable/Model/Link/Api.php
$product->setDownloadableData($downloadable);
/magento/app/code/core/Mage/Downloadable/Model/Observer.php
$product->setDownloadableData($downloadable);