AW: Excluding with search constraint.

2019-02-28 Thread Ingo Wolfmayr
So far I restricted it to the getCount* methods in ProductSearchSessions. For example getCountForProductCategory. If I remove those the result is correct. I use the "LayeredNavigation" from ecommerce plugin. I added: ProductSearchSession.searchAddConstraint(new

Re: Excluding with search constraint.

2019-02-28 Thread Rishi Solanki
Can you please share the search context and query conditions passed in query. You can obtain it from ProductSearch class. -- Rishi Solanki Sr Manager, Enterprise Software Development HotWax Systems Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxsystems.com www.hotwax.co On Thu, Feb 28, 2019

Re: Web analytics

2019-02-28 Thread Aditya Sharma
For ecommerce plugin, You can use WebAnalyticsConfig entity. Refer data in applications/datamodel/data/demo/OrderDemoData.xml:282 and plugins/ecommerce/template/includes/HeaderHead.ftl:112 or You can directly add the snippet in header file plugins/ecommerce/template/includes/HeaderHead.ftl

Re: Web analytics

2019-02-28 Thread Aditya Sharma
Refer https://developer.matomo.org/guides/tracking-javascript-guide Thanks and Regards, *Aditya Sharma* | Enterprise Software Engineer HotWax Systems Plot no. 80, Scheme no. 78 Part 2, Near Brilliant Convention Center, Indore, M.P 452010 Linkedin: *Aditya Sharma*

Re: Web analytics

2019-02-28 Thread Wolfgang Paul Rauchholz
I installed Matomo. Would you please tell me which files I have to add the JavaScript Tracking Code to track the traffic on the ecommercie pages? Thank you, Wolfgang On Thu, 2019-02-28 at 10:46 +0530, Aditya Sharma wrote: > Hi Wolfgang, > > For OFBiz OOTB tracking. You can enable server

Excluding with search constraint.

2019-02-28 Thread Ingo Wolfmayr
Hi everybody, I am trying to exclude products from search result by using a search constraint. (LayeredNavigation.groovy) ProductSearchSession.searchAddConstraint(new ProductSearch.FeatureConstraint("21952", true), session); // ProductSearch.FeatureConstraint(productFeatureId, exclude) It

Re: Web analytics

2019-02-28 Thread Wolfgang Paul Rauchholz
Thank you for responses. Wolfgang On Thu, 2019-02-28 at 10:46 +0530, Aditya Sharma wrote: > Hi Wolfgang, > > For OFBiz OOTB tracking. You can enable server stats in OFBiz from > serverstats.properties file. Refer to this [1] document > Refer Visit and ServerHit entities. These visits can be