Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Specific country as standard with dropdownbox


poohbeer

Recommended Posts

http://wiki.oscommerce.com/docsCatFormCountryDrop explains how to set a specific country as standard with dropdownbox but does this only for the United States. I want to do this for Belgium.

It says:

 

countries_array = array(array('id' => '', 'text' => PULL_DOWN_DEFAULT));

Change To:

$countries_array = array(array('id' => '223', 'text' => 'United States'));

 

Now I can offcourse change the PULL_DOWN_DEFAULT to 'Belgium' but what with the 223 value? Where do I find the corresponding number for Belgium?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...