Developer forum

Forum » Ecommerce - Standard features » Bug found in SEO friendly eCommerce URLs

Bug found in SEO friendly eCommerce URLs

Allan Iversen
Reply

Hey guys,
 

I think i'm run into problems with the SEO friendly URLs on this webshop: http://www.zap-in.dk.

This option for eCommerce URLs are used:
*eCommerce_group_path (GroupID)
*eCommerce_products (ProductID)
 

Try to take a look at this page - notice the breadcrumb and the little navigational box:
http://www.zap-in.dk/produkter/kontorartikler/arkivering/arkivbokse-og-kartoteker/arkivclips.aspx
 

Then take a look at this page - it should has the same elements as mentioned above, but it doesn't:
http://www.zap-in.dk/produkter/kontorartikler/arkivering/arkivbokse-og-kartoteker/arkivbokse.aspx
 

Both elements are customed made and uses the Dynamicweb.Frontend.SearchEngineFriendlyURLs.getSearchFriendlyUrl() method for converting eg. this URL: http://www.zap-in.dk/Default.aspx?ID=2&GroupID=364 to http://www.zap-in.dk/produkter/kontorartikler/arkivering/arkivbokse-og-kartoteker/arkivbokse.aspx.
 

It works fine, except with this URL - I'm not able to retrieve the GroupID for this, whereas the first URL works just fine.
 

I think I have found the problem with the word "arkivbokse" used two times in the same URL - It looks like somehow the regular expression isn't taking this into consideration. If I rename the last level groupname to eg. arkivboksee, so it stands out unique, everything works again.
 

Is this a bug? What to do?
 

- Allan


Replies

 
Allan Iversen
Reply
Hey,

Any ideas how to fix this?

- Allan

 

You must be logged in to post in the forum