Magento Expert Forum - Improve your Magento experience

Results 1 to 5 of 5

magento

  1. #1

  2. #2
    Administrator david's Avatar
    Join Date
    Nov 2012
    Posts
    261
    Thanks
    22
    Thanked 42 Times in 34 Posts

    Default

    I need to learn very many things, but it is not too complicate. You can start from this http://magentoexpertforum.com/forumd...t-amp-Tutorial . Let 's install first then work with administration => templates => extension . Try to install and configure some free extensions and set up real shop to learn yourself, it 's very good way.

  3. #3
    Junior Member Kathy Daunt's Avatar
    Join Date
    May 2013
    Posts
    66
    Thanks
    10
    Thanked 4 Times in 4 Posts

    Default

    Hey its simple, just open app/design/frontend/default/default/template/catalog/navigation/top.phtml

    Type this:
    <ul id="nav">
                <li class="level0 nav-category parent">
                    <?php foreach (Mage::getResourceMo del('cms/page_collection') as $page): ?>
                    <a href="<?php echo $page->getUrl() ?>"><span><?php echo $page->getTitle() ?></span></a>
                    <?php endforeach ?>
                </li>
            </ul>

    Instead of

    <ul id="nav">
            <?php foreach ($this->getStoreCategories() as $_category): ?>
                <?php echo $this->drawItem($_category) ?>
            <?php endforeach ?>
            </ul>


    Learning Magento is easy because there are loads of resources available. I would suggest you an Magento tutorial: http://apptha.com/blog/finest-collec...-store-owners/

  4. #4
    Junior Member
    Join Date
    Feb 2015
    Posts
    316
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default

    Magento is a very powerful and fast growing ecommerce script, created by Varien. It is an open-source platform using Zend PHP and MySQL databases. Magento offers great flexibility through its modular architecture, is completely scalable and has a wide range of control options that its users appreciate.

  5. #5
    Junior Member aaryanmevada's Avatar
    Join Date
    Apr 2015
    Posts
    54
    Thanks
    2
    Thanked 3 Times in 3 Posts

    Default

    Magento is most popular eCommerce platform. It has great features and functionality. And so many tutorials available in market related to magento programming.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •