News:

Support the VirtueMart project and become a member

Main Menu

Show value in select list

Started by andry1187, November 30, 2012, 11:19:08 AM

Previous topic - Next topic

andry1187

hi guys i have this code in edit_address.php:


echo ' <div style="float: left;font-size: 14px;height: 100px;margin-right: 10px;padding: 10px;width: 48%;">';
echo ($sessionCart->BT['first_name']). ' ';
echo ($sessionCart->BT['last_name']). '</br>';
echo ($sessionCart->BT['address_1']). '</br>';
echo ($sessionCart->BT['zip']).' - '; echo ($sessionCart->BT['city']).'</br>';
echo ($sessionCart->BT['virtuemart_country_id']). '</br>';
echo ' </div>';


virtuemart_country_id show me a number.. how i can show the value for this select list??

regards,
A.


andry1187