I m using this liquid code {{ product.selected_or_first_available_variant.compare_at_price }} to get the compared price of the product.
It is showing when customers are not logged In https://prnt.sc/a5Sw9ksXfow5
However, if customers are logged In the compared price is blank, and this code {{ product.selected_or_first_available_variant.compare_at_price }} gets 0 as compared price.
I need to way to get compared price of the product so that I can show compared price on frontend and cross out it to show the wholesale price after that.
Please let me know if there is any way out of this.
Thanks! in advance.

