an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Development > DotShoppingCart OpenSource Core > How to remove the image display code in the bot...
Last Post 1/20/2010 3:34:53 PM By lukezy. 3 replies.
1/19/2010 10:44:46 AM
akgibbs
Posts: 15
Joined: 8/13/2009
How to remove the image display code in the both product summary and product detail page?
Is there a 'theme' I should chose, or modify the asp.net pages?
Thanks
-Amy
1/19/2010 11:43:06 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: How to remove the image display code in the both product summary and product detail page?
You can remove the image display code from web\store\ProductDetail\DefaultTemplate.ascx and web\store\ProductSummary.ascx.cs .
DotShoppingCart Staff
1/19/2010 1:50:35 PM
akgibbs
Posts: 15
Joined: 8/13/2009
Re: How to remove the image display code in the both product summary and product detail page?
That did work for some areas but not all...
 
That doesn't seem to work for the category pages - they're still showing images.
If I click the product from the category page it lays out per the ProductSummary.ascx page (no image).
I also don't want them on the home page.
Thanks
-Amy
1/20/2010 3:34:53 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: How to remove the image display code in the both product summary and product detail page?
Are these featured products? If so, try find ProductList.ascx and remove the image code.
DotShoppingCart Staff