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
33
votes
8 answers

How to use "map.get(key)" in Thymeleaf - Broadleaf Ecom

I have a Hashmap (String, List), passed to a Thymeleaf page. I am getting this map on the page and I can access it. How can I do map.get(key) with Thymeleaf? I just need to fetch the values based on a certain key and then parse and print…
Sumit Rathore
  • 451
  • 1
  • 4
  • 7
5
votes
0 answers

Broadleaf Commerce force OTP based login before choosing shipping address

I would like to customize BLC login, so it forces user to login before adding shipping address and payments. We don't want guest checkout. Please suggest the best way to do this in site and API. Also our login is based on mobile number and OTP(One…
Ramesh V
  • 259
  • 2
  • 15
5
votes
1 answer

Jquery autocomplete is not working

I am trying to use autocomplete functionality of jquery into my project. But i have no idea why it is not even calling. I have put my jsp file as below.. And in my js file.. i…
4
votes
3 answers

How to get a static instance of entityManager in broadleaf?

This question is specific to broadleaf commerce. I have to load an entity in a static method. Since injecting entityManager would not help (as i cannot access it in a static method), i am not able to load the entity. I tried using…
Monis
  • 918
  • 7
  • 17
4
votes
4 answers

How to resolve codehaus "service unavailable" maven build error?

As codehaus repository is no longer available, I get the following error whenever I try to do "Run As - Maven install" in Eclipse. Below is the error that I get: [WARNING] Could not transfer metadata org.eclipse.core:commands/maven-metadata.xml…
Prabhat
  • 810
  • 9
  • 33
4
votes
0 answers

Extending Broadleaf Inventory

I am trying to understand how to extend Broadleaf so that multiple Fulfilment locations (warehouses) can be added. I know that this is available in Commercial edition of Broadleaf, but I cannot afford it... :-) I am planning to add few tables like…
user1880957
  • 1,146
  • 3
  • 15
  • 29
4
votes
1 answer

Broadleaf with SAP Commerce

We consider using broadleaf for one of our client who need to revamp his B2B site. Everything with broadleaf looks very good, but one major challenge is this client have all his product, ordering, promo, etc. in SAP Commerce. Does anyone have ever…
Cygnusx1
  • 5,329
  • 2
  • 27
  • 39
3
votes
0 answers

Broadleaf: error in execting custom service

Hi I Have Created a Custom Service to Save Custom objects and using existing objects but after running the application the following error will be displaying in server console and stops the application to start Here is my code for custom service…
Santoshraju V
  • 330
  • 1
  • 13
3
votes
1 answer

Is it possible to replace apache solr in broadleafcommerce with ElasticSearch?

I am trying to use broadleafcommerce and customize it.On study i found it uses Apache Solr . However, i am already handy with ElasticSearch as i am currently using ElasticSearch only in my workplace. so, i'm curious as if i can replace that…
Aman Adhikari
  • 3,240
  • 3
  • 22
  • 32
3
votes
1 answer

ecommerce framework for Java and Neo4j as database

I am using Neo4j (Spring Data Neo4j) as my database and Java as a language(using the Spring framework). Now, I have to implement e-commerce platform as part of my application. I came across broadleaf e-commerce but wondering if i can Neo4j as DB…
Abdul Azeez
  • 1,073
  • 4
  • 13
  • 21
2
votes
1 answer

Solr could not get value for property on Broadleaf Commerce

I am trying to install Broadleaf Commerce Community Edition (6.1.3-GA) on macOS. I have successfully installed Solr 8.6.0 locally and get this response at http://localhost:8983/solr/admin/cores?action=STATUS { "responseHeader":{ "status":0, …
2
votes
2 answers

How to override metadata of an entity using XML in order to add additional gridVisibleFields?

I am using blc.version 5.1.5-GA. When adding targeted products to a product group, the listgrid only displays defaultSku.name. I would like to add additional information to the listgrid. Here's the relevant entity…
2
votes
2 answers

How to create custom pages in Broadleaf Admin

I was trying to create custom pages on my broadleaf e-commerce admin side. I followed this tutorial. But when i try to access the page i get this strange error. . Here's code of my controller: package com.community.admin.controller; import…
Mustahsan
  • 3,852
  • 1
  • 18
  • 34
2
votes
1 answer

Broadleaf - running locally - problem getting started the API project

I'm trying to run Heat Clinic 6.0.1 locally following getting started tutorial: https://www.broadleafcommerce.com/docs/core/current/getting-started/running-locally I managed to run admin and site but not the API project. The application starts…
2
votes
2 answers

spring what's different of using ApplicationContex.getBean() and @Autowired? How can I decide to choose which one?

I am trying to learn some spring through reading the broadLeaf. Why some broadLeaf use ApplictionContext.getBean() instead of @Autowired annotation?
1
2 3
20 21