Entwicklung - CMS/Shopsysteme - Magento
Magento - Die eCommerce Software-Plattform |
||
02.03.2011
0 2006
Quelle: http://www.vinagento.com/blog/magento-tutorial/cant-run-advanced-import-profiles-after-upgrade-to-magento-1-4-2-0/
After upgraded your magento to 1.4.2.0, when you start to run advanced import profile magento admin show blank page. Do the following ...
15.02.2011
0 2604
Das Speichern von Produkten in Magento ist immer eine zeitkritische Herausforderung. Gerade in Importskripten und bei Massenupdates geht hier wertvolle Zeit verloren. Hier findet Ihr einen Ansatz, mit dem man sehr schnell mit den Magento-eigenen Methoden ...
07.02.2011
0 2321
//get parent (configurable) ids
if ($_product->getTypeId() <> "configurable") {
$parentId = $_product->loadParentProductIds()->getData('parent_product_ids');
if(isset($parentId[0])){
...
07.02.2011
0 958
if ($_product->getTypeId() == "configurable") {
$associatedProductsCollection = $_product->getTypeInstance()->getUsedProducts();
...
04.02.2011
0 1293
Man kann jede in Magento Connect verfügbare Extension alternativ über eine URL abrufen. Z.b:
key: magento-community/magento_easy_tabs-1.1
link: http://connect.magentocommerce.com/community/get/magento_easy_tabs-1.1.tgz
Es gibt auch Dienste, ...
04.02.2011
0 2248
- PHPUnit test suite for creating tests: http://www.magentocommerce.com/magento-connect/Ecommerce+Developers/extension/5717/ecomdev_phpunit
- Custom Drop-Down Menu: http://www.magentocommerce.com/magento-connect/WebAndPeople/extension/5765/wp_custom_menu
-Cust...
|
||
|
||||||||||||||||||

Erstellung: 0.44149s 
Antwort