I’ve got a problem with getting custom attribute in
app/code/core/Mage/Sales/Model/Quote/Address/Total/Subtotal.php
for example $product->getPrice() or $product->getTaxClassId() works fine, but if I try my custom attribute $product->getBrutto() (‘brutto’ is my attribute) it doesnt work. Any ideas? Thanks.
You have to load the custom attributes into the config.xml of your module, as explained here: