Question 20090303_1329:
How to Make dbupload.cgi update the Text1, Text2 and Text3 Field using tagged data in pages xml file.
Background:
We are uploading pages and products xml files and using dbupload.cgi and generate.cgi to publish the ShopSite store. This is working well in an automated manner.
Have now included content for pages fields Text1, Text2 and Text3 into our source XML file. Typical example of the tagged text in the XML file prior to upload looks like this:
<Text1>GREAT FOR WORKING WITH GLUES OF ALL TYPES</Text1>
However, after uploading the XML and then firing dbupload.cgi and generate.cgi all data except the Text1, Text2 and Text3 is updated on the appropriate pages but not the Text1, Text2 or Text3 data itself.
Workarounds attempted:
Have used the ShopSite hand edit facility on one page for force test values for Text1, Text2 and Text3 onto one page. Checked the store results and they display as expected on the page anticipated.
Then exported the pages XML and searched for and confirmed that the test fields do "stick" and export OK back to us. The snippet of XML backfed to us in the download looks like this:
<Text1>Test Text 1</Text1>
<Text2>Test Text 2</Text2>
<Text3>Test Text 3</Text3>
Further information:
Suspected the Pages Template but hand forced data does display OK via the SS template and does download OK back to us in XML looking as expected.
Is it possible that the names of the uploaded XML tages is expected by dbupload.cgi to be different than Text1, Text2 and Text3? There are some other odd name variations on Tags uploaded and downloaded between V10 and earlier.
Other ideas?
ShopSite® Pro 10 r6.1