I need to add freight class to my products as a variant. Which file would I need to modify? variants.aspx.vb
Also what code? writer.Write("<td><b>Class</b></td>" & Constants.vbLf)
I need to add freight class to my products as a variant. Which file would I need to modify? variants.aspx.vb
Also what code? writer.Write("<td><b>Class</b></td>" & Constants.vbLf)
The Variant "Weight" is closely related to the NMFC Class. You can search the application for "Weight" (ignoring false hits like "font-weight"), and use those as markers to identify likely places to add your new code.
Jon Wolthuis