php - Change values of custom option of product in magento 1.9 -
i added 2 custom options product in magento 1.9. custom options are:
title: shape
sku: shape
input type: drop-down
values: rectangle, round, oval
title: color
sku: color
input type: drop-down
values: red, blue, green, white, black
and these displayed in product page successfully. problem is
when user select
rectangleshapedrop down second drop down,colorsshould loadred, blue, greenonly.
that depending upon values in shape drop down have change values in color drop down product.
how can this? please me..i using magento 1.9.0.1
you need have attributes products attributes can used filters have make changes in options.phtml according option name , attribute name matching
Comments
Post a Comment