Archive: filter

 

Posts Tagged ‘filter’


We need to have the same inventory but different product description, different attributes, and look and feel for wholesale/retail customer groups. Here is the original post: Filter store view based on Customer Group in Magento …Technology Articles – http://softwareobjects.net/technology/ Filter store view based on Customer Group in Magento » Technology … Possibly Related Posts: Gorilla [...]



 

I have a custom module with a backend page. In the grid, I show the customer email as the user name. By default, Magento adds a filter to every column in the grid. Now, when I try to filter by the customer’s email, I get an exception saying that my custom table doesn’t have an [...]



 

In the filter by column, the price is being broken into two groups (0 – 1000 and 1000 – 2000) How can I set it that it splits it up by 100’s? Thanks How do I Change price filter to split by 100’s rather then 1000’s? Possibly Related Posts: RT @TweetSmarter: 7 Free Tools For [...]



 

After spending a couple of hours on this problem I decided to post my question here. Maybe the solution is simple. QUESTION: I want the layered navigation on the side not only showing the set filter but also the not-set filter – so you don’t have to reset the filter but just can click on [...]



 

how I can create a filter in HEADER with SIZE and COLOR using ATTRIBUTES? FILTER BY ATTRIBUTE MAGENTO Possibly Related Posts: magento javascript skin path admin vs frontend in layout Magento extension settings Magento : CRON cannot reindex products Magento 1.6.2 -> 1.7 Upgrade leads to price index corruption Magento add to cart with checkboxes [...]



 

by lluca (Posted Tue, 30 Mar 2010 18:39:33 GMT)mmmhh.. I think that’s expired. ok, you can access to filter page here http://tinyurl.com/c2heqt , select a category (server) and a subcategory (Branded PCs): on the center area you receive a filter page that permit to filter the products with available attributes (RAM size, brand, processor type,…) [...]



 

I’ve made a custom filter ‘gender’ through admin panel. Unfortunately it is not showing on front like the price filter. The price filter on my site is working fine. Custom filter is not working – Magento Possibly Related Posts: magento javascript skin path admin vs frontend in layout Magento extension settings Magento : CRON cannot [...]



 

In Magento I’m creating a custom module and would love to be able to filter automatically by the datetime column so that the intial grid listing shows only entities related to “todays” date. Here is my datetime column: $this->addColumn(‘ts’, array( ‘header’ => $hlp->__(‘Activated’), ‘align’ => ‘left’, ‘index’ => ‘ts’, ‘type’ => ‘datetime’, ‘width’ => ’160px’, [...]