View Single Post
  #5  
Old 01-27-2014, 01:03 PM
  Wazowski's Avatar 
Wazowski Wazowski is offline
 

Advanced Member
  
Join Date: Jan 2011
Posts: 51
 

Default Re: Pull Out Title and Description Information

Thank you for the answers guys. I▓ll be more specific. What I want to do is to include a product Title into its Meta Description (without deleting the description itself), for example:

Before:
Code:
<title>This is My Product</title> <meta name="description" content="Enjoy the highest quality products at our website." />

After:
Code:
<title>This is My Product</title> <meta name="description" content="This is My Product. Enjoy the highest quality products at our website." />


I see:
Code:
{get_title page_type=$meta_page_type page_id=$meta_page_id}
and
Code:
{meta type='description' page_type=$meta_page_type page_id=$meta_page_id}
What I can▓t get is how to separate them and include one into the other.
__________________
X-Cart version 4.5.5
Reply With Quote