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

uploading a media asset failed in broadleaf-ADMIN

Hi I am getting this Error When I Try Upload a Media asset Please help to solve the Error Here is the Screen Shot link for the Error: http://i.prntscr.com/0ZhZ3IYaQ4qQ2CTjH7YUVQ.png Here is the Server…
Santoshraju V
  • 330
  • 1
  • 13
1
vote
0 answers

Visibility Of AdminPresentationCollection Annotations - Broadleaf-Commerce

I using broadleaf-commerce famework for my program. I just want to know, how to visibility of AdminPresentationCollection in to config entity file. I config in js file but it doesn't work. This's my entity. It use @AdminPresentation annotations and…
1
vote
1 answer

Broadleaf site Template Customization

Hi I Want To Add The Customized Templates to the Broadleaf site Where can i Add the Templates to The Broadleaf Site. I Have seen the layout.homepage.html and I want to add the other template to the clearance in Broadleaf What Can i do. Please Help…
Santoshraju V
  • 330
  • 1
  • 13
1
vote
1 answer

Broadleaf image upload failed

I tried to upload an image in Broadleaf Admin. When uploading a new asset it gives the following error: Sorry, there was an error processing your request. : 564d0b44-f0ee-41a3-8178-113d8022998b edit: Here is an example stack trace when an image…
Santoshraju V
  • 330
  • 1
  • 13
1
vote
1 answer

How to enable a prompt before deleting anything in Broadleaf administration panel?

is there any way out-of-the-box to set a prompt window or something like that before Deleting any content (for example products) in Broadleaf (4.0) administration panel? Right now when I click on Delete button it just deletes them without asking…
1
vote
2 answers

Error starting admin for DemoSite for Broadleafcommerce

I installed the latest version (broadleaf-5.2.2.1-GA) of Broadleaf Commerce demo site following the setup instructions. Then I ran command - mvn spring-boot:run -X for admin and following error was displayed: [ERROR] Failed to execute goal…
1
vote
1 answer

i am trying to run broadleaf admin it gives the following error

65761K of 142888K >> 2017-09-07 18:17:10.581 ERROR 8184 --- [ main] c.b.solr.autoconfigure.SolrServer : Unable to download solr. If you need to connect through a proxy, the 'solr.dowload.proxyHost', 'solr.download.proxyPort',…
1
vote
1 answer

Add search suggestion in both API and site on broadleaf community edition

How to add search suggestion in site and API similar to broadleaf demo site? I can't find search suggestion in my broadleaf spring-boot community edition.
Jebus
  • 51
  • 7
1
vote
1 answer

Not able to clear hibernate cache

I am using broadleaf demo application which has hibernate configured with ECache. I also have a external application which is interacting with same db directly. When I update db using external application, my broadleaf application unware of those…
aman
  • 133
  • 3
  • 11
1
vote
1 answer

Broadleaf commerce: "Access is denied" with custom admin controller

I am new to Broadleaf. I followed the guideline https://www.broadleafcommerce.com/docs/core/current/broadleaf-concepts/admin/admin-custom-controllers to add new module and section to Admin demo site. I added following SQL commands to…
giang
  • 33
  • 5
1
vote
1 answer

Broaleaf 5.2 ROOT.war issue with Filters

I am trying to deploy Broadleaf demo site version 5.2.0 on external tomcat 8.5.16 with MYSQL as DB and standalone external Solr server running on port 8983. I am able to access the admin application. When I try deploying the ROOT.war, I get error …
1
vote
1 answer

How can I have multiple MSRP based on location in broadleaf?

I need to have multiple MSRP based on customer location. I am planning to add "location" field in "product-option" which will be available for each product, so an SKU will be available for each product based on location. And I don't want the user…
Jebus
  • 51
  • 7
1
vote
1 answer

Broadleaf admin - add additional tab

I need help with the extension of the broadleaf admin panel. I want to add an additional tab in the panel displayed for a particular product. Do you know any quick way to extend this view? Thanks in advance for help!
cbor13
  • 11
  • 2
1
vote
0 answers

Weblogic shows 500 error when there is no '/' at the end of the url

I have a spring-based app (spring-security 3.2.9.RELEASE, spring-mvc 4.1.9.RELEASE), which is deployed to Weblogic 12.1.2.0.0 Here is the part from weblogic.xml /admin web.xml
1
vote
0 answers

Error creating bean with name 'blSearchService' when adding AuthorizeNet to Broadleaf

When I follow the steps to add AuthorizeNet to my Broadleaf Commerce site. I receive the following exception when executing mvn tomcat7:run: EDIT: I am using Authorize 1.9.2, Broadleaf Authorize 2.6.0 GA, and Broadleaf DEMO 5.0.5 GA. Here is the…
Alex Clark
  • 213
  • 2
  • 4
  • 11