cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to enable Personalization Mode in the SmartEdit

Former Member
826

Hi

I've created users that have cxmanagerusergroup and associated them to the ContentCatalogs as per documenation. When I log in the smartEdit, I can't see the Personalization Mode. What could be missing?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

arvind-kumar_avinash
Active Contributor

Please make sure you have the following extensions in localextensions.xml:

 <extension name='previewpersonalizationweb' />
 <extension name='personalizationcmsweb' />
 <extension name='personalizationsmartedit' />
 <extension name='personalizationpromotionssmartedit' />
 <extension name='personalizationsampledataaddon' />
 <extension name='personalizationpromotionssampledataaddon' />
 <extension name='personalizationpromotions' />
 <extension name='personalizationpromotionsweb' />
 <extension name='personalizationservicesbackoffice' />
 <extension name='personalizationpromotionsbackoffice' />
 <extension name='personalizationcmsbackoffice' />
 <extension name='personalizationsearchbackoffice' />
 <extension name='personalizationsearchsmartedit' />
 <extension name='personalizationsearchweb' />
 <extension name='personalizationsearchsamplesaddon' />

In case these extensions are missing, please include them and perform ant clean all updatesystem.

Former Member
0 Likes

Hello

I didn't have previewpersonalizationweb but after adding it and reinitializing it worked. Thanks

Answers (0)