Topic-icon Hikashop Show Profile Fields

Active Subscriptions:

None
6 years 1 month ago #63610 by ChristopheMG
Hello,

I have a registration page with hikashop fields : Link
Some customs like a Terms and a test, both required.

In JBFConnect > Profiles > Hikashop - Show Profile Fields : Required Only / All (I tried on both)

But in the JBFConnect registration page ( LinkLink or please click on "Log in" then use one social picto):
1. Some required fields are missing, "Title" is missing as well and it's a Core and Required field. Could you please help me?
2. About the design, could you please let me know how to organize the fields one by line ? (I tried Config > Registration Display Mode: Vertical)

Best,
The topic has been locked.
Support Specialist
6 years 1 month ago #63619 by alzander
To show them all line after line, add the following to your template's CSS file:
#jfbc_loginregister_newuser label {
    display: block;
}
That makes things look much better :)

As for the fields that are missing, I see that the Title and test fields missing. I'm not sure why they're missing. Can you tell me what types of fields each of those are? I see some drop-downs are working, but the title isn't. I'm unsure why the checkbox isn't working, but just want to make sure there's nothing I'm missing there.

Finally, what version of Hikashop are you using?

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
6 years 1 month ago #63624 by ChristopheMG
Thank you, design fixed :)

I use the last version of Hikashop 3.3.0, as well as the last of Joomla (3.8.6) and JFBConnect (7.2.4),

The problem is coming from the Type apparently, I just made a few tests, all Type worked except : Radio Button, checkbox, dropdown, multiple dropdown, coupon, file, image, Ajax...
So the dropdown working are Type "Zone" actually (State and Country), not "dropdown"

Christophe,
The topic has been locked.
Active Subscriptions:

None
6 years 3 weeks ago #63712 by ChristopheMG
Hello,

Do you think you could fix this issue with the hikashop registration fields ?
"The problem is coming from the Type apparently, I just made a few tests, all Type worked except : Radio Button, checkbox, dropdown, multiple dropdown, coupon, file, image, Ajax...
So the dropdown working are Type "Zone" actually (State and Country), not "dropdown"

Thanks,
The topic has been locked.
Support Specialist
6 years 2 weeks ago #63717 by alzander
Sorry for not getting back to you sooner. We will be looking into the Hikashop fields problem. I don't have an ETA on when we may be able to implement something though. Right now, we're very focused on a lot of the changes that Facebook is implementing due to the recent privacy/data controversies. Hikashop fields is something we want to get fixed though, and it's on our to-do list though.

Thanks,
Alex
The topic has been locked.
Support Specialist
6 years 2 weeks ago #63718 by alzander
Oh, one possibility that may work for you in the interim is to:
* Enable Automatic Registration in JFBConnect
* Set the New User Redirection option to send the user to their profile page (or edit profile page).

With that, they'll have their account registered and immediately be brought to Hikashop's profile page, which will work without a problem. That prevents you from forcing some fields to be filled out, but it's an option I wanted to give to help get you going now.

Thanks,
Alex
The topic has been locked.