Questions tagged [sap-commerce-cloud]

For Hybris/ SAP Commerce/ SAP Commerce Cloud based questions

SAP Commerce / SAP Commerce Cloud is ready made e-commerce suite by SAP to be used in different industries like B2C, B2B, telco, financial, based on Java technologies.

2196 questions
0
votes
1 answer

How can i replace my widget controller with a groovy file?

Is it possible to replace a simple widget controller with Groovy class file controller ? ...
Brahim JDIDOU
  • 163
  • 1
  • 6
0
votes
0 answers

Spring RestTemplate timeout configuration not working

I have a hybris application which uses rest template to make a call to the restful API and consumes a json response. I am observing that when the application hits the apis multiple times during the load ,the response times from these api's increase…
user964819
  • 343
  • 3
  • 6
  • 24
0
votes
1 answer

Bundle synchronization in B2C project

I am working on a B2C project. We are using customized bundle implementation in our project. However we were struggling with making bundle synchronization work. With some effort, we managed to find the ImpEx to synchronize the Bundle: UPDATE…
Rachit
  • 403
  • 10
  • 32
0
votes
0 answers

configuring .gitignore correct to get git to ignore files after not telling them to include them

I am trying to figure out how to modify my .gitignore file to work with this source tree. The vendor code at one level and custom code in a folder under the custom code folder. Only the custom code needs to be committed, the vendor code needs to…
Sam Carleton
  • 1,339
  • 7
  • 23
  • 45
0
votes
2 answers

Navigation panel in backoffice is empty

Backoffice panel is totally empty with no reason. See the picture below: The funny thing is that backoffice panel does not work only on my machine (locally). Other team members do not encounter this problem, however, we are working on the same…
Maksim
  • 351
  • 1
  • 2
  • 12
0
votes
1 answer

HOWTO determine why Hybris extension will not load

I am working on setting up a Hybris B2B instance and when I look in HAC's Extensions the storefront has a red X, not a green checkmark. I assume that means there is an error somewhere, where do I go to find the error? Some background on what I have…
user11223077
0
votes
1 answer

Access denied in warehousingwebservice hybris

when calling warehousingwebservice in hybris 1905 it is giving access denied while in 1811 it is not. please assist with what should be changed to solve this problem [RestHandlerExceptionResolver] Translating exception…
0
votes
0 answers

Error installing node.js on docker-compose build

I am running hybris in a docker environment. However, I need node.js to build the frontend. When I run docker-compose build the following error occurs. There is an error installing node.js to generate the image. I tried to get into the container and…
Miltex
  • 302
  • 1
  • 13
0
votes
1 answer

Can Hybris Impexes allow for components migration and transformation into responsive components?

Is it necessary to redo configurations entirely only to transform a given components which setup is stored into Hybris (such as checkout or signup) in order to make it responsive? (the target site being a mosaic theme adaptation)
scaap
  • 25
  • 4
0
votes
1 answer

Add a Custom Value in AbstractOrder on Hybris Commerce - AddtoCartFunction

I'm trying to add a custom value for the addtocart function in Hybris Commerce b2c. Is a boolean in with a checkbox. I've add the bol custom value in core-items.xml but now I need to get that value when the checkbox is selected before press the…
0
votes
1 answer

How to generate report for Code Coverage in Hybris

How can the unit test results of a hybris project be captured to jacoco.exec. i am using h1808 version. Please share step by step procedure.
Suchit G
  • 23
  • 3
0
votes
1 answer

How to upload a 360degree image on PDP page in Hybris

To embed a 360-degree image inside a webpage, it needs to be embedded using iframe/script tag. This requires customization to render it on pdp, as there is nothing inside Media object (backoffice) to hold an iframe. Anyway, is it possible to…
36f
  • 89
  • 1
  • 10
0
votes
1 answer

How to remove OOTB attributes from Backoffice

I need to remove Out of the box attributes from Backoffice, these attributes are defined in the multipe OOTB extensions.
PriyaS
  • 142
  • 2
  • 14
0
votes
2 answers

SAP Hybris B2c 1905 Sample yacceleratorstorefront url not opening

We are looking to setup Build and Deployment pipeline for SAP Hybris B2c . We are able to build and deploy but we are not able to test the URL -> https://localhost:9002/yacceleratorstorefront . Is there any other sample development code that we…
0
votes
1 answer

Count(*) not showing null values

I'm using Hybris by SAP for a small project and almost got this down. Im trying to find the amount of Point of Service locations with 0 Orders in the past 7 days using Flexible Search. Here is the HAC script i used: select count(*),…
1 2 3
99
100