-
- butterbrot

-
Total Posts: 51
Joined: 2008-10-26
|
Hmm maybe have a play around with the function
Mage_Catalog_Model_Url::generatePath();
at if (’request’ === $type) {...}
on line 571 at
return $this->getUnusedPath($category->getStoreId(), ‘product/’ . $categoryUrl . ‘/’ . $urlKey . $productUrlSuffix,
$this->generatePath(’id’, $product, $category)
);
not tested or anything but give it a try, you have to refresh your rewrites under admin->system->cache
|