Hi Team,
I am trying to understand the out of stock % for products in our ecommerce website. We have 2 shipping methods available (BOPS & S2H) on every product detail page and as per the store selected by the customer, on the PDP page, product availability will be shown.
Existing way of calculating OOS%:
We look at those hits where product view exists and if either of the shipping methods are unavailable, then we consider that hit as a OOS hit. Then we divide this with over all product view hits to calculate the OOS%.
What we want to achieve?
1. A customer wants the products to be delivered by BOPS
2. The customer visits the product detail page
3. Product is available for BOPS & not available for S2H
4. As per current calculation, this hit will be considered as a OOS hit as the product is not available for S2H
5. The customer adds the product to cart as it is available for BOPS
6. So this hit should not be considered as a OOS hit
we have an evar for each of the shipping methods availability on the product view hit. Can you please tell me what is the best way to achieve this.