E-Marketing Spots do not appear on storefront after Migrating to WCS v7
When you are working on WebSphere Commerce v7 migration, sometimes you may face this issue, the webactivity created for cross sells doesn’t appear at all on the store front. This is due to entry present in config file. You will have to edit this file to make it working.
After migration of both Application and the Database you have to make following changes to the configuration file.
In wc-server.xml, find an entry for
<Marketing version=”Dialog“/>
And change it to
<Marketing version=”Classic“/>
On v6, wc-server.xml doesn’t have an entry for the element .
Note: This is when you are not using Management center marketing tool. If you are using management center, you may need to revert the changes, refer to the following link also. (https://www-304.ibm.com/support/docview.wss?uid=swg21445625)
-Raghavendra Shanthappa
Kamren said,
July 20, 2011 at 8:45 am
I found just what I was needed, and it was entertiainng!