Skip to content

Instantly share code, notes, and snippets.

@EHLOVader
Created February 13, 2012 23:15
Show Gist options
  • Save EHLOVader/1821364 to your computer and use it in GitHub Desktop.
Save EHLOVader/1821364 to your computer and use it in GitHub Desktop.
override to name manufacturer in shop products
if ($name == 'manufacturer')
{
if ($this->grouped)
return $this->master_grouped_product->manufacturer_link;
else
return $this->manufacturer_link;
return $this->grouped_attribute_name;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment