Magento Expert Forum - Improve your Magento experience
-
magento
Hello everybody,
I am new to magento.
I want to learn programming in magento but don't know where to start.please help me.
How to add a drop down menu on home page of magento website.so that user have a choice to change magento theme.
thanks.
View more threads in the same category:
-
-
Administrator
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.
-
-
Junior Member
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/
-
-
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.
-
-
Junior Member
Magento is most popular eCommerce platform. It has great features and functionality. And so many tutorials available in market related to magento programming.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks