By fanzhen.meng on
I have being used drupal6 for about two weeks .
And I have konw how to create a simple module by reading the official documents.
But my question here is "how to integrate my own bussiness with drupal "
I am a little confused ,
for example, I hava some product records stored in my own table ,how to show them using drupal in right way.
Thanks in advance.
Comments
First you have two choices
First you have two choices for like selling products.. ubercart and the others..
I really recommend ubercart. when the module is installed you need to set up proper field for the product node type then if your products list from your own table is not that big you can add each product manually or create an automation scripts to create a product node tpe for each product on your existing table if you have a long list.
ubercart comes with catalog and a shopping cart.. you can read more about it here: http://drupal.org/project/ubercart
thanks
thanks