This might be because I first used the php5 version and am only now using the php4 version. The link defined in the php4 version is "admin/store/products/export" and if I navigate there (with the module installed) it just takes me to the "admin/store/products" page. Suggestions?
Btw, in terms of progress with the csv -> xml converter (before I head to bed) is good (but slow): I've got it to generate the following code from my csv:
<products>
<product>
<type>product</type>
<name>Aciphex (Pariet)</name>
<manufacturer>Janssen-Ortho</manufacturer>
<cost>$49.10</cost>
<fields>
<field>
<name>field_generic_name</name>
<delta>
<value>Rabeprazole Sodium</value>
</delta>
</field>
<field>
<name>field_strength</name>
<delta>
<value>10mg</value>
</delta>
</field>
<field>
<name>field_type</name>
<delta>
<value>International Brand</value>
</delta>
</field>
<field>
<name>field_sabre_name</name>
<delta>
<value>Pariet 10mg Tabs (Janssen-Cilag)</value>
</delta>
</field>
<field>
<name>field_pack</name>
<delta>
<value>28</value>
</delta>
</field>
</fields>
</product>
</products>I haven't yet enclosed it within a store tag and the catalog category. I've also got a CCK field which references a category within drupal and I'm not quite sure how to link that across (by term id? Does the importer support categories?)
ps - I'm doing this for a client, so NO I'm not selling pharmaceuticals and YES I'm making sure he isn't sending out ANY emails.
