- Posts: 18
- Thank you received: 0
How to remove 'Address Information on registration
11 years 7 months ago #189085
by fariuser
How to remove 'Address Information on registration was created by fariuser
-- 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.
-- 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.
11 years 7 months ago #189088
by Jerome
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.
Replied by Jerome on topic How to remove 'Address Information on registration
Hi,
Regarding the code in the view "vendormarket | registration" it's not possible
I also check the code of HikaMarket 1.4.2.
Regards,
Regarding the code in the view "vendormarket | registration" it's not possible
Code:
if($this->shopConfig->get('address_on_registration', 1)) {
?>
<h3 class="hikashop_registration_address_info_title"><?php
echo JText::_('ADDRESS_INFORMATION');
?></h3>
<?php
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.
11 years 7 months ago #189120
by fariuser
Replied by fariuser on topic How to remove 'Address Information on registration
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.
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.
11 years 7 months ago #189131
by Jerome
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.
Replied by Jerome on topic How to remove 'Address Information on registration
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,
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.200 seconds