- Posts: 490
- Thank you received: 2
custom fields requested on vendor registration
10 years 1 month ago #248243
by ronron
custom fields requested on vendor registration was created by ronron
-- HikaShop version -- : 2.6.3
-- HikaMarket version -- : 1.7.0
-- Joomla version -- : 3.4.3
-- PHP version -- : 5.5
-- Error-message(debug-mod must be tuned on) -- : none
hi
i created required custom fields for the user registration and not for the vendor registration. the problem is every time i apply as a vendor an error occurs informing me to fill in the custom fields for the user. Funny is that Its not visible on the registration form but it is requested when i apply as vendor
what should i do
thanks
-- HikaMarket version -- : 1.7.0
-- Joomla version -- : 3.4.3
-- PHP version -- : 5.5
-- Error-message(debug-mod must be tuned on) -- : none
hi
i created required custom fields for the user registration and not for the vendor registration. the problem is every time i apply as a vendor an error occurs informing me to fill in the custom fields for the user. Funny is that Its not visible on the registration form but it is requested when i apply as vendor
what should i do
thanks
Please Log in or Create an account to join the conversation.
10 years 1 month ago #248260
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 custom fields requested on vendor registration
Hi,
Please modify the HikaMarket user class and replace
By
Regards,
Please modify the HikaMarket user class and replace
Code:
$userData = $fieldClass->getInput('user', $old, true);
Code:
$userData = $fieldClass->getInput('user', $old, true, 'data', false, 'display:vendor_registration=1');
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.
The following user(s) said Thank You: ronron
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 2
- Thank you received: 0
10 years 3 weeks ago - 10 years 3 weeks ago #249160
by kris_tiana
Replied by kris_tiana on topic custom fields requested on vendor registration
Hello there,
I have the same problem when editing from the front-end the vendor details.
Thank you,
Kristiana
EDIT: No problem now, it was a matter of settings. Sorry!
I have the same problem when editing from the front-end the vendor details.
Thank you,
Kristiana
EDIT: No problem now, it was a matter of settings. Sorry!
Last edit: 10 years 3 weeks ago by kris_tiana. Reason: All correct
Please Log in or Create an account to join the conversation.
Moderators: Obsidev
Time to create page: 0.188 seconds