AbanteCart Community

eCommerce construction => How-to questions => Topic started by: fdangelo on May 30, 2020, 10:28:58 PM

Title: Display options from a list
Post by: fdangelo on May 30, 2020, 10:28:58 PM
After choosing a service (product), the customer needs to specify which of his children will be using this service.
In order to avoid typos or other mistakes, I would like to list the names of the children that were added during registration.
I have the customer attributes extension installed.

Is there a way to pull the list of names and display them so the customer can select one, either radio buttons, or dropdown box?
Title: Re: Display options from a list
Post by: maxter on May 30, 2020, 10:44:51 PM
I used customer attributes extension before. Sounds like, what you require, needs customization (edit some code). At what page/step do you need to show the list?
Title: Re: Display options from a list
Post by: fdangelo on May 31, 2020, 10:29:32 PM
It needs to when they are making a purchase.
Ideally, I would like to display a set of radio buttons showing the name of each child and they simply choose one.

It would be a required field and the list comes from what they previously input on their customer profile.

I could edit the code, although I'm not too familiar with PHP.
Title: Re: Display options from a list
Post by: maxter on June 02, 2020, 09:38:09 PM
If you are not familiar with PHP, it would not be possible. You might want to hire someone to work on customization for you.
Title: Re: Display options from a list
Post by: fdangelo on June 03, 2020, 01:52:54 PM
I wish I had more time to do this project, but that never happens, right?
Thank you for your help.