Magento Static Blocks in CMS Pages

You can add a static block to a CMS page by using the tag [crayon]{{block type=»cms/block» block_id=»home-page-promo»}} {{block type=»cms/block» block_id=»your_block_identifier» template=»cms/content.phtml»}}[/crayon] This is useful on Landing Pages, where the content of the page is determined via an HTML text field. If you want to add a static block to a .phtml file, use this code […]

Read More

Frequently Used Magento Connect Extension Keys

Der komplette Extension Key für Magento Connect 2.0 besteht aus dieser Basis URL http://connect20.magentocommerce.com/community/ und dem Extension Key. Locales/Language Packs German_LocalePack_de_CH Locale_Mage_community_de_DE Locale_Mage_community_fr_FR Locale_Mage_community_es_ES Locale_Mage_community_it_IT Für das Schweizer Sprachpaket wäre also der vollständige Extension Key: http://connect20.magentocommerce.com/community/German_LocalePack_de_CH Payment PostFinance BankPayment (Vorkasse) Shipping magento-community/Tarqis_Swisspost Themes magento-core/Interface_Frontend_Default_Modern magento-core/Interface_Frontend_Default_Iphone Misc magento-core/Mage_Compiler magento-community/CLS_ThemeEmails (Upgrade Proof E-Mail Templates) magento-community/Mxperts_CustomerAddress (Change default […]

Read More

Google Analytics Funnel Visualization for Magento Default Checkout

Find the file opcheckout.js, it should be in your ’skin/{interface}/{theme}/js/’ directory. Open it and look for: [crayon lang=»php»]gotoSection: function(section) { section = $(‹opc-‹+section); section.addClassName(‹allow›); this.accordion.openSection(section); }, [/crayon] Replace with: [crayon lang=»php»]gotoSection: function(section) { section = $(‹opc-‹+section); try { pageTracker._trackPageview(‹/checkout/› + section + ‹/›); } catch(err) {} section.addClassName(‹allow›); this.accordion.openSection(section); },[/crayon] Open your Google Analytics and add […]

Read More

Magento Enterprise Version History

Magento Enterprise Edition v. 1.10.1.1 Date: Jun 28 2011 12:22 PM Magento Enterprise Edition v. 1.9.1.1 Date: Feb 21 2011 09:25 AM Magento Enterprise Edition v 1.10.0.1 Date: Feb 14 2011 02:09 PM Magento Enterprise Edition v 1.9.0.0 Date: Jul 20 2010 08:27 AM Magento Enterprise Edition v. 1.8.0.0 Date: Apr 16 2010 01:49 PM […]

Read More