We are trying to create a selling plan and assign it a product variant in our shop. We are following the same steps to achieve the same result i.e., while placing the order we will be seeing all the plans what we have created with the help of “sellingPlanGroupCreate” mutation.
We are following the steps mentioned below:
- Create a selling plan group with the help of “sellingPlanGroupCreate”.
- Associate the selling plan group to a product with the help of “sellingPlanGroupAddProductVariants” mutation.
But after doing the same steps we are having different results in both our stores as follows:
- In one store we are seeing all the selling plan options while viewing the product.
- In another store, here we are not able to view any of the selling plans, despite of setting it from backend and we can see it from the admin panel as well but not reflecting anything in the UI.
But while we are using any 3rd party app in any of our store, those options are getting visible for both the stores. Screenshots are given below,





