Magento – Magento show custom attribute selected value while navigating from cart edit page

attributesmagento-1.9

Question: I want to display the custom attribute selected values when clicking edit button from cart page

Where I want to configure custom attribute to display the selected option ?

Ex: I have created new custom attribute called as "car model" dropdown in backend, for each product they will select the "model" dropdown values.

In frontend, "model" attribute will display as dropdown depend on the each product selected values.

I will saved the selected attribute value to the cart, have problem when editing the added product from the cart.

I need idea for how to display the selected attribute value will be selected in product view page, when clicking the "Edit" button in cart page.

Best Answer

If I understand the question correctly, I believe a configurable product is what you're searching for.