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 4 of 4

Thread: product placement change

  1. #1
    pyrate is offline Member
    Join Date
    Sep 2009
    Location
    Lake Madison -SD
    Posts
    97

    Default product placement change

    I would like to change the order in which my product is placed on my site. On my set up screen for product i do not have a display order button. So there is no way to move a product to a higher spot on my page to be viewed.
    Last edited by pyrate; 02-01-2010 at 03:02 PM.

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    To change the default sorting display of your products, you'll have to modify the aspdnsf_GetProducts stored proc. If you open that up, at the bottom of that procedure change Order BY pf.rownum to p.name if you want to sort it according to their names, or otherwise.

  3. #3
    pyrate is offline Member
    Join Date
    Sep 2009
    Location
    Lake Madison -SD
    Posts
    97

    Default

    First. Where do i find: aspdnsf_GetProducts stored proc. I did not see it in the root or config files.... and Second: i would like to set my products arbitrally....

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

    Default

    Product display order is set at the entity level, not the product level (since the entity is what displays the products within it) as explained in the manual. You can set that display order any way you like.

    The aspdnsf_GetProducts stored procedure is in the database btw, you're not going to find that in a file.