VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: encreplus on January 28, 2016, 15:11:01 PM

Title: Meta
Post by: encreplus on January 28, 2016, 15:11:01 PM
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
Title: Re: Meta
Post by: GJC Web Design on January 28, 2016, 18:10:59 PM
the view.html.php of every view
Title: Re: Meta
Post by: encreplus on January 28, 2016, 19:54:42 PM
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 ???
Title: Re: Meta
Post by: encreplus on January 28, 2016, 23:27:38 PM
I got it ...

I did add between the two ... . " " . and it works ;)