Dear Marc
@moND0711
I see that you can create your own suffix to display 'after' the price within > Woocommerce > Settings > Tax > Price display suffix
"Define text to show after your product prices. This could be, for example, "inc. Vat" to explain your pricing. You can also have prices substituted here using one of the following: {price_including_tax}, {price_excluding_tax}."
Screen Shot 2021-09-21 at 10.59.24 AM.png
However this is not the setting that you have used, i am still myself learning all the functions - could you send me in the right direction as to what settings you used? 🔍
If we cannot find any options you could always use some code, but i would advise against this until necessary - it may have some unforeseen bugs when testing:
jQuery('.legal-price-info').each(function() {
jQuery(this).insertAfter(jQuery(this).parent().find('.woocommerce-product-details__short-description'));
});
Gives me this result:
Screen Shot 2021-09-21 at 11.05.45 AM.png
Talk soon Marc & best wishes 🏖
Richard