I need to add in the product availability into the feed.
e.g. 'in stock' & 'available for order'
How would I go about calling this from the product?
I can call the price by using the following:
Code: Select all
<?php echo $product['price']; ?>
I have tried
Code: Select all
<?php echo $product['stock']; ?>

I only want to echo what is on the product page under availability.
Cheers
James