You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.
Hi there.
I'm interested in grabing the file array for code fun.
Something like
require_once(DIR ."/app/Mage.php");
umask(0);
Mage::app();
$product = Mage::getModel('catalog/product')->load(200);
$model = Mage::getModel('n98infofiles/file');
//$collection = $model->getCollection();
//$collection->addProductFilter($product);
//$collection->addExclusiveStoreFilter($product->getStoreId());
//$collection->load();
Can''t seam to go through with it... I need some insight in here.
The text was updated successfully, but these errors were encountered: