Mage::helper('googlecheckout')->__('Large - %s', '180x46'), '168/44' => Mage::helper('googlecheckout')->__('Medium - %s', '168x44'), '160/43' => Mage::helper('googlecheckout')->__('Small - %s', '160x43'), ); $styles = array( 'trans' => Mage::helper('googlecheckout')->__('Transparent'), 'white' => Mage::helper('googlecheckout')->__('White Background'), ); $options = array(); foreach ($sizes as $size => $sizeLabel) { foreach ($styles as $style => $styleLabel) { $options[] = array( 'value' => $size . '/' . $style, 'label' => $sizeLabel . ' (' . $styleLabel . ')' ); } } return $options; } }