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

Spring RestTemplate call fails SSL Handshake with USPS

We have a service that makes a REST call to the USPS address validation service. We recently upgraded to a new version of our e-commerce framework (Broadleaf Commerce) with associated updates to Spring Boot and Java version. Since the upgrade, we…
Marquee
  • 1,776
  • 20
  • 21
1
vote
1 answer

Freshly created PaymentTransaction the ID is null

i have an issue that a freshly created payment transaction has no ID. @Override @Transactional("blTransactionManager") public PaymentTransaction getNewTemporaryOrderPayment(Order cart, PaymentType paymentType) { OrderPayment…
IgorF
  • 36
  • 5
1
vote
2 answers

RobotFramework Post Request with attributes on body

Hello im trying to test an api with a body: { "customerAttributes": [ { "customerId": 0, "id": 0, "name": "string", "value": "string" } ], "emailAddress": "string", "firstName": "string", "id": 0, …
IKK
  • 31
  • 1
  • 4
1
vote
0 answers

Broadleaf Microservices Deployment Options

I noticed that Broadleaf has a myriad of different services such as the 'Catalog Service' and 'Asset Service' in https://github.com/BroadleafCommerce/MicroservicesTutorial. I would like to deploy each service in their own Docker container on…
phillipuniverse
  • 2,025
  • 1
  • 14
  • 15
1
vote
0 answers

Why are there two OrderLockManager implementations in Broadleaf?

In Broadleaf, both SessionOrderLockManager and DatabaseOrderLockManager can be used by CartStateFilter to serialize user requests. It appears that the former locks on the session associated with the request, and the latter locks on the order…
1
vote
1 answer

Show child attribute object list grid in admin

I'd like to show the order.customer.externalId attribute using admin's template. I've tried the following:
tiago.vt
  • 13
  • 2
1
vote
1 answer

Spring Social Login with Broadleaf

I am looking to provide the Facebook and Gmail login on Broadleaf application for which i am referring the below mentioned link https://www.broadleafcommerce.com/blog/why-your-ecommerce-site-should-integrate-with-spring-social however the link is…
1
vote
1 answer

What is the difference between DiscreteOrderItem#getBaseRetailPrice and OrderItem#getRetailPrice?

BLC 5.1.5 For OrderItem#getRetailPrice there is this documentation: The retail price of the item that was added to the Order at the time that this was added. This is preferable to use as opposed to checking the price of the item that was added from…
1
vote
1 answer

How to override the @AdminPresentation for existing attributes [Broadleaf Commerce]

I am trying to override the @AdminPresentation of the following attribute defined in ProductImpl: @Column(name = "DISPLAY_TEMPLATE") @AdminPresentation(friendlyName = "ProductImpl_Product_Display_Template", group =…
Mushif Ali Nawaz
  • 3,707
  • 3
  • 18
  • 31
1
vote
0 answers

AdminOrderController enable(?)

I am trying to edit a little bit the admin of the DemoSite. I manage successfully to add a new tab at the side bar with the link "/order" (via a database import). So broadleaf successfully directs me to /admin/order.There I get a…
tim.a
  • 83
  • 1
  • 1
  • 10
1
vote
1 answer

Broadleaf 5.2.7 - mysql migration

Hello I am using the latest version of Broadleaf (5.2.7). The project works perfectly fine running with HSQL. The problem is that I am trying to migrate to mysql. I am trying to follow the tutorials here and here The problem is that I cannot find…
tim.a
  • 83
  • 1
  • 1
  • 10
1
vote
1 answer

Broadleaf Ehcache to Redis for distributed environment

Currently, we are using Ehcache in local without Terracotta. We are planning to deploy broadleaf customer API in two different instances with a load balancer in the front. I did a small research and found that terracotta is cost and as we are a…
1
vote
1 answer

how to export database in broadleaf framework?

anyone know about "BroadLeaf", can you help me? I am using "Broadleaf" framework and convert database from hsql to sql, but I don't how to export database from hsql? please help me?
1
vote
1 answer

Broadleaf Admin Panel Extend Spring Boot in ReactStarter

I want to extend Admin Panel to see order received. i tried folowing Tutorial ,But could not find applicationContext-servlet-admin.xml. Is the tutorials still relevent with spring boot ? Can you please help ?
A...
  • 11
  • 1
1
vote
1 answer

Connect to MySQL from Broadleaf framework community

Could you please show me how to connect broadleaf framework (current version 5.2) to MySQL, i try to follow this link but i do not see build.properties in project, and other links i found was too old. Thank you very much.
tiepvut
  • 90
  • 9
1 2
3
20 21