I'm new to magento and I m trying to display the menus on frontend in magento but I don't
know the steps how to add menus can anyone guide me as I m new to magento.
Thanks in advance
In general the term menu refers to the category navigation in magento. SO as i understand, you want to create categories and subcategories of the products that you are going to create in magento. SO for creating main category and their sub category follow these links http://www.magentocommerce.com/knowledge-base/entry/tutorial-creating-and-managing-categories . Let me know if u have doubts.
Related
I am trying to add products dropdown to the opurtunities module in suitecrm.
Tried adding relationships "one to many, and many to many". Also tried adding dropdown with products. But it shows irrelevant options in the dropdown.
I am trying to achieve the products created in the "products module" to be shown in the dropdown.
I have tried googling/reading the documentation. But am unable to find any thing on this.
Any help or guide with this is highly appreciated.
Apparently there was some issue with the installation installation.
got it working with,
1) adding a relation between opportunity and products
2) adding a relate field to products
3) create a dynamic drop down field with product
I wanted to create a custom page having all categories listed with checkbox and on click of that products should get filtered. Can anybody suggest how to go about it?
Just as an idea:
We are using Multiple Select in Layered Navigation von Manadev. There you get a Category filter which you may use.
Otherwise you may have a look at a Collection Filter as described here.
It would be quite easy to get a select with all your categories with category_id as option. Then you built your request.
This question is regarding Prestashop.
I want to show the category listing in my custom header menu. I do not want to add any third party module to show the same. Please let me know which code snippet I should paste in the header menu section?
Thanks in advance,
the module I believe is called "Top Menu". You can add different categories and different CMS pages as you wish. Check it out! PrestaShop 1.5.2
PrestaShop 1.5 add this feature as default.
I created a relationship between a custom module and products which seems to work. The only problem is, I want to list the products on the custom module as a sub panel but Products does not have a sub panel. Any way to create this?
My best bet is that you might have created a relationship that doesn't create a subpanel on the desired module end. For example 1-N contacts-products, in this case products won't have a subpanel but only relate field since there can only be one contact associated with a product.
I need to build a basic CRUD joomla extension for a customer.
On the user's side, it must display a product list when the user choose a category, and the product details when an item is selected in the list. On the product details page, the user can send a message to the site's owner regarding the chosen product.
On the admin side, user must be able to add/modify/delete products and categories. That's about it.
Does anybody knows (a) good tutorial(s) that could help me get started with this project?
I've worked with php 4 years ago and have 5+ years experience in web development (.net), but i'm new to joomla.
Thanks in advance!
Sounds like to me you are looking for an e-commerce extension with a catalog mode (no purchases/no cart enabled) and an Ask a Question form on product pages. I know that at least Virtuemart has this ability exactly. I am sure there are other simpler carts that will also accommodate your need. http://extensions.joomla.org/extensions/e-commerce/shopping-cart
Spend a couple of hours trying out carts, no code writing required.
A great place to start is the Joomla docs site.
Checkout Component Development section.
Also, here is MVC Component Tutorial (there are 6 section to it, look for links at the bottom for "Next"), it will definitely put you on the right track. You will have to add a lot of your project specific things and do out of the box things, but it should be pretty easy.
Just keep things separate to make it easier
View/Template - your presentation
Controller - logic
Model - Data Access Layer (DAL)