Jump to content

Product : Condition "used" Link


Recommended Posts

Hi,

Not really what I need.

I have products that can be sold in new condition, and some are used. But the main categories are the same.

 

In my product_list, it's easy to make a difference (I had a flag for the used products). I do it by testing "if product.condition = 'used'".

 

I would like to create a link that show only the used, like a filter in the blocklayered module for example...

Link to comment
Share on other sites

sorry,I'm mistake

so why you don't create a module then put that link on menu

in this module you will filter product with condition = used then show it on a tpl file

then use this code

$link->getModuleLink('module_name', 'controller_name');

you will be get url of that page to put on menu

Hope this helpful

Link to comment
Share on other sites

×
×
  • Create New...