How to remove 'Address Information on registration

  • Posts: 18
  • Thank you received: 0
9 years 3 months ago #189085

-- HikaShop version -- : 2.3.2
-- HikaMarket version -- : 1.4.2
-- Joomla version -- : 3.2
-- PHP version -- : 5.3.29
-- Browser(s) name and version -- : firefox

Hi,
When I switch off 'Ask address on registration' the fields are removed but I still have the words "Address information" on the registration form.
How can I get rid of these words?
Regards.

Please Log in or Create an account to join the conversation.

  • Posts: 26017
  • Thank you received: 4004
  • MODERATOR
9 years 3 months ago #189088

Hi,

Regarding the code in the view "vendormarket | registration" it's not possible

	if($this->shopConfig->get('address_on_registration', 1)) {
?>
	<h3 class="hikashop_registration_address_info_title"><?php
		echo JText::_('ADDRESS_INFORMATION');
	?></h3>
<?php
I also check the code of HikaMarket 1.4.2.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

  • Posts: 18
  • Thank you received: 0
9 years 3 months ago #189120

Thanks for the quick reply,

In another thread ( www.hikashop.com/forum/4-how-to/873999-c...er-registration.html ) they mention:

2. You can do a translation override on the key: "ADDRESS_INFORMATION".
www.hikashop.com/support/faq.html#tran

but I don't understand how that can remove the text.

Regards.

Please Log in or Create an account to join the conversation.

  • Posts: 26017
  • Thank you received: 4004
  • MODERATOR
9 years 3 months ago #189131

Hi,

Please check that your view "vendormarket | registration" right have the code I mentioned.
The h3 title should be below the test of the configuration setting "address_on_registration".
So, when you turn off the address, the title is not displayed.

After that, you should be sure that you're right displaying the vendor registration form ; because the HikaMarket registration settings doesn't influence the HikaShop registration.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

Moderators: Obsidev
Time to create page: 0.066 seconds
Powered by Kunena Forum