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

Hybris new Solr Index

I've created my own SolrIndex with a new Composed Type (Category) , created some indexed types , attributes and indexed the data . My SOLR database is populated with the data , however , I don't know exactly how can I reach this data from Java. Is…
Nexussim Lements
  • 535
  • 1
  • 15
  • 47
0
votes
1 answer

How to customize b2bacceleratoraddon addon

I need to change some code in b2bacceleratoraddon, but I don't want to change the standard code. Is there any standard way to copy the addon with a new custom addon? or should I change standard code?
0
votes
1 answer

Using extends in itemtype in Hybris

What happens if I do not specify extends in itemtype in Hybris when I create a new itemtype? Eg:
Himanshu Jain
  • 334
  • 2
  • 12
0
votes
1 answer

How to mock model objects in SAP Hybris?

while writing integration tests in SAP Hybris, I am getting exceptions which imply that the model objects are not available during the test case. It seems like normally the ImpEx which run normally during initialization are not running here.It is…
Rachit
  • 403
  • 10
  • 32
0
votes
1 answer

How to define multiple collection-browser in Hybris Backoffice cockpit for different users?

I am trying to populate the collection-browser in my custom Backoffice extension based on the user group of the current user. I have a custom type that I want to dispaly. Below is an example which replicates my situation as I am using a parent type…
user1899872
  • 127
  • 2
  • 4
  • 15
0
votes
1 answer

Remove unwanted attributes of Product

i create Item Type Books with following attribute title,author,publishingAttribute,isAvailable all are String except isAvailable this is boolean there is no extend the any class but when i run select from HAC it show extra attribute i want to remove…
0
votes
1 answer

How to decrease Hybris build time in case the data model does not need an update?

Lets say that a task needs to be done and there are no data model changes needed(i.e items.xml does not need to be touched). For example a new Interceptor is needed for an existing Item Type. In this case I just need a new spring bean and a new…
dj_frunza
  • 1,553
  • 3
  • 17
  • 28
0
votes
2 answers

Hybris custom facet sort provider not working

I made an implementation where I created a custom Facet Value Sort Provider and a custom Facet Top Values provider. I assigned them to one of my Solr Indexed Properties. I also change the Facet Sort type to Custom It worked just fine on my local…
Ricardo Machado
  • 784
  • 6
  • 22
0
votes
2 answers

link between the cmssite and the frontend extension

i am trying to create a new accelerator. i ve created a new extension via extgen (yb2Baccelerator) after that i created a new cmssite in hmc. what is the link between the cmssite ( hmc > wcms > websites) and the frontend extension ? thanks for…
MBB
  • 1
0
votes
0 answers

Hybris - Backoffice Commerce Search mode

We do have solr.impex file defined within our storefront. But backoffice commerce search mode gives blank screen as shown below. What OOTB files/extensions I need to set up to see store specific catalogs, facets, results, etc., in the…
BNR
  • 89
  • 2
  • 13
0
votes
1 answer

In Hybris backoffice how to display two nodes of same itemtype but different status(e.g. status :- pending, completed) items?

In backoffice I have two nodes as below. I have only one Itemtype "appeasement".So how to filter and show it in backoffice. code="PendingAppeasements" id="PendingAppeasements" code="CompletedAppeasements" id="CompletedAppeasements" Code for…
user3809154
  • 53
  • 2
  • 6
0
votes
2 answers

How to send data from jsp to controller in spring using form

How to send data from jsp to controller in spring using form ?

0
votes
1 answer

widget Popup in backoffice not showing [OutConnections always null]

Is there any rule for widget-connection? I created action on BackOffice, when I click on the action I want to show popup so I created a widget for popup and below my code When I get the current widget I got widget.getOutConnection() is empty ??…
yali
  • 1,038
  • 4
  • 15
  • 31
0
votes
2 answers

Upgrading hybris from 6.4 to 6.7

I am upgrading our b2b website to 6.7 hybris version. We have copied the config and custom folders to new 6.7 setup. We have also copied the data and media. Updated the system. After server startup the entire WCMS section is not rendering due to…
ADIT
  • 119
  • 1
  • 1
  • 9
0
votes
2 answers

Masking of Certain user specific data in Hybris

We have a requirement, wherein we need to mask the user data like email id at database level in Hybris. Let us know the ideal approach of how the masking activity can be done in Hybris. -Do we need to mask the data in backoffice seperately and hac…