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

smartedit not working for b2b_b2c_acc_oms recipies

0 Likes
577

Smart edit is not working in particular recipies b2b_b2c_acc_oms in 6.7 version after including all the extensions and also did smarteditaddon installation

Accepted Solutions (0)

Answers (4)

Answers (4)

Please stdding more information in your questions. "Not working" is a not nearly enough information.

Steps: 1. Install recipe 2. Install addon (for each storefront) 3. Check config; you should have the following extensions in "localextensions.xml"

 <extension name="smarteditaddon"/>
 <extension name="smarteditwebservices"/>
 <extension name="cmssmartedit"/>
 <extension name="cmswebservices"/>
 <extension name="smartedit"/>
 <extension name="cmssmarteditwebservices"/>
 <extension name="npmtestancillary"/>
 <extension name="permissionswebservices"/>

  1. Check configuration in the smartedit addon (project.properties), it have an entry for adding spring beans to the storefront.

  2. clean, build, start server

  3. Initialize or update data. If it fails because you are using MySQL on mac or something, fix it

  4. Make sure you are using a user with the correct access levels. Admin does not have correct catalog access by default.

Common errors:

The "login" screen does not show: This can be caused by any custom error (when using recipe only you wont have any). This can also be caused by an internal routing issue. Make sure to add your local server name to the .hosts file in order to loopback (smarteditwebservices uses internal routing .... SAP - please fix!!)

The addon does not apply (only preview mode works): This is caused by the addon not being propertly installed. If using version controll, consider moving the config from smartedit addon to your storefront.

PS: SAP - Please do some work on this editor!

VinayKumarS
Active Contributor
0 Likes

i am not sure how you added the recipe. there are multiple entries needs to be done.

Step1:

    extName 'smarteditaddon'
     extName 'smarteditwebservices'
   etc

Step2:

pl.project.addons { names "b2bacceleratoraddon,commerceorgaddon,commerceorgsamplesaddon,promotionenginesamplesaddon,textfieldconfiguratortemplateaddon,smarteditaddon," + "assistedservicestorefront,customerticketingaddon,orderselfserviceaddon,adaptivesearchsamplesaddon,pcmbackofficesamplesaddon,personalizationsearchsamplesaddon" template "yacceleratorstorefront" storeFronts "yb2bacceleratorstorefront" platform pl }

Former Member
0 Likes

After installing smarteditaddon if you dint do system update/Initialization then do it it will work

VinayKumarS
Active Contributor
0 Likes

Hi Bhuvaneshwari,

I didnt find the b2b_b2c_acc_oms recipe in the hybris 6.7. But once you install then you can apply smarteditaddon explicitly.

I checked b2c_b2b_acc_oms recipe i dont see smartedit addon is added in that. i prefer you to install this add on explicitly.

0 Likes

Yes,b2c_b2b_acc_oms recipe only but i add the smarteditaddon explicitly then also it didnt work properly. You have any other solution. Thanks

Ask a Question