I have the following code:
{$product.name}
This outputs all of our products, unfortunatly they are stored in the database as 'CompanyNameProductName
'.
I want to remove the string 'CompanyName
' from the string $product.name
How can I do this in PHP?