daramal Posted February 9, 2021 Report Share Posted February 9, 2021 Друзья, как правильно добавить по умолчанию к meta_title карточки товара свои символы/слова ? Большое спасибо! Quote Link to post Share on other sites
phukortsin Posted February 10, 2021 Report Share Posted February 10, 2021 Пробуйте в view/ProductView.php изменять строки $this->design->assign('meta_title', $product->meta_title); $this->design->assign('meta_keywords', $product->meta_keywords); $this->design->assign('meta_description', $product->meta_description); Quote Link to post Share on other sites
daramal Posted March 26, 2021 Author Report Share Posted March 26, 2021 On 2/10/2021 at 7:57 AM, phukortsin said: Пробуйте в view/ProductView.php изменять строки $this->design->assign('meta_title', $product->meta_title); Подскажите, пожалуйста, как изменить эту строку, что бы в title выводить какой-нибудь символ или слово? Попробовал так, но ничего не вышло: $this->design->assign('ᐈ'.'meta_title', $product->meta_title); Quote Link to post Share on other sites
phukortsin Posted March 26, 2021 Report Share Posted March 26, 2021 $this->design->assign('meta_title', 'ᐈ'.$product->meta_title); Quote Link to post Share on other sites
daramal Posted March 26, 2021 Author Report Share Posted March 26, 2021 6 minutes ago, phukortsin said: $this->design->assign('meta_title', 'ᐈ'.$product->meta_title); Большое спасибо. Работает отлично. А то я начал заморачиваться этой схемой: Сделал под Product. Тоже работает, но все же Ваш метод куда проще. Дуже дякую! Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.