Page 1 of 1

Link Product options

Posted: Mon Apr 07, 2014 12:40 pm
by subbmr
Hello,

I have a requirement where in i will have to link product options based on selection. Say for example I have 2 product options country and state.
On selection of country , the states product options should display related states for that country. How can this be achieved in Broadleaf.


Thanks in advance.

Re: Link Product options

Posted: Tue Apr 08, 2014 10:06 am
by phillipuniverse
I would probably extend ProductOption with the concept of a dependent option. See http://www.broadleafcommerce.com/docs/c ... g-entities for how to extend a Broadleaf entity.

Re: Link Product options

Posted: Tue Apr 08, 2014 1:08 pm
by subbmr
Thank you very much Phillip.