[Zen Cart] Custom rewrite for book_type filtering

Custom URLs and redirections.
helen610
Posts: 2
Joined: Tue May 12, 2009 9:59 am

[Zen Cart] Custom rewrite for book_type filtering

Postby helen610 » Tue May 12, 2009 10:07 am

We use a "book' product type mod for Zen Cart that added a couple additional tables and filters.

The product URLs are rewritten correctly, but the filters are not:

ex: http://www.cdiwholesaler.com/index.php? ... hors_id=22

How can I get this to rewrite with a more friendly URL?

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [Zen Cart] Custom rewrite for book_type filtering

Postby inveo » Fri May 15, 2009 6:29 am

This can be done only by manually modifying ZC's source code and adding appropriate Rewrite Rules.

helen610
Posts: 2
Joined: Tue May 12, 2009 9:59 am

Re: [Zen Cart] Custom rewrite for book_type filtering

Postby helen610 » Fri May 15, 2009 11:18 am

Can you explain that more?

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [Zen Cart] Custom rewrite for book_type filtering

Postby inveo » Mon May 18, 2009 10:08 am

It means that it can be done only by modifying the ZC's source codes and adding appropriate Rewrite Rules into .htaccess file.