I am getting the Url's in my ssytem using the IUrlService and they work fine however they are inserting the word /ucommerce into the URL and i just want the catalog names etc in there.
I've looked in the URL re-writing and its not in there and its not in any of my descriptions for category/store/catalog etc.
I am guessing its coming from the actual ucommerce folder.
Is there a way to stop this happening without writing a custom UrlService?
I was loading the firstordefualt catalog myself thinking there was only one and of course its returning even the deleted ones so i've changed to get the first that aint deleted (as we will only ever have one)!
Product & Category URL Settings
I am getting the Url's in my ssytem using the IUrlService and they work fine however they are inserting the word /ucommerce into the URL and i just want the catalog names etc in there.
I've looked in the URL re-writing and its not in there and its not in any of my descriptions for category/store/catalog etc.
I am guessing its coming from the actual ucommerce folder.
Is there a way to stop this happening without writing a custom UrlService?
Im pretty sure the default is:
/CATALOG/CATEGORY/CATEGORY/PRODUCT/c-XX/c-XX/p-XX
So if your catalog name isn't ucommerce, im not really sure where the /ucommerce origin from?
Found the issue!
I was loading the firstordefualt catalog myself thinking there was only one and of course its returning even the deleted ones so i've changed to get the first that aint deleted (as we will only ever have one)!
Damian
is working on a reply...