on ‎2015 Jun 13 8:07 PM
Request clarification before answering.
In case your project is not using BTG, you can try disabling this feature via these steps:
1) In local.properties add storefront.btg.enabled=false
2) In spring-filter-config.xml comment out these filters:
<ref bean="refererHeaderBtgFilter"/>
<ref bean="requestParamsBtgFilter"/>
<ref bean="productVisitedBtgFilter"/>
<ref bean="categoryVisitedBtgFilter"/>
<ref bean="btgSegmentFilter"/>
3) In spring-mvc-config.xml comment out:
<bean class="com.napa.storefront.interceptors.beforeview.BtgPageVisitedPublisherBeforeViewHandler" />
<bean class="com.napa.storefront.interceptors.beforeview.BtgSegmentBeforeViewHandler">
<property name="btgSegmentStrategy" ref="btgSegmentStrategy" />
</bean>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.