you need to manually enter the product ID's for the ones that have dynamic prices, you will need to look in the price table to find the ID that should be used.
for the other products, make sure it is not an id used by the database.
to display the quantity, you can use this code:
<?php echo DisplayInfo("Quantity"); ?>