I am new to magento and wanted to know if I can create products using conditional logic? For example the countries and states dropdowns.
Users choose the country and based on that a state dropdown is populated. I will also have a dropdown for mobile phone models and prices differ for each of them. Prices will be based on country, state and phone model.
Using only configurable products in Magento I am not able to achieve this as I cannot populate the state dropdown based on countries.
How can I be able to achieve this in Magento? If not is there any extension that I can use to achieve this country and state configurable dropdowns?
Cheers!