Page 1 of 1

[SOLVED] DemoSite broadleaf-pricelist maven module missing

Posted: Tue Dec 04, 2012 11:00 am
by karim.hj
Hi ,

I was just looking at broadleaf DemoSite in "inventory" and "pricelist" , and it appears that required
"broadleaf-pricelist" and "broadleaf-inventory"* maven modules are not available in
the snapshots repository and blocks compilation.
It breaks maven compilation .

I know these 2 branches are not supposed to be stable and that you are refactoring bl code.

https://github.com/BroadleafCommerce/De ... ry/pom.xml

<dependency>
<groupId>org.broadleafcommerce</groupId>
<artifactId>broadleaf-pricelist</artifactId>
<version>${blc.pricelist.version}</version>
<type>jar</type>
<scope>compile</scope>
</dependency>

https://github.com/BroadleafCommerce/De ... st/pom.xml
<!--Broadleaf third party libraries -->
<dependency>
<groupId>org.broadleafcommerce</groupId>
<artifactId>broadleaf-inventory</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>

*Edit: broadleaf-inventory has just been added in github https://github.com/BroadleafCommerce/Inventory, jar should be generated automatically through nightly-builds [ok]

Re: DemoSite broadleaf-pricelist maven module missing

Posted: Tue Dec 04, 2012 5:27 pm
by phillipuniverse
Good catch. Inventory is not currently building out on our nexus so you'll need to grab the source and do a 'mvn install' locally (GitHub repo is at https://github.com/broadleafcommerce/Inventory which I made public not too long ago).

Price lists are a slightly different matter. This is something that we will be offering as a part of our commercial features. Periodically you might see some of these demos sneak their way into the DemoSite project as different branches. If you would like some more information on this module specifically (pricing, current status, etc), feel free to shoot us an email at info@broadleafcommerce.org.

That being said, we do offer a generalized entry point into writing your own dynamic pricing with docs at: http://docs.broadleafcommerce.org/curre ... ation.html. Our price list implementation relies on this internally as a starting point.

Re: DemoSite broadleaf-pricelist maven module missing

Posted: Tue Dec 04, 2012 5:58 pm
by karim.hj
Thanks, i did that. mvn install for inventory module and it works fine with the inventory demo.

Pricelist -> Commercial feature, it seems fair to me :-)

In the demo example, pricelists are used to define different prices based on a currency key(EUR,USD...), aren't they ?

Re: [SOLVED] DemoSite broadleaf-pricelist maven module missing

Posted: Tue Dec 04, 2012 10:38 pm
by phillipuniverse
Yes, our demo shows an example where you might sell a product for 60 USD but 80 EUR