Page 1 of 1

broadleaf-framework 1.0

Posted: Wed Feb 27, 2013 5:27 pm
by pam
Hi,

I am working on an eCommerce project which was already developed based on broadleaf-framework-1.0.0. Only the catalog and search features was extended from blc.Now I am supposed to extend order and payment modules.

There are a couple of queries regarding the same.

1. I am not finding enough documentation for blc 1.0. Where can I find any related tutorials/ documentation?
2. What is the details that needs to be considered for extending the order management (ie., the classes, tables, xmls ..)
3. What is the difficulty level if project is to be migrated from blc1.0 to 2.0.or latest version.

I am a newbie for blc and every suggestion/advice is greatly appreciated.Look forward for responses

Thanks

Re: broadleaf-framework 1.0

Posted: Fri Mar 08, 2013 1:12 pm
by jefffischer
The extension patterns remain the same, so you should be able to refer to current documentation regarding extending entities for your effort: http://docs.broadleafcommerce.org/curre ... orial.html. As for migrating from 1.0.0 to current, this would involve some work - mostly in the area of changed product API. You would also need to put together a data migration strategy to migrate existing data from the 1.0 schema to the current. We didn't start tracking migration notes until version 1.5, which you can see here: http://docs.broadleafcommerce.org/curre ... Notes.html.

Re: broadleaf-framework 1.0

Posted: Fri Mar 08, 2013 2:45 pm
by pam
Thank you for your response jefffischer!

I'll go through the documents and get back to you for further queries.When it comes to migration notes, I did a lot of search but could not find one for 1.0 ...

~ Thanks