Jump to content

xml feed


Recommended Posts

Hallo I try to generate xml feed with stucture:

'.str_replace("&", "&", $row['name']).'
'.str_replace("&", "&",strip_tags($row['description_short'])).'
'.$shopUrl.''.$row['link'].'
'.$shopUrl.'/img/p/'.$row['id_product'].'-'.$img['id_image'].'.jpg
'.($row['price']*1).'
0
';
}
echo '';
?>



but it doesn't work and generate incorrect adress in element It should be http://domain.com/category/item but it generates http://domain.comhttp://domain.com/category/item. Can you please help me anyway? What make I wrong?
Feed address is feed
I use PS 1.4.1
Thank You.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...