I have come across an issue with the DNN breadcrumb skin object when used in conjunction with the Store module, described below. Can anyone tell me if they have found a way round this, please.
If you have the store configured to use a separate page to display Product Details, and the skin for that page uses the breadcrumb skin object, the link for the product detail page shows a straightforward link to the page, and not a Url with the necessary parameters to show the current page, as it should do.
For example, at a product detail page with the following url:
~/Products/ProductDetail/tabid/320/CategoryID/1/ProductID/2/Default.aspx
if you click on the last breadcrumb entry, it takes you to a blank page, at the following url:
~/Products/ProductDetail.aspx
Has anyone come across this and found a workaround?