In this post https://www.prestashop.com/forums/topic/209268-facebook-og-meta-image/ it says how to implement the og:image and it works fine.
I need the title and description to be customized and include the product price /old price and some translations from the product.tpl to the title or description. By default it uses the meta title and meta description. I tried to use
{$product->name}
{convertPrice price=$productPrice}
{if $productPriceWithoutReduction > $productPrice}{convertPrice price=$productPriceWithoutReduction}{/if} in the header.tpl but only the product name is displayed. Also tried to insert the meta og: tags to product.tpl without luck.
Is there an easy way to achieve this?