HomeHome Product Discus... Product Discus...SmithCartSmithCartManufacturer on Detail Page and Category ViewManufacturer on Detail Page and Category View
Previous
 
Next
New Post
5/18/2011 7:49 PM
 

1. How would you add the manufacturer to the product detail page?

2. Show Category view in a horizontal list instead of vertical?

 

Thanks!

 
New Post
5/18/2011 9:29 PM
 

1. Currently, there is not a setting to show the manufacturer on the product detail page. Depending on where you want it to show up on your product detail page you could add it in your product name, product summary or product description.

2. The category module uses the asp treeview control which doesn't render horizontally. You could just use an html module as described in this how to post http://www.smith-consulting.com/Forum...


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
5/18/2011 10:47 PM
 
Is there not something I could directly add to the .aspx or or .resx, like

asp:Label ID="lblManufacturerName"

within a div on the productdetails.ascx page?
 
New Post
5/18/2011 10:59 PM
 
You can add new fields as you described to datagrids and datalists since they are dynamically populated by datasets/stored procedures but labels are set in the code behind. We would have to add a new setting to show the manufacturer name. Send me an email if you would like a quote to add it. It shouldn't be a big deal to add it.

At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartManufacturer on Detail Page and Category ViewManufacturer on Detail Page and Category View