divisl Posted January 24, 2011 Share Posted January 24, 2011 Zdravím,existuje nějaký rozumný způsob jak vygenerovat XML feed v jiné měně konkr. v EURO když je obchod v Kč ?LD Link to comment Share on other sites More sharing options...
divisl Posted January 24, 2011 Author Share Posted January 24, 2011 Dočasné, ale funkční řešení. '.str_replace("&", "&", $row['name']).' '.str_replace("&", "&",strip_tags($row['description_short'])).' '.$row['link'].' '.$shopUrl.'/img/p/'.$row['id_product'].'-'.$img['id_image'].'.jpg '.round($row['price_tax_exc']*0.041,2).' '.round($row['price_tax_exc']*1.2*0.041,2).' 0 ';}echo ''; 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