I enabled the google base feed and I would like that it takes only in stock products to the feed....
I looked into the code
Code: Select all
$output .= '<g:availability><![CDATA[' . ($product['quantity'] ? 'in stock' : 'out of stock') . ']]></g:availability>';
Thank you very much!