There has been a customization in a site, whereby, the products in a manufacturer page are organized under their categories, ie, once the visitor clicks on a manufacturer, the page displays the categories that contain products from this manufacturer, and by clicking on a category, the visitor can view it's subcategories or it's products, depending on if it contains subcategories or just products, respectively. (According to the default functionality of x-cart, all products from the specific manufacturer are displayed on the same level, without being organized in their respective categories).
This site has the CDSEO Pro mod installed.
The problem is that the SEO friendly url's do not display in the links of these categories (go
here, where under the 'Copper Creek' manufacturer, categories that contain products from this manufacturer are displayed), but instead, the default x-cart url's with category id numbers in the url parameters are displayed, (eg, instead of displaying SEO friendly url's like http://www.<domain name>/<manufacturer name>/<category name>, it displays something like, http://www.<domain name>/<manufacturer name>/?catid=234).
Is there a way to tweak the code somewhere in the module in order to display SEO friendly url's in the manufacturer product categories as well?