Hi
Thank you for the video screenshot again. Really appreciate it.
Let me explain:
Our plugin is a dynamic discount plugin. It runs based on the rules and applies the discount to the price elements on the fly.
However, when google indexes it, it just crawls the meta/schema tags where the price is set. A static variable.
For example: if you set a rule like:
Buy 3 quantity of product A, get 10% discount
This rule becomes true only when a customer adds 3 quantities.
If the Product A’s price is $10, it becomes $9 only when 3 quantities are added.
This discount is applied on the fly
However, the meta / schema tags (which google crawls) will only reflect the product price set at the backend… Example: regular price or sale price.
So the meta / schema will have the price as $10 and google bot will index it as $10.
We do not save the discounted price of the product in the price fields like a Regular or Sale price field. We apply the discount on the fly.
So I am afraid this might be possible with our plugin as it is a dynamic pricing discount plugin. I am so sorry.
I really appreciate the video screencast and all the support.
Thanks