I have a question in regards to recompiling the source code.
I have version 8.0.1.2 and have made some mods to source files (W/VS2005) and mainly to address the productspecs and the size of the popup window.
My project rebuilds ok but the changes do not seem to have any effect.
\ASPDNSFCore\XSLTExtensionBase.vb is the file modified;
Source modified;
If ProductHasSpecs OrElse SpecUrl.Length > 0 Then
results.Append("<a href=""javascript:void(0);"" onClick=""window.open('" & SpecUrl & "', 'null', 'height=700,width=1000,status=yes,toolbar=no,menub ar=no,location=no');"">" & SpecTitle & "</a>" & Constants.vbLf)
End If
If someone can assist in the process of getting the storefront source code recompiled would be great!
I am working with my Vista workstation under Localhost
VS2005 and SQL2005.