View Single Post
  #2  
Old 08-31-2016, 10:11 PM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: Remove / Edit meta description on cart page

You can change the text in the Translations section of your site back end - search for "default-meta-description" label.

However, this will change the text for all site pages except product/category/brand pages. If you want to change this text on the cart page only, you are to create a custom module that adds getMetaDescription() method to \XLite\Controller\Customer\Cart class and makes it return the text that you need. You can do it via CustomSkin module too (i.e. without creating a new custom module).
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote