- Posts: 126
- Thank you received: 2
no labels for billing and shipping address
14 years 9 months ago #33512
by mett
no labels for billing and shipping address was created by mett
Please Log in or Create an account to join the conversation.
14 years 9 months ago #33541
by nicolas
Replied by nicolas on topic Re: no labels for billing and shipping address
Hi,
Nice catch.
Please edit the file "form_address" of the view "order" via the menu Display->Views and change the line:
<?php echo $this->fieldsClass->getFieldName($field->field_realname);?>
to:
<?php echo $this->fieldsClass->getFieldName($field);?>
and it will work. We'll change that on our end.
Nice catch.
Please edit the file "form_address" of the view "order" via the menu Display->Views and change the line:
<?php echo $this->fieldsClass->getFieldName($field->field_realname);?>
to:
<?php echo $this->fieldsClass->getFieldName($field);?>
and it will work. We'll change that on our end.
Please Log in or Create an account to join the conversation.
Time to create page: 0.159 seconds