andel Posted November 24, 2009 Share Posted November 24, 2009 Zdravím, podle starší diskuze jsem vytvořil následující soubor .php<?phpinclude(dirname(__FILE__).'/../config/config.inc.php'); // cesta k vasemu config souboru$p=Product::getProducts(3, 0, 0, 'id_product', 'desc', false); // cislo 3 je id ceskeho jazyka v databazi$products=Product::getProductsProperties(3, $p); // cislo 3 je id ceskeho jazyka v databaziheader("Content-Type: text/xml");echo '<?xml version="1.0" encoding="utf-8"?>';foreach ($products as $row) {$img=Product::getCover($row['id_product']);echo ''.strtr($row['name'], "&", "&").''.strtr(strip_tags($row['description_short']), "&", "&").'http://www.morsky-rybolov.cz'.$row['link'].'http://www.morsky-rybolov.cz/img/p/'.$row['id_product'].'-'.$img['id_image'].'.jpg'.($row['price']*1).'0';}echo '';?> Uložil jsem ho a cestu zadal do zbozi.czhttp://www.morsky-rybolov.cz/xml/xml_zbozi.phpPřesto při vyhledávání se produkty nenajdou??Poradí někdo jaká je chyba v souboru xml_zbozi.phpDíky Link to comment Share on other sites More sharing options...
JAKCRABBIT Posted November 24, 2009 Share Posted November 24, 2009 Kdy si xml feed zaregistroval? Link to comment Share on other sites More sharing options...
andel Posted November 24, 2009 Author Share Posted November 24, 2009 Včera, dnes mi přišly přístupové údaje a v administraci je již i historie zpracování feedu vše ok. Link to comment Share on other sites More sharing options...
JAKCRABBIT Posted November 24, 2009 Share Posted November 24, 2009 Tím pádem poslat dotaz na zbozi.cz, kde může být chyba. XML je v pořádku. Načtení feedu se provádí do 24hodin od registrace, ale pokud ti napsali, že ke zpracování již došlo, je to divné. Link to comment Share on other sites More sharing options...
andel Posted November 24, 2009 Author Share Posted November 24, 2009 Dotaz jsem poslal. Nebyl jsem si jistý jestli je feed ok. Dám vědet jak to dopadlo. Díky 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