Hello. In Vm I have the product name on the product detail page, as follows:
[code type="markup"]<h1 class="FlexibleProductDetailProductName"><?php echo $this->product->mf_name . ' ' . $this->product->product_name . ' ' . $this->product->product_mpn; ?></h1>[/code]
Now I need to pass the [code type="markup"]<title>[/code] in the same way. I am looking for right in /components/com_sh404sef/sef_ext/com_virtuemart.php ?
[code type="markup"]<h1 class="FlexibleProductDetailProductName"><?php echo $this->product->mf_name . ' ' . $this->product->product_name . ' ' . $this->product->product_mpn; ?></h1>[/code]
Now I need to pass the [code type="markup"]<title>[/code] in the same way. I am looking for right in /components/com_sh404sef/sef_ext/com_virtuemart.php ?