When using the code below…. CT displays the {option_value} just fine… but when it tries to display the {option_name} it literally displays “{option_name}” and NOT the name of the option.
Please advise.
{exp:cartthrob:cart_items_info}
<tr>
<td>{title}</td>
<td align="center">
{exp:cartthrob:item_options row_id="{row_id}" entry_id="{entry_id}" }
{option_value}
</td>
<td align="center">
{option_name}
{/exp:cartthrob:item_options}</td>
<td align="center">{quantity}</td>
<td align="center">{product_price}</td>
<td align="right">{item_subtotal}</td>
</tr>
{/exp:cartthrob:cart_items_info}
