jonny1985 Posted December 18, 2012 Share Posted December 18, 2012 Hola, A ver si algún entendido puede ayudarme. Utilizo el módulo de google shopping de Igwane y todo bien, pero me gustaría que aunque tuviera stock 0 de algún artículo en el fichero xml que se genera si pusiera que está disponible. He intentado modificar esta parte: // Quantité et disponibilité if(Configuration::get('QUANTITY') == 1) { if ($product['quantity'] != '' && $product['quantity'] != '0') { $xml_googleshopping .= '<g:quantity>'.$product['quantity'].'</g:quantity>'."\n"; $xml_googleshopping .= '<g:availability>in stock</g:availability>'."\n"; } else{ $xml_googleshopping .= '<g:quantity>0</g:quantity>'."\n"; $xml_googleshopping .= '<g:availability>out of stock</g:availability>'."\n"; } } pero a la que lo modifico me salta un error que dice: El siguiente módulo(s) no se pudo cargar: googleshopping (parse error en /modules/googleshopping/googleshopping.php) googleshopping (la clase que falta en /modules/googleshopping/googleshopping.php) Alguna idea?¿ Link to comment Share on other sites More sharing options...
Recommended Posts