Questions tagged [backoffice]

SAP Hybris Commerce offers a Backoffice Cockpits tools, built on Backoffice Framework. It provides extensive tooling for backend administration.

Backoffice Administration Cockpit

Backoffice Administration Cockpit is a user-centric backend interface that enables you to easily manage any kind of data within a hybris system. It provides specific widgets needed to create administrative and management tools, such as search, list views, or navigation tree.

193 questions
1
vote
1 answer

Prestashop, error 500 when trying to access backoffice

Please I need some help with a Prestashop issue. I run a Prestashop 1.7 on an OVH shared hosting. Everything worked well until yesterday morning but then I couldn't access the backoffice anymore and got an error 500 instead. The frontoffice still…
Lyah
  • 11
  • 3
1
vote
1 answer

Hybris server is stuck when I restart it

I stop my server update when it was creating DDL statments and restart the server. Now my server is stuck at below line. I did ant clean all and again tried to start the server but still same issue. How to resolve this? log4j:WARN No such property…
user3809154
  • 53
  • 2
  • 6
1
vote
1 answer

How to change widget configuration at runtime for custom backoffice extension?

I am trying to change widget configuration at runtime based on the user. I would like to populate the collection-browser with different sub types of promotions (this is a custom type for my requirement). For certain users they should only see…
tony
  • 267
  • 2
  • 11
  • 23
1
vote
1 answer

Add edit an delete/cancel option in hybris backoffice search result

I want to add edit and cancel option in search result as shown in image. how to add this.
user3809154
  • 53
  • 2
  • 6
1
vote
1 answer

No bean named 'myJobPerformable' available

I'm trying to execute a cronjob from backoffice wizard handler. CronJob item is defined in mybackoffice-items.xml, myCronJob Job performable bean is defined in mybackoffice-backoffice-spring.xml, myJobPerformable Wizard handler bean is defined in…
Ahmed Ghoneim
  • 6,834
  • 9
  • 49
  • 79
1
vote
1 answer

Hybris backoffice - display of attributes in correct tab

In backoffice, for B2BUnit and B2BCustomer models, There are some important attributes that are displaying under "Administration" tab. But I would like to show it under "Properites" or "General" tab. What configuration I need to change?
BNR
  • 89
  • 2
  • 13
1
vote
2 answers

Can't add js and css files to back office

I want to add JS and CSS files to back office in my module. But I get error: Attempted to call an undefined method named "registerStylesheet" of class "AdminModulesController". I've seen other posts (like this Show my module JS at footer in…
prk_001
  • 361
  • 3
  • 17
1
vote
1 answer

How to add Emoji plugin to CKEditor used in ZK framework?

I have a requirement where my ZK wysiwyg toolbar needs to provide an option of adding an Emoji. I checked and found that there is a Emoji plugin already shipped with CKEditor but I am unable to enable it on ZK editor. I already tried to add below…
www.hybriscx.com
  • 1,129
  • 4
  • 22
1
vote
2 answers

Excel Import of custom mandatory field doesn't work [Hybris 6.7.0]

I'm using Hybris version 6.7.0 and I stuck with the following problem: When I trying to perform importing products from excel file. It gives me the following error -> I've checked the excel file and there is, of course, field "Subscription Term*",…
Maksim
  • 351
  • 1
  • 2
  • 12
1
vote
1 answer

How to prevent numbers from rounding down in Sonata-admin?

Good Morning Everybody. I'm learning development and I have a problem on my first symfony4 project. It's a wineshop. My aim is to permit the vinegrower to add products data on database through Sonata-admin interface, then render that data on the…
ThomasC
  • 33
  • 6
1
vote
3 answers

Hybris - How to add export import widget for customer in backoffice?

In backoffice there is a widget for export and import for Product. With this functionality, a user can select what columns can be exported as described here. I read here but doesn't specify how it can be configured on other Types, like Customer.…
36f
  • 89
  • 1
  • 10
1
vote
2 answers

Remove dynamic attribute in hybris through backoffice

When the dynamic attribute is removed from the items.xmls, hybris reports an error because the attribute handler Spring bean don't exist. This error usually prevents saving models of the Hybris type which owned the attribute. Even after the bean…
1
vote
1 answer

How do I access login information in Hybris?

I need to extend my Backoffice login form and add two new fields to it. Then I need to access the login info in my Java code. Extending Backoffice Login Page says I need to use LoginInformationHandler. I haven't found information on how to do this.…
1
vote
1 answer

Hybris backoffice searching of order table

How the order report data is being searched in back office. Want to know (how) in which location/java file, the queries with order report filter parameters is getting fired on order table? Are they being fetched via Flexible search queries or is…
marcos
  • 11
  • 1
1
vote
2 answers

Backoffice Itemtype Filtering

I have an item called InoLocation , it has an enumtype called 'InoLocationType'. This enumtype contains 3 value : COUNTRY, CITY, COUNTY. There are impexes which imports cities and counties to this itemtype. On items.xml, i created an attribute…
İlker Demirci
  • 243
  • 1
  • 3
  • 12