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

Session Id + change password, best practice

on our web-store (Java, Hybris) a user has an opportunity to change a password. According to the best vulnerability practice should we change SessionId or leave the old one or maybe create a new Session? What is the best solution?
Vik
  • 565
  • 1
  • 4
  • 5
0
votes
0 answers

servor error in loging while allready loging in another window

throwing server error, in 1st tab situation login and logout and 2.login again in another tab, while trying to login in 1st again throwing servor error https://apparel-uk.localhost:9002/en/j_spring_security_check This error is because of the…
hanumath
  • 25
  • 1
  • 8
0
votes
0 answers

Can I make a widget visible when button is pressed?

Is there any way for displaying a widget when a button is clicked ? But not as a pop up with template = true and slotId = cockpitWidgetChildrenInvisible like in this example :
user1234SI.
  • 1,812
  • 1
  • 8
  • 22
0
votes
1 answer

Can I create an expandable Listbox for a Listitem in ZK?

Can I add a Listbox as child to a Listitem when the Listitem is selected? I'm currently working with hybris and the code I've tried is this : Listitem listitem = new Listitem(); listitem.setValue(123); …
user1234SI.
  • 1,812
  • 1
  • 8
  • 22
0
votes
1 answer

equals() and hashCode() override in hybris

Is there any way to override equals() and hashCode() methods for types from *-items.xml ? For example:
user1234SI.
  • 1,812
  • 1
  • 8
  • 22
0
votes
1 answer

Hybris Open External link in separated browser tab

i need to open an external link, in separated tab, after a jco call in Hybris 1811. i've created the button and the controller for the jco call, all works fine, but i can't open a new tab in the browser. using…
0
votes
2 answers

Hybris interceptor is not getting triggered

I create ValidateInterceptor in below path and created bean in custombackoffice-backoffice-spring.xml C:\hybris\bin\custom\custombackoffice\backoffice\src\com\custom\backoffice\interceptor\CustomAppeasementUserValidateInterceptor.java bean is as…
user3809154
  • 53
  • 2
  • 6
0
votes
0 answers

How to stop shell command injection in spring

We have got few security holes reported in our Qualys report which says that commands can be injected using a url as below. /adc/Acc?sort=popular%26q=%3Apopular%3Aall%3A~WATCHES%26show=ping%20-c2%20-i91%20localhost Here the security team was…
antnewbee
  • 1,779
  • 4
  • 25
  • 38
0
votes
2 answers

how to use sap-hybris media(image) url from out side- or how can link it

I want to use the image of sap-hybris by URL , how can get it Like- some URLs like:https://s3.amazonaws.com/manikart.bbb.dd/LOGO-512x512.png in this case, I want to use the sap-hybris media but from back-office, I only get this…
hanumath
  • 25
  • 1
  • 8
0
votes
1 answer

Get the solr indexed response without updating the solr index in use

I want the final object that is sent to the Solr server. There is a third-party that wants the same exact data but they want it directly from Hybris (right now they are getting it from Solr server itself).If I run the indexing job it will update the…
Farrukh Chishti
  • 7,652
  • 10
  • 36
  • 60
0
votes
3 answers

Is there additional configuration needed to make the breadcrumbs visible in a Spartacus site?

Is there additional configuration needed to make the breadcrumbs visible in a Spartacus-based site? There is a BreadcrumComponent instance inside the BottomHeaderSlot. If I load the page in the JSP-based site, a breadcrumb like "HOME / Warranty" is…
geffchang
  • 3,279
  • 2
  • 32
  • 58
0
votes
2 answers

Joining Cart entry and Product Table in Hybris

I am new to floexible search query in hybris I need to delete the cart entries with specific product id- I am using the below query to get the entries SELECT {products.PK} FROM {Product AS products JOIN CartEntry AS carts ON {products.PK} =…
user964819
  • 343
  • 3
  • 6
  • 24
0
votes
1 answer

How to disable OOTB entryMergeFilterConfigurableProduct in custom extension?

I wanted to disable one of the entry filters(entryMergeFilterConfigurableProduct) provided by Hybris OOTB. Because of this filter, some cart entries are getting merged, though it is not supposed to as per our business logic. I would like to override…
BNR
  • 89
  • 2
  • 13
0
votes
1 answer

Where and what kind of JSP file to place in the below shown image. and what is the use of .tag file in hybris

In "hybris", which folder should JSP page be placed or created in yacceleratorstorefront?
Genos
  • 1
  • 1
0
votes
1 answer

Auto login to Hybris web application based on OAuth2 access token

Background We have a website running using SAP Hybris commerce, where users can log in (basic Spring Security) and browse the site. We also have a native mobile app, which will again authenticate the user in the Hybris system using Oauth2 and work…
HybrisHelp
  • 5,518
  • 2
  • 27
  • 65