$pageConfig->getTitle()->set('$'.$product->getFinalPrice().' - '.$product->getName().' Online at '.$url);
}
}
...
...
@@ -83,7 +84,8 @@ class ViewPlugin
$description=$product->getMetaDescription();
if(!$description){
$pageConfig->setDescription('Buy '.$product->getName().' Online at the Price of $'.$product->getFinalPrice().' at '.$this->urlInterface->getBaseUrl().'.'.' You Will Get the Best Service and Worldwide Free Shipping for Orders $69+.');
$pageConfig->setDescription('Buy '.$product->getName().' Online at the Price of $'.$product->getFinalPrice().' at '.$url.'.'.' You Will Get the Best Service and Worldwide Free Shipping for Orders $69+.');