Hi.
I have changed the code in act_primary to try and generate the product descriptions in the meta description tag instead of doing each one manually as there are thousands of products.
This now produces 2,500 coding errors and nothing appears in the description tags - see code below.
Can you help please?
<head>
<title><actinic:block php="true" >echo strip_tags('<actinic:variable name="PageTitle" />');</actinic:block></title>
<meta name="description" content="<actinic:variable name="ProductDescription" />" />
Wayne.
I have changed the code in act_primary to try and generate the product descriptions in the meta description tag instead of doing each one manually as there are thousands of products.
This now produces 2,500 coding errors and nothing appears in the description tags - see code below.
Can you help please?
<head>
<title><actinic:block php="true" >echo strip_tags('<actinic:variable name="PageTitle" />');</actinic:block></title>
<meta name="description" content="<actinic:variable name="ProductDescription" />" />
Wayne.
Comment