JanaMala Posted July 10, 2011 Share Posted July 10, 2011 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 feedI use PS 1.4.1Thank You. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now