Questions tagged [broadleaf-commerce]

An open-source, eCommerce framework written in Java using Spring Framework & Hibernate.

BroadleafCommerce is an open-source, eCommerce framework written in Java.

It is targeted at facilitating the development of enterprise-class, commerce-driven sites by providing a robust data and service model, a rich administration platform, and specialized tooling that takes care of core commerce functionality.

The developers of Broadleaf Commerce monitor this tag, a Gitter, and a Google Group to answer questions about the framework.

Documentation can be found here.

Other information about the company and the framework can be found at broadleafcommerce.com.

312 questions
0
votes
1 answer

Thymeleaf object created from extednd broadleaf processor is made null when using th:each and is accesible only ouside th:each

Code sample 'someproc' is a custom processor which extends org.broadleafcommerce.common.web.dialect.AbstractModelVariableModifierProcessor from broadleaf platform. // as a result is objectCreatedInProcessor
Pr0 TuX
  • 241
  • 2
  • 6
0
votes
1 answer

unable to see changes in database

I'm using Broadleaf Commerce 2.2 and unable to update my database with new product entry which i did from admin console. I would like to know that why my changes which i made in admin is not reflecting in database? I added couple of new product…
user2564512
0
votes
2 answers

Broadleaf Commerce 3.0 Missing Artifacts

I am following steps listed for Broadleaf 3.0 from the link. Using the Eclipse-workspace with M2E plugin, I tried Maven Update Project and refresh. However, the maven multi-module projects have unresolved build errors: Description Resource Path …
aces.
  • 3,902
  • 10
  • 38
  • 48
0
votes
1 answer

Broadleaf Commerce - Dynamic Pricing

I went through the Broadleaf commerce v2.2 documentation/tutorial, specifically Customizing Add Item Workflow and Dynamic Pricing module. I want to dynamically price a product when it is being added to a cart. Am I correct in thinking - when a…
aces.
  • 3,902
  • 10
  • 38
  • 48
0
votes
2 answers

Broadleaf - Create Dynamic Product Exception

I am new to Broadleaf and have been spending time with Broadleaf Demo project to familiarize with the framework. I am using the current stable Broadleaf version - v2.2. My aim is to create a dynamic category/product without using the Admin console.…
aces.
  • 3,902
  • 10
  • 38
  • 48
0
votes
2 answers

Broadleaf Commerece Tomcat installation

I have successfully installed Broadleaf Demo site with the help of ecllipse,Now i want to install it in tomcat standalone,so any body cant tell me the steps or any link will be helpful. Thanks
user7789076
  • 798
  • 2
  • 12
  • 25
0
votes
1 answer

replace one class in bean property list in spring

I am working in broadleaf which is based on spring-mvc. there are 3-4 blCustomPersistenceHandlers bean definition in different xml file based on project module.
Ankit
  • 157
  • 1
  • 3
  • 18
0
votes
2 answers

broad leaf commerce war deploy on tomcat

On deploying broadleaf commerce war on stanal tomcat I am getting error :- SEVERE: Exception sending context initialized event to listener instance of class…
0
votes
1 answer

Multi-tenant in Broadleaf

I am new to Broadleaf. And i am trying to do multitenant in it. I can't find any documentation in Broadleaf official site. I found one project in github about multitenancy in broadleaf.That's the link…
Ankit
  • 157
  • 1
  • 3
  • 18
0
votes
2 answers

Adding OpenID support in broadleaf commerce

I am trying to add OpenID support to broadleaf commerce application. I was able to work out a working standalone web application using Spring OpenID. In my site/pom.xml of my broadleaf commerce app, I added this :-
Kumar Sambhav
  • 7,503
  • 15
  • 63
  • 86
0
votes
3 answers

Broadleaf commerce cannot integrate with Paypal express module

I have followed Broadleaf's documentation (Here is the link: http://docs.broadleafcommerce.org/2.2/PayPal-Quick-Start.html) to integrate Broadleaf's DemoSite environment with Paypal express module. To implement this for development environment, I…
xlives
  • 211
  • 1
  • 4
  • 11
0
votes
1 answer

Broadleaf commerce where does Shipping Information be populated

I have been playing around Broadleaf commerce for a few days and found that it is a great framework. Thanks for all of those who built this. However, I am facing a problem and am waiting anyone to help. The problem I found can be reproduced by…
xlives
  • 211
  • 1
  • 4
  • 11
0
votes
2 answers

How JSON format for calling Checking out REST Api of Broadleaf commerce looks like

I have followed setting up Broadleaf to make it running by following its documentation (http://docs.broadleafcommerce.org/current/REST-Tutorials.html). I wanted to do checking out the cart using REST Api; that's, /cart/checkout. Therefore, I looked…
xlives
  • 211
  • 1
  • 4
  • 11
0
votes
1 answer

Changing currency in Broadleaf commerce

I am trying to change change currency symbol that appears throughtout broadleaf application. Exploring the code I found that BLC has a thymleaf dialect 'blc' and and attribute 'price' to render price/cost in web pages. Example:
Kumar Sambhav
  • 7,503
  • 15
  • 63
  • 86
0
votes
1 answer

broadleaf mail sender class using spring framework

what does this mean in java...i saw something new i havn't seen anything like this before...this code sends a mail using spring framework javamailsender class public MimeMessagePreparator buildMimeMessagePreparator(final HashMap
Lucky
  • 16,787
  • 19
  • 117
  • 151
1 2 3
20
21