Magento. Get attribute store label for configurable product in cart.
Get attribute store label for configurable product in cart
I rewrote the method getSelectedAttributesInfo() in class Mage_Catalog_Model_Product_Type_Configurable by copy ..app/code/core/Mage/Catalog/Model/Product/Type/Configurable.php to ../app/code/local/Mage/Catalog/Model/Product/Type/Configurable.php. That added into configurable options array attribute store_label on cart page. Because by default exist onle label for main(default) store view.
Rewrited method:
then call it in template ../app/design/frontend/default/default/template/checkout/cart/item/default.phtml