Skip to content

Instantly share code, notes, and snippets.

@Vinai
Created October 7, 2013 15:58
Show Gist options
  • Save Vinai/6870299 to your computer and use it in GitHub Desktop.
Save Vinai/6870299 to your computer and use it in GitHub Desktop.
Set Product Group Price using setData()
$product->setData('group_price', array(
array(
'website_id' => 0,
'cust_group' => $customerGroupId,
'price' => 19.99
)
));
@ironizm
Copy link

ironizm commented Oct 8, 2013

https://gist.github.com/ironizm/4a4d3a053b4bf71fdde9
https://gist.github.com/ironizm/2b2dd07fa77ec14c6300

Am not sure what I am doing wrong. Tried both these and couldn't get it correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment