The condition Shopping Cart Rule in Magento doesn't match with the custom attribute of product (configurable product). So how to make it work with configurable product ? (Size 8 , men,.. ). I searched some solution but they don't work.
Thank you in advance.
You can do it very easily. But you have to dig some coding. All you have to do use the final cusstom option sku on the shopping cart price rule. For example if you have an t-shirt names having sku = SKUTSHIRT, and color = red, size = M, Then the final sku will be "SKUTSHIRT-red-M".
You have to use this sku on shopping cart price rule. And how to work with custom skus you can find by this link.
Thank u