VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: andry1187 on November 30, 2012, 11:19:08 AM

Title: Show value in select list
Post by: andry1187 on November 30, 2012, 11:19:08 AM
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.

Title: Re: Show value in select list
Post by: andry1187 on December 03, 2012, 15:42:04 PM
anybody can  help me?