Skip to content

Commit

Permalink
Merge pull request #410 from laukatu/develop
Browse files Browse the repository at this point in the history
Populate product vendor property
  • Loading branch information
Santiagoebizmarts authored Jul 27, 2017
2 parents 3d5f070 + 526b4d2 commit 265ced3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,10 @@ protected function _buildProductData($product, $isVariant = true, $variants = ar
if ($categoryId) {
$category = Mage::getResourceModel('catalog/category')->checkId($categoryId);
$data["type"] = $category->getName();
$data["vendor"] = $data["type"];
}

//missing data
$data["vendor"] = "";
$data["handle"] = "";

//variants
Expand Down

0 comments on commit 265ced3

Please sign in to comment.