Index: branches/5.2.x/units/product_options/product_options_tag_processor.php =================================================================== diff -u -N -r14258 -r14702 --- branches/5.2.x/units/product_options/product_options_tag_processor.php (.../product_options_tag_processor.php) (revision 14258) +++ branches/5.2.x/units/product_options/product_options_tag_processor.php (.../product_options_tag_processor.php) (revision 14702) @@ -1,6 +1,6 @@ Application->recallObject('kProductOptionsHelper'); $parsed = $opt_helper->ExplodeOptionValues($object->GetFieldValues()); - if (!$parsed) return; + if ( !$parsed ) { + return ''; + } + $values = $parsed['Values']; $conv_prices = $parsed['Prices']; $conv_price_types = $parsed['PriceTypes'];