Advertisement:

Author Topic: How to creat other feed with new id to send to other class website ?  (Read 819 times)

repare31

  • Full Member
  • ***
  • Posts: 115
Hi,

Happy new year and excuse my english..

I have an other open classifieds with differents feed, all feed have specifical id because send to other classifieds or web site exemple :

Web site 1
Code: [Select]
....
  <id_reg>16</id_reg>
  <my_category>catcatcat</my_category>
  <sub_category>subsubsub</sub_category>
  <my_email>email@mine.fr</my_email>
  <pass_word>passpass</pass_word>
  <prod_name>product</prod_name>
  <price>23</price>
  <my_descript>description</my_descript>
  <sold>2343</sold>
....

Website 2
Code: [Select]
....
  <id2_reg>16</id2_reg>
  <my2_category>catcatcat</my2_category>
  <sub2_category>subsubsub</sub2_category>
  <my2_email>email@mine.fr</my2_email>
  <pass2_word>passpass</pass2_word>
  <prod2_name>product</prod2_name>
  <price2>23</price>
  <my2_descript>description</my2_descript>
  <sold2>2343</sold2>
....

Web site3
Code: [Select]
....
  <id_reg3>16</id_reg3>
  <my_category3>catcatcat</my_category3>
  <sub_category3>subsubsub</sub_category3>
  <my_email3>email@mine.fr</my_email3>
  <pass_word3>passpass</pass_word3>
  <prod_name3>product</prod_name3>
  <price3>23</price3>
  <my_descript3>description</my_descript3>
  <sold3>2343</sold3>
....

So i have with inititial feed creat new feed for all web classifieds site to respect their integrated feed to send my product on their web site.

My question: how to do this creation or where to do that on osclass ?

Thanks for your helps,

now need to search how to import my products to osclass..

« Last Edit: January 28, 2014, 12:52:30 pm by repare31 »