- Posts: 23
- Thank you received: 0
Registration custom fields
15 years 3 months ago #18942
by mick
Registration custom fields was created by mick
custom fields in registration form after unpublishing don't even display when new billing address is formed or edited while checking out......
My Requirement: want to remove additional info from form so that user while registring dont have to fill this long form but while adding billing address lightbox form should have all those custom fields...????
i want to comment the custom types in main registration form where are the in which view and will not unpublish so they will automatically come in billing address form.
My Requirement: want to remove additional info from form so that user while registring dont have to fill this long form but while adding billing address lightbox form should have all those custom fields...????
i want to comment the custom types in main registration form where are the in which view and will not unpublish so they will automatically come in billing address form.
Please Log in or Create an account to join the conversation.
15 years 3 months ago #18946
by nicolas
Replied by nicolas on topic Re: Registration custom fields
You would have to edit the file registration of the view user via the menu Display->Views and remove the part loading the address fields template.
Please Log in or Create an account to join the conversation.
15 years 3 months ago #18955
by mick
Replied by mick on topic Re: Registration custom fields
what is the diffrence between the views file which i edit via folder on ftp directly and display->views..
user view is repeated three times three registration files...
have commented like this in all three files... no effect....
<tr class="hikashop_registration_address_info_line">
<td>
<?php // echo JText::_( 'ADDRESS_INFORMATION' ); ?>
</td>
</tr>
<?php
$this->type = 'address';
//echo $this->loadTemplate();
?>
user view is repeated three times three registration files...
have commented like this in all three files... no effect....
<tr class="hikashop_registration_address_info_line">
<td>
<?php // echo JText::_( 'ADDRESS_INFORMATION' ); ?>
</td>
</tr>
<?php
$this->type = 'address';
//echo $this->loadTemplate();
?>
Please Log in or Create an account to join the conversation.
15 years 3 months ago #18958
by nicolas
Replied by nicolas on topic Re: Registration custom fields
When you do it via the interface, you don't loose your modifications when you update HikaShop.
There is only one registration file. However, it can overriden for each of your template. So if you have ten templates, you will see ten times an entry in the views listing... But you should edit it only for the template you're using.
The modification you made is indeed the good one. But you need to make it for the template you're using.
There is only one registration file. However, it can overriden for each of your template. So if you have ten templates, you will see ten times an entry in the views listing... But you should edit it only for the template you're using.
The modification you made is indeed the good one. But you need to make it for the template you're using.
Please Log in or Create an account to join the conversation.
15 years 3 months ago #19093
by mick
Replied by mick on topic Re: Registration custom fields
thnks got it right ..
Please Log in or Create an account to join the conversation.
Time to create page: 0.160 seconds