|
|
|
Rick (Guest)
|
|
|
|
|
getting 'category_id' link in the SEF URLS' like http://www.example.com/my-sample-product.html?category_id=27 how to remove the part after '?' from the urls?
|
|
| |
|
benshanks
|
|
|
|
|
Have done this on my site, will see if I can find you the amended code
|
|
| |
|
Rick (Guest)
|
|
|
|
|
thanks Benshanks, looking forward for it.
|
|
| |
|
karakash (Guest)
|
|
|
|
|
Did you found solution for that? I'm seeing duplicate content error in Google webmaster tools because of this.
|
|
| |
|
christopherO
|
|
|
|
|
Is that available in English please?
|
|
| |
|
kaktyc1 (Guest)
|
|
|
|
|
open file block/block_product_list.php, find string 392. old: $details_query = get_query_string($details_parameters, array("page", "sort_ord", "sort_dir"), "", false); new: $details_query = get_query_string($details_parameters, array("page", "sort_ord", "sort_dir", "category_id"), "", false);
|
|
| |
|
karakash (Guest)
|
|
|
|
| |
|
|