Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: Featured products in grid view

  1. #1
    dev.folks is offline Junior Member
    Join Date
    Apr 2010
    Posts
    20

    Default Featured products in grid view

    Hi,

    I want to show featured products in grid view style i.e 3 products in a row, can any one help me where i need to do the changes

    Im doing changes in following file Featuredproducts.xml.config, but dont know how to start n where to start bcz im not familiar with xml coding

    Thanks in Advance

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    I would open up entity.grid.xml.config and take a look at how we handle the HTML generation in there. You can modify the featuredproducts page to do it the same way. For the column width of 3, just set the Column Width attribute of that category to 3. If you port over the code from the grid XML package, that'll be honored.