In the product admin there is the extension data tab and then a text box that says: "Miscellaneous Text:"
How do you access this on the xmlpackages to display on the product page?
In the product admin there is the extension data tab and then a text box that says: "Miscellaneous Text:"
How do you access this on the xmlpackages to display on the product page?
What xml package were you going to use ?
Was anybody able to figure out how to display Misc. Text?
Miscellaneous Text is stored in the MiscText column of the Product table. The XMLPackage uses the aspdnsf_GetProductInfo stored procedure to return specific columns from that table, but it does not return the MiscText column.
You would need to add MiscText to the select query inside the aspdnsf_GetProductInfo stored procedure. You could use it with an <xsl:value-of> tag.
Jon Wolthuis
Sorry to bump this old thread but i am trying to do this with ML9... any ideas?