an ASP.NET Open Source CMS & eCommerce platform
Search:
Last Post 4/18/2014 11:35:28 AM By lukezy. 5 replies.
12/19/2008 11:51:22 AM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
More Customized
Hi Luke,
 
1- My issue on Question 5 is crucial. The current product template may be well for some commodity stores. But for technical products we need to show a short Description under the pic and a long Description plus some other data on the product one page for the customer to buy. My suggestion is  that you provide a number of ( up to 10 text only ) user defined field in the product table, each can be enabled/disabled individually. So n need to use core component source code until it is required.
 
In Current version the description of product is apeared as tooltip which is not showing permanent.
 
2- We also need to see the product of the same category or sub category in the Browse ( Grid ) form which each row contains at least small pic- Name with Short description - Price and Add Cart Button. 
 
3- Also we need to have custom buttons in each product form to link to the Url or PDF of the product catalogue on a shared or web folder.
 
Thanks,
Bahram
 
12/19/2008 4:31:31 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: More Customized
1 Yes, V3 will have the user defined field in product table. Product short description shows as tooltip as the product summary grid. You are free to change it as you wish.
 
2 You can customize the code to to that. Check files under web\store.
 
3 You can put html in product short description or product descriptor.
DotShoppingCart Staff
12/22/2008 1:22:59 PM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Re: More Customized
When V3 will be a available?
12/22/2008 3:37:14 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: More Customized
Early Jan.
DotShoppingCart Staff
4/18/2014 6:37:48 AM
lairene11
Posts: 1
Joined: 4/18/2014
Re: More Customized
Hello Luke!
Is there a way to find out the number of times a prouduct is seen/visited?
Thank you!
 
4/18/2014 11:35:28 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: More Customized
Yes, you can add a custom field to product table and increase the count when product page is visited.
DotShoppingCart Staff