Installed the modul and it is working as advertised. (Zencart 1.3.7 + IIS 6.0)
Only two glitches so far:
Rewrites I create are only working partially:
The Rewrite for "returns" (/index.php?main_page=returns) are correctly setup, so if I point to /returns.html I get the right page, but the zencart links are not changed automatically.
So in my shop menu it still shows "/index.php?main_page=returns" instead of "/returns.html". Any ideas why it would work on similar pages like "conditions" or "privacy". Internally I'm using the same function to create the zencart link for all three pages.
Another thing:
Are there any working rewrite for shopping cart function like product adding or shop cart updating.
e.g. rewrite "/index.php?main_page=product_info&products_id=342&action=add_product" to "/cart/342/add.html" or something similar?
Checked the demo shop and some live shops no one has the functionallity I'm looking for.
Any ideas?
Chrisitan