109 reputation
9
bio website
location Germany
age
visits member for 1 year, 3 months
seen 2 days ago
stats profile views 4

May
8
awarded  Self-Learner
May
8
awarded  Popular Question
Mar
1
awarded  Popular Question
Jan
3
comment Magento: Using a product chooser widget when creating a custom form in the admin panel
I also came across that idea, but I thought it was such a dirty solution. I was hoping for something easy, like just changing the field's type to "product_chooser" or whatever. Anyway, I guess as always in Magento, it is just not that easy. I will have to go that way at least until I (or someone else) has found a better one.
Jan
2
accepted Custom totals collector: Reorder totals in totals overview in checkout
Jan
2
asked Magento: Using a product chooser widget when creating a custom form in the admin panel
Aug
25
revised Magento: How to retrieve the minimal price of (i.e.) grouped products?
added 32 characters in body
Aug
25
accepted Magento: How to retrieve the minimal price of (i.e.) grouped products?
Aug
25
answered Magento: How to retrieve the minimal price of (i.e.) grouped products?
Aug
24
comment Magento: How to retrieve the minimal price of (i.e.) grouped products?
I did some more research. When viewing the product listing, the product collection is loaded in Mage_Catalog_Model_Layer which adds the minimal price and other stuff to it by adding joins to the collection's SQL, but I have not yet found a model that does the same thing for single products. Because I don't really want to use a direct SQL query, I checked out the CatalogIndex module, but that module seems not to be working at all because all its indexing tables are empty. That module is either deprecated or I'm just too stupid to enable it.
Aug
21
comment Magento: Get all products from a product collection ignoring the set limits?
That did the trick, so collections are indeed locked after they have been loaded.
Aug
21
accepted Magento: Get all products from a product collection ignoring the set limits?
Aug
21
asked Magento: How to retrieve the minimal price of (i.e.) grouped products?
Aug
20
asked Magento: Get all products from a product collection ignoring the set limits?
Jun
26
comment Magento: Get all configured rates of the tablerate shipping module
The solution was so simple, thanks for the advice.
Jun
26
accepted Magento: Get all configured rates of the tablerate shipping module
Jun
25
asked Magento: Get all configured rates of the tablerate shipping module
Jun
2
awarded  Tumbleweed
May
26
asked Custom totals collector: Reorder totals in totals overview in checkout
May
22
comment Magento: Programmatically change a widget's configuration
This was actually very helpful! It made me reconsider my plans for that particular widget and after weighing the required work and its benefits I came to the decision that it's not worth it and that I will implement the widget differently. I think it would be great if the Magento developers included functionality to change a widget's configuration from within the widget in a future release.