ViArt - PHP Shopping Cart
Select your currency:
American DollarBritish Pound
Rick (Guest)
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
benshanks
Have done this on my site, will see if I can find you the amended code
 
Rick (Guest)
Rick (Guest)
thanks Benshanks, looking forward for it.
 
karakash (Guest)
karakash (Guest)
Did you found solution for that? I'm seeing duplicate content error in Google webmaster tools because of this.
 
christopherO
christopherO
Is that available in English please?
 
kaktyc1 (Guest)
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)
karakash (Guest)
thanks kaktyc1
 

Message
Nickname *
Your Email Address *
Message *
Validation Code *  
ViArt - PHP Shopping Cart