Skip to content

Instantly share code, notes, and snippets.

@artmouse
Created December 11, 2018 09:11
Show Gist options
  • Select an option

  • Save artmouse/d0a19c3d78ec593bb98ddac7280ef267 to your computer and use it in GitHub Desktop.

Select an option

Save artmouse/d0a19c3d78ec593bb98ddac7280ef267 to your computer and use it in GitHub Desktop.
Convert core config data value select magento to array php
public function getCountriesRequired(){
$countiesReqConfig = Mage::getStoreConfig('devopentaxvatnumber/general/required_country');
$countriesRequired = explode(",", $countiesReqConfig);
return $countriesRequired;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment