Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

When a user navigates to certain products i would like to display the category instead of the displaying the product, but without doing a reidrect.

So user goes to www.example.com/kids-toys/pink_bike.html i would like the page to display exactly like www.example.com/kids-toys/ but without doing a redirect,

I would like to use the targetPath in the Url Rewrites to go to the category instead of the product.

For example what would be the cleanest way to modify the targetPath so that instead of going 'catalog/product/view/id/221' it goes to 'catalog/category/view/id/13'.

Is there a specific event i could call to modify the targetPath before it is being dispatched.

Or maybe someone could suggest another way of accomplishing this..

share|improve this question

closed as not constructive by casperOne May 24 '12 at 12:17

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

I would suggest about creating a dummy category under your current category and them put a cms block inside, which will have the code for making it look like catalog... but what is your objective? do you want the product page look like that or you want to get rid of it?

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.