an ASP.NET Open Source CMS & eCommerce platform
Search:
Last Post 1/2/2009 3:05:50 PM By lukezy. 3 replies.
12/31/2008 10:31:54 AM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Product Summary Grid
 
 
1- How can I add Add-To-Cart button on the Product Summary Grid.
2- How can I put a custom button or URL link to Product page or Product Summary Grid.
 
Thanks,
12/31/2008 11:13:06 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Product Summary Grid
Use token %%AddToCartButton%% in the Product Summary Grid.
 
You can add any custom button or hyperlinks by using html in the Product Summary Grid. If you wish to add server side customization, please feel free to change store\productsummary.ascx.cs.
DotShoppingCart Staff
12/31/2008 2:14:58 PM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Re: Product Summary Grid
Where is the AddToCart resource, if I want to change font and color and shape.
 
1/2/2009 3:05:50 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Product Summary Grid
If you are talking about themes or skins, that's "Default.skin" or "Default.css" in Web\App_Data\Themes_Template\Default directory. Make sure you delete files under Web\App_Themes\dsc after you update theme files.
DotShoppingCart Staff