Magento: Get product price given a customer group
问题 On magento 1.7 I created a promotional price rule of 20% discount for "special members" customer group. I'd like to display both prices. I thought there would be something like $_product->getPriceByCustomerGroup( $groupId ); Goal (not logged in): Regular price: $10.99 Member price: $5.99 (member logged in): Regular price: $10.99 Member price: $5.99 回答1: Ok, bit of a muck around, but I think I have it. You can grab the price for the specific group id (3 in the case below) by calling