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
1
vote
1 answer

Class transformation errors with ProductOptionValueImpl - Broadleaf commerce

I have developed an application using broadleaf commerce. I try to implement dynamic pricing by following the document https://www.broadleafcommerce.com/docs/core/current/broadleaf-concepts/pricing/dynamic-pricing-configuration I implemented…
Gnana
  • 144
  • 7
1
vote
2 answers

broadleaf commerce demo site issue

I currently started using broadleaf commerce framework. I downloaded the demo site from their site which includes 4 folders (site, admin, api, core). then I successfully ran the mvn install command. when I wanted to run mvn spring-boot:run the…
1
vote
1 answer

Broadleaf 5.2 - How do I set ProductOptions into a newly created Product via the API?

Problem: I am seeing that the Product "setProductOptions()" method has been deprecated, and that the "setProductOptionXrefs()" is preferred. The issue is that I can't seem to find any example of how to set the ProductOptionXrefs. I've looked for…
Jon D Cruz
  • 107
  • 1
  • 7
1
vote
0 answers

Broadleaf admin error

I followed the developer documentation to host broadleaf commerce and broadleaf admin on standalone tomcat, standalone solr and mysql. I deployed the ROOT.war and admin.war on tomcat and I can see the tables are created successfully on mysql. The…
1
vote
0 answers

How to implement wallet in broadleaf commerce?

We are developing an E-commerce application using broadleaf commerce. Anyone please suggest a way to implement wallet in broadleaf commerce?
Gnana
  • 144
  • 7
1
vote
0 answers

How can achieve Item Cancellation/Return in broadleaf

We are developing an E-commerce application using broadleaf commerce. How to implement Item Cancellation/Return in our application?
Gnana
  • 144
  • 7
1
vote
1 answer

Broadleaf : controller calling failed

Hi I Have Created a Custom controller in broadleaf i have called the request mappings in custom controller but this gives an error Here is my code for Custom…
Santoshraju V
  • 330
  • 1
  • 13
1
vote
0 answers

Broadleaf: How to use the existing beans in broadleaf

Hi I Want to use the beans that are already available present in broadleaf jars i want to use the broadleaf bean FieldImpl in my program FieldImpl f; in my custom program can any one tell me how to use those beans inside my custom program Please…
Santoshraju V
  • 330
  • 1
  • 13
1
vote
0 answers

Broadleaf: Creating a New Payment Gateway in Broadleaf

Hi I Want To Create a New Payment Gateway to broadleaf and i want to display order details to the admin Please help me to solve the issue Thanks IN Advance
Santoshraju V
  • 330
  • 1
  • 13
1
vote
0 answers

Broadleaf: Using JDBC Template to Store Data IN Broadleaf

Hi I Want to Use JDBC template to save the data in broadleaf Please Help me to Solve The Issue Thanks In Advance
Santoshraju V
  • 330
  • 1
  • 13
1
vote
1 answer

Broadleaf: extending product entity failed

Hi I Have extended the Broadleaf Product Entity and added a new attribute to that Entity and added the admin presentation annotation to display on the admin side Here Is My Code to Extend the…
Santoshraju V
  • 330
  • 1
  • 13
1
vote
1 answer

Broadleaf : Unable to save Custom Entity

Hi I Have created a custom entity and how can i save the custom entity to database is there any methods to save the custom entity please help me to solve the issue Thanks In Advance
Santoshraju V
  • 330
  • 1
  • 13
1
vote
0 answers

MyProductOptionImpl cannot be resolved to a type in broadleaf-admin

Hi i have added the custom controller to admin. i followed following section in broadleaf docs https://www.broadleafcommerce.com/docs/core/current/broadleaf-concepts/admin/entity-type-selection but it will gives us the following error…
Santoshraju V
  • 330
  • 1
  • 13
1
vote
0 answers

error while adding products to the cart in broadleaf -SITE

Hi I Have Tried to add the products from merchandise-Men and merchandise-Women it will gives the following error while adding Products to the Cart. Here is the screen shot of the Error: http://i.prntscr.com/Dr_5CBezQKWIEOKGanBbZw.png Here is the…
Santoshraju V
  • 330
  • 1
  • 13
1
vote
0 answers

where the filter options located in broadleaf-SITE

Hi i Want to know the Filter options Template is loaded in Broadleaf-Site Please Help me to Solve the Problem Thanks in Advance
Santoshraju V
  • 330
  • 1
  • 13