I would copy the mobile pages from the standard electronics b2c site to the mobile pages of my hybris site. How can I do this? With impex or directly in the cmscockpit? Thank you
If you just want to play around and want to test something the "quick-and-dirty"-way you can use the cms cockpit. (not recommended)
In our project we use only impex files for cms stuff. The main reasons for this approach are:
Take care about the location of the impex files since hybris relies heavily on conventions regarding locations and naming. So make sure that the file is in the correct directory.
Hint 1: You can use the cms cockpit to search and verify the pages you created via impex file.
Hint 2: You can execute impex Statements directly in the hybris administration console (hac). Your changes are of immediate effect and you do not have to initialize the system after changing the content of the impex file. This will save you a lot of time.
Navigate to hac -> Console -> ImpEx Import and paste your impex statemts into the textarea. Do not forget to paste also the variable declarations.
If they are correct copy them to the impex file and save it to persist your work.