VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: nik1979 on October 08, 2013, 15:24:23 PM

Title: in order not to display "name" of the buyer
Post by: nik1979 on October 08, 2013, 15:24:23 PM
VirtueMart 2.0.24 Joomla 2.5.14
Order the registration of a VM - in order not to display "name" of the buyer.
, you can see it but the field is empty
There is a view standard reserved field name (in user-defined fields), it is the same as in the standard registration.
 
first_name, middle_name, last_name - these are displayed in the order without problems
but the field "name" in order is empty.
Please help to solve the problem
Title: Re: in order not to display "name" of the buyer
Post by: jenkinhill on October 08, 2013, 16:52:14 PM
Please do not crosspost. I deleted the other two identical messages.

I do not understand what you are asking. Is it a problem with Joomla's "Displayed Name" field?
Title: Re: in order not to display "name" of the buyer
Post by: nik1979 on October 08, 2013, 22:10:44 PM
Quote from: jenkinhill on October 08, 2013, 16:52:14 PM
I do not understand what you are asking. Is it a problem with Joomla's "Displayed Name" field?
right. 
when I look at the order in the admin menu virtuemart
administrator/index.php?option=com_virtuemart&view=orders&task=edit&virtuemart_order_id=1
all fields are filled  (....first_name, middle_name, last_name....) all ok
but the field "Displayed Name" have empty  :(

configuration (Shopper Field List) for the field  "Displayed Name"  Enable item : Required, Published, Show in registration form, Show in account maintenance
and configuration Checkout
On checkout, ask for registration:   checked=checked
Only registered users can checkout: checked=checked

(sorry for my english)

I look at the table _virtuemart_order_userinfos in phpMyAdmin and I do not see it at all field "name"

p.s.
I need when registration user through the basket,   in the table  _virtuemart_order_userinfos created field "name"  containing the data "Displayed Name".
where and how to fix model and controller I do not know  :-[

--------------------

I found a global error VirtueMart 2.0.24 ?
right?