Its probably that there isn't a shipping price for the item. you would need to check that the div with class = 'shipping_block' exists
if (shipping_block != null)
{
}
Lee
Its probably that there isn't a shipping price for the item. you would need to check that the div with class = 'shipping_block' exists
if (shipping_block != null)
{
}
Lee