Adding the gem shows the volume pricing interface for the product. Then the discount is shown on the product page using the partial:
<%= render partial: 'spree/products/volume_pricing', locals: { product: @Product } %>
However the discounted price is not shown in the basket.
Is there something extra I have to do to get it working for Solidus 4.4. ?