Why don't you use one of the Commerce solutions (UWebshop,Teacommerce, UCommerce)? These products will give you a full shop out of the box. If you use UWebshop or Teacommerce you van use CMSImport PRO to import the whole product catalog from your orginal database, it will keep the complete catalog structure that you have in the current database, again no programming needed.
Thanks, i would like a free option. I have seen that UCommerce 2.0 has a starter version that is free. But this catalog is not ecommerce enabled, i dont know if uCommerce 2 is too big to use for this project..
How could manage this if i wanted to develope it? how could i manage the document types? could i use any available package?
How do i manage document types to make a catalog in Umbraco 4.7?
I need to develope a web that needs a catalog of products with the following requirements:
- User needs to manage categories and categories inside categories.
- Product can be in one or more categories.
- One product can have several variants (references).
- I have to import a catalog from a database
I suppose i must make these document types:
- Categorie (can have Categorie as children)
- ProductVariant
- Product (can have ProductVariant as children)
I dont know if i am correct. And how could i relation the product with the categories...
For the import i could make a page that querys the origin database and insert the categories, products programatically. How could i achive that?
Im using Umbraco 4.7
Thanks in advance.
Hi,
Why don't you use one of the Commerce solutions (UWebshop,Teacommerce, UCommerce)? These products will give you a full shop out of the box. If you use UWebshop or Teacommerce you van use CMSImport PRO to import the whole product catalog from your orginal database, it will keep the complete catalog structure that you have in the current database, again no programming needed.
Cheers,
Richard
Thanks, i would like a free option. I have seen that UCommerce 2.0 has a starter version that is free. But this catalog is not ecommerce enabled, i dont know if uCommerce 2 is too big to use for this project..
How could manage this if i wanted to develope it? how could i manage the document types? could i use any available package?
Finally i am developing it. I have make the following Document types:
is working on a reply...