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: Moving placement of "Sale Price" and "Cart button"

  1. #1
    webmac is offline Junior Member
    Join Date
    Feb 2010
    Posts
    16

    Default Moving placement of "Sale Price" and "Cart button"

    Using ML v9 / skin 1 - New to aspdnsf andwish to move the actual placement of the "Sale Price " and "Shopping Cart" button to top of page. Can anyone give me direction. Thanks.

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

    Default

    You'll have to start by editing the XML package your product is using - check the 'Display Format XML Package' attribute in the admin site. Those files are stored in the {root}/XmlPackages folder.

    If you can't arrange things the way you want just through XML package mods, you'll have to modify the XSLT code that generates those sections. That's a source code mod, and the code is in the XSLTExtensionBase.cs class.