VM 2.9.6 Error in select values/titles in shopper title

Started by nzed, June 16, 2014, 11:58:53 AM

Previous topic - Next topic

nzed

Hi, on page /index.php/shop/account-maintenance (/index.php?option=com_virtuemart&view=user&layout=edit) I can see this:

<select id="shopper_title" name="shopper_title" class="vm-chzn-select" style="width: 210px">
   <option value="" selected="selected">-- Select - -</option>
   <option value="Mr">Mr</option>
   <option value="Mrs">Mrs</option>
   <option value="Ms">COM_VIRTUEMART_SHOPPER_TITLE_MS</option>
   <option value="Dr">COM_VIRTUEMART_SHOPPER_TITLE_DR</option>
</select>

Is it a local problem in my system? Use English as fallback is on.

Milbo

Seems like you have old data there. just remove the Mr and Mrs option
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

nzed

Now in VM 2.9.7 I can edit shopper fields, I could get it right.
Just a notice: the two hyphens on the right of "-- Select - -" text have an extra space between them.