What for is rcbp_price_in_cart_recalculated meta?
-
Hello,
thank you for this plugin, we have one issue there is some
rcbp_price_in_cart_recalculated
created in/src/Services/ProductPricingService.php
and then it will display incorrect prices all over the eshop for all customers.It will happen when we have custom price for the role and then someone with that role will put this product into the cart, then the cart item has correct price, but the product on eshop has wrong price, so basically only the first user only once can buy this product and everyone else will after then see original product price and not that role based price because of that
rcbp_price_in_cart_recalculated
created in database…When I comment out this line with
$cartItem['data']->add_meta_data( 'rcbp_price_in_cart_recalculated', 'yes' );
then everything works fine. Well… I need to delete all thatrcbp_price_in_cart_recalculated
metas in DB firstly ofc.Can you please explain the purpose of that meta or investigate this deeper? I think many other support threads are referring similar problems and I saw also some bad reviews probably because of this.
Thanks.
- You must be logged in to reply to this topic.