I'm very new to PHP and i'm trying to add what i think is simple code to display a message in the product descriptions within a single category. I have tried the code below but it's not working
<?php
if ($category['category_id'] == "88" ) {
echo "Free Delivery";
}
?>
You can probably tell i have no idea your help would be much appreciated thanks
