I am not able to see folders inside Hybris HMC . My hybris version is 6.2 Can you please suggest what can be the issue beside this.
I am able to successfully login inside Hybris HMC but not able to see folders inside it
Try running System Update with the following options (you may tick project data as well for your HMC specific extensions).
It might have to do with permissions for accessing the folders, try logging in as admin and then, search for your user id to see what all permissions have been assigned to it. Also open the hmc.xml file from hmc and see if there are any special groups assigned to certain tree items.
Related
The Microsoft support site (https://support.office.com/en-us/article/check-out-check-in-or-discard-changes-to-files-in-a-library-7e2c12a9-a874-4393-9511-1378a700f6de) says that with suitable permissions it is possible to Check In a file that has been Checked Out by another user and this should retain any changes they have made whereas discarding the Check In will lose them. Even with Site Admin privileges I have been unable to locate this option and wonder if it has been withdrawn?
I have looked within the Library Settings at "Manage files which have no checked in version" but this does not show files which are Checked Out within a Document Set in that Library. I don't know if this is because a Checked In version does exist - the previous version - but suspect that may be the reason.
Can anyone advise if this option is still available or not?
The option only works for files with no checked in version.
Per my test, if I try to check in a page which is checked out by other user currently, I will get the message that "Do you want to override this check out now?"
When I click ok, it will not lose any changes made to the file. So you could use this wat to check in another user's file.
Hi I have done with initial setup of hybris and now I am seeing apparel store. Now could you please someone answer how should I proceed further to completely customize the apparel store site. I wanted to remove all the products and I wanted to add my own products and categories . Also where should I change the URL from apparelstore to my own customized URL?
You need to create your own accelerator module. There is a trail called "commerce trail" on the hybris wiki/help pages that helps you with the initial setup of a module.
I suggest to follow the help section about how to customize the accelerator (e.g: b2c accelerator customization). Generally speaking, you can use the ant modulegen command to generate the extensions for your very own accelerator.
For your own products/categories, you should provide them on impex files. The current data you're seeing is from the apparelstore extension that adds products, categories, site configuration & cms content for the apparel store. So in case you don't want that, you need to remove the apparelstore extension (or don't run projectdata for it) and then provide your own data. You can check that extension also and see how the data is created, to use it as a guide, but also the ant modulegen should generate some impex file templates that you can use. Look in hybris/bin/ext-data/apparelstore/resources/apparelstore/import.
Finally, for your urls, please check the CMSSite url parameters, this are the urls that 'activate' the site for the given request. Also search for properties like website.{siteid}.http= & website.{siteid}.https= that you also need to update for everything to work fine.
I am working on Hybris and see that Facet Search option under System in Backoffice is not present but when I see in HMC I can see the Facet Search under System. Please see the images attached. Let me know why its not visible in Backoffice and how can I add that option to it. Is it a restriction for admin in backoffice or do i need to configure the widget in backoffice.
Basically admin user usually has no restriction.
So you should be able to see Facet Search folder just right after Personalization.
Please check that you have added all required solr extensions enabled in you localextensions.xml
solrfacetsearch
solrfacetsearchbackoffice
solrserver
And please execute ant updatesystem
In Hmc.xml we can do it but don't know how so, please give some examples and if any other ways are there to customise HMC please explain.
All the examples you need, you can find in the current system hmc.xml files. In general you can have a hmc.xml for each of your extensions and during build,they are all appended to the main hmc.xml. If you don't want to build and start the server every time, in your hmc->System->hmc configuration you can find the currently used xml and also can modify it and save. After that you are logged out and when you login again, you can see your changes. Here is some documentation Hybris Wiki
I'm using MIGX to aggregate info for product entries. By default, the MODX file browser opens to directory "Files", where I'd like it to open to "Files->assets->img->products". Do I need a snippet to do this, and what variable would I set? (Or better yet, where is this type of info to be found in the rtfm?)
Thanks much!
The proper way is to create a new media source, or use the default one, and change the default browse directory for that media source. You can then restrict a specific user group to the media source or let everyone use it by default.