an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Development > General Programming > Cannot display AllContent page
Last Post 11/29/2010 4:56:02 PM By lukezy. 5 replies.
11/29/2010 6:20:56 AM
animbalkar
Posts: 9
Joined: 7/14/2008
Cannot display AllContent page
<div style="margin: 0in 0in 10pt"><span style="line-height: 115%; color: black; font-size: 10pt">Hello Luke—</span>
<div style="margin: 0in 0in 10pt"><span style="line-height: 115%; color: black; font-size: 10pt">What does “AllContent” page display? Does it show all categories, products, pages and etc.? <span style="line-height: 115%; font-family: &quot;Verdana&quot;,&quot;sans-serif&quot;; color: black; font-size: 10pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA">Can it be used as all inclusive Sitemap?</span></span> <div style="margin: 0in 0in 10pt"><span style="line-height: 115%; color: black; font-size: 10pt">The “Store/AllCategories.aspx” works. However, “Stores/ AllContent.aspx” URL does not, I am getting “We're sorry, there is no Web page matching your request” error.</span> <div style="margin: 0in 0in 10pt"><span style="line-height: 115%; color: black; font-size: 10pt">Please advice.</span> <div style="margin: 0in 0in 10pt"><span style="line-height: 115%; color: black; font-size: 10pt">Thanks,</span>
11/29/2010 6:24:25 AM
animbalkar
Posts: 9
Joined: 7/14/2008
Re: Cannot display AllContent page
Hello Luke—
 
What does “AllContent” page display? Does it show all categories, products, pages and etc.? Can it be used as all inclusive Sitemap?
The “Store/AllCategories.aspx” works. However, “Stores/ AllContent.aspx” URL does not, I am getting “We're sorry, there is no Web page matching your request” error.
 
Please advice.
Thanks,
 
11/29/2010 10:35:05 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Cannot display AllContent page
I don't think there is an AllContent page. Store/AllCategories.aspx lists all the category tree. What do you expect for All Content page? We can add it to the feature request pool.
DotShoppingCart Staff
11/29/2010 10:58:14 AM
animbalkar
Posts: 9
Joined: 7/14/2008
Re: Cannot display AllContent page
That would be a nice feature to have. However, can we use the <font size="2" face="Consolas"><font size="2" face="Consolas"><font size="2" face="Consolas">ContentSiteMapProvider provider?
<font size="2" face="Consolas"><font size="2" face="Consolas"><font size="2" face="Consolas">Please provide us with an example.
 
<font size="2" face="Consolas"><font size="2" face="Consolas"><font size="2" face="Consolas">Thanks,
11/29/2010 11:30:42 AM
animbalkar
Posts: 9
Joined: 7/14/2008
Re: Cannot display AllContent page
That would be a nice feature to have. However, can we use the ContentSiteMapProvider provider?
Please provide us with an example.
 
Thanks,
 
11/29/2010 4:56:02 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Cannot display AllContent page
Yes, you can use ContentSiteMapProvider. But you will have to get the hierarchy data and bind to the control yourself.
DotShoppingCart Staff