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.
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.
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.