Creating price list for futher downloading

Posts: 46
Joined: 12/24/2007

I need to have a price list on my shop, which visitors can download. It must be a zipped CSV-file.
I also need to have this file created automatically by Ubercart.

So, does Ubercart have this functionality?
If not, can you explain me - how to write such module, because I am new in Ubercart.

Posts: 94
Joined: 08/09/2007
Uber DonorBug Finder

Install views http://drupal.org/project/views and views bonus http://drupal.org/project/views_bonus modules.
Build a view to show a collection of products and choose the fields you want exported. When selecting the page type you can choose Bonus Export CVS.

--

Biodiesel * (ubercart + drupal) = Sundays Energy

Posts: 46
Joined: 12/24/2007

This is a good variant.
But i write a small module uc_pricelist. Which do the same and something more.
More details about uc_pricelist