I have a couple products at checkout that I need to be able to get all of the custom options that are selected for them through code.
Any help is much appreciated! <
Please note that
$product->hasCustomOptions()
in "Knowledge Craving"'s solution does always return false (at least in my case, Magento 1.6.2). Therefore the if-condition is never fulfilled and the block below is not executed.