Good day
In witch file will i find the <meta name="description" and all meta tags ...
I need to do some customization for VM ...
Stefan
the view.html.php of every view
thanks :)
Little question :
i have done this : $document->setMetaData('title', $product->product_name . $product->prices['salesPrice']);
Im trying to get the pricing added at the end of the title ... but dont work ... if i remove the product name i have the price as result ...
How can i combine both ???
I got it ...
I did add between the two ... . " " . and it works ;)