php - Magento - Check if item has specific custom option or not in shopping cart
473
In my shopping cart page i need to be able to check if any added products have a particular custom option set on them - in this case a custom option called 'age_guide'.
If so i need to add a small disclaimer text line. How would i go about doing so?
Answer
Solution:
If your custom option set on a product is age_guide, then in your
around line 46
Use below code: