Christoph Landsdorf
Christoph Landsdorf
It seems like this issue was fixed? #closerequest
It seems this Issue was resolved (in terms of this 'bundle should not do this') #closerequest
Yea... No I did just not used this package and build some not-so-fancy manual form upload through browser form elements...
Entitiy: ``` php
Ahh something I need to tell you though - what I forgot to write in the part above - is that after you created the formView you need to do...
Seems promising... Will test it as soon as possible :) It needs to be patched for master though... As there is the FormType::buildForm() changed in the Way that you'll need...
As this project does not use nvml but the CUDA runtime api, I guess the answer is no as it can't be read. The current CUDA also does not ship...
Regarding this, I found a clue and it's related to how the Products get managed internally. It's also the same when you have a really slow loading site (like on...
My fix for the price related stuff in every aspect of this plugin, at least in my cases: OrganicInternet/SimpleConfigurableProducts/Catalog/Model/Product/Type/Configurable/Price.php ```php class OrganicInternet_SimpleConfigurableProducts_Catalog_Model_Product_Type_Configurable_Price extends Mage_Catalog_Model_Product_Type_Configurable_Price { public function getMinimalPrice($product) { $price_min...
What is needed to get this merged as this feature would make the MakerBundle much more usable in non-standard Installations (e.G. DDD coneptualized Applications).