the default Product Comparison URL is:index.php?route=product/compare
i want to adding the product id into the compare link, like this:index.php?route=product/compare?id=11&id=22&id=33
accordingly, how to modify the page title corresponding to URLs?
when the url like this:index.php?route=product/compare?id=33&id=22&id=11
the page content is same as the index.php?route=product/compare?id=11&id=22&id=33
how to avoid this problem?
thanks for viewing this topic
