Zen Cart Logo
Forums / General Questions / Create CVS file

Create CVS file

Locked

Views: 1,501

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
6 Dec 2007, 3:27 PM
#1
typhoon avatar

typhoon

Zen Follower

Join Date:
Jul 2006
Posts:
144
Plugin Contributions:
0

Create CVS file

Hi!

I would like to create a CVS-file that updates once a day (cron or something) containing the following information:

PRODUCTNUMBER[|]NAME[|]DESCRIPTION[|]SMALLIMAGELINK[|]BIGIMAGELINK[|]PRODUCTPRICE[|]PRODUCTSHIPPING[|]CATEGORY[|]SUBCATEGORY[:]

and for each product, the file would look something like this:

ABC123[|]
White Heart[|]
This is a nice small necklace in silver.[|]
http://www.testing.se/bmz_cache/8/80f8af255880a5ac98e5f2bf80884e73.image.121x120.jpg[|]
http://www.testing.se/images/209-4.jpg[|]
78[|]
11[|]
Necklace[|]
Silver[:]

The price must show the price without VAT.

And I would like this file to be updated once per day, so if I enter or delete an item, the change will show in this file the next day...

I have looked around but I can't find any module/addon that can do this... Anyone that can help ?

/Typhoon