Magento add custom option in the left side filter - magento

I have products that has custom options like size, color etc. All are unique to the products and not shared by attributes. How can i add these filters on the product listing pages. I hope i write my question clearly. Please let me know if you want more information. Thanks for your help.

In Magento, two properties will appear as layered navigation filters without you having to do anything: Price and Categories
Its better to store them as attributes and make them filterable , then it will be displayed in the layered navigation.
You can see here how layered navigation works.
And if you want to know how to include this layered navigation widget in any of the page, read this tutorial

Related

How can i get the url of the filterable attribute in layered navigation?

As we know the filterable attributes on the layered navigation has certain url that magento creates on click which filters the product list.
Let me explain my issue by giving an example. Let's say i have an attribute city which is filterable.Now the city attribute has options like "melbourne","sydney",etc.When I click on melbourne it redirects to url like
http://Your_Base_Url/Category/filter/city/melbourne.html
Same way if there are multiple attributes Magento manages the url like that.So what I want is i have a seperate dropdown where there is listed all the options for city when i click that i have to filter the products of that category.
So I am thinking if i can generate the url same as magento creates for the layered navigation i could get my work done.
So i was hoping if someone could help me on this.I have tried to trace how the layered navigation is working but i couldn't implement that way of generating urls in my case.So any help on this is appreciable.
Regards,
aton

How to show layered navigation in both left and content area in Magento

We have a layered navigation in magento. I've styled it and everything is ok.
We just want another layered navigation below the toolbar and above the products but just for single filters like Price, Manufacturer and Color as Dropdowns.
I tried very hard to find a solution but the solutions are just for changing the position of the layered navigation.
I hope one of you can help me.
You cant able to figure Layered Navigation in both the side.
If you configure both the sides its showing index(you can use only one index) error

make configurable product options independent on product view page --Magento

I am working on a Magento project and I need to know if there is a way to make a product's options independent to each other or unrequired. I need to use one of several at a time (I have 6 dropdowns).
I have tried add to cart by query string but all dropdown values were still required. I also tried to make all the options default, then modify the selected options in the observer, but I did not meet with success. See the screenshot below for more details.
Any help will be appreciated
Screenshot http://secure.justhost.com/~sharpwe1/img/imf.png
Configurable Products in Magneto are only parent products of Simple Products. Whatever you have as an attribute of a Configurable - a Simple Product has to be present for each. To do this out of the box in Magento, you should be looking into setting up a Simple Product with Custom Options.

Magento Layered Navigation (Manadev.com) ia acting strange with configurable products

I am using Manadev SEO Layered Navigation Plus (http://www.manadev.com/seo-layered-navigation-plus) as my layered navigation, but it's acting strange with configurable products.
My configurable products use only one attribute to create configurables (Size). However I have a Color attribute, also used in the layered navigation (dropdown not used to create configuragles, because every product comes in one color and many sizes).
The problem is that Size attribute shows all the simples of the configurable product, even if they are disabled in the admin. When you see the product page, the disabled simples are not showing up, but they do in the layered navigation. What do you think may be the problem?
Btw I may have imported values for Color in the configurable product as well as in it's simples. And Re-Indexing doesn't work.
SEO Layered Navigation Plus extension relies on standard Magento functionality which prepares special index tables for use in layered navigation (and decides which products should be shown when an option is selected). Unfortunately, this functionality does not consider quantity of simple products when preparing index tables for configurable products.
Standard Magento layered navigation has the same issue because it relies on the same indexes.
There is no quick fix. We consider altering Magento indexing functionality to address this issue.
To keep you posted on this issue please contact us through www.manadev.com website.

Magento - Link attributes with sub-categories or include attribute value in navigation

I'm creating a video game ecommerce store and I need to have the navigation structured so that the navigation bar contains all the major consoles. When someone hovers over one of the console navigation links, a drop down menu appears with each genre option. For example, once you hover over Xbox 360, a drop down menu with Action, Adventure, etc. will show up.
My first thought is to create sub-categories in each major category that represent each genre. There would also be a custom attribute field for genre. I would then have to manually export the product database and fill it in for each product.
Is there an easier way to do this that I don't know about? Is it possible to have attributes as the drop-down menu links in the navigation bar?
One thing I've noticed in the Manage Attributes section is the option to Use in Layered Navigation. As far as I can tell, this links the attribute in the sidebar and not the main navigation bar.
For reference, my website is at http://allyourga.me
There is no default functionality to do what you are describing. The default Magento way to accomplish this is via subcategories. You are correct about Layered Navigation, that is a sidebar feature inside the catalog.
You could do some custom coding around showing the attributes in the dropdown menu, but the dropdown links lead to categories anyway, so you'd need to create those regardless. Another approach would be a cronjob that created the necessary categories for the products and placed them into those categories on command. You'll need to add a "console" attribute to make this work as well.
Hope that helps!
Thanks,
Joe

Resources