Quote:
Originally Posted by balinor
Well it shows the options in the cart...but not the checkout, as it would take up a lot of room if you have multiple options. I haven't tried it, but you could try adding this code to that line:
Code:
{if $products[product].product_options ne ""}
{$lng.lbl_selected_options}:
{include file="modules/Product_Options/display_options.tpl" options=$products[product].product_options}
{/if}
|
this didnt seem to work. i didnt see any change in the cart display. no options anywhere to be seen.
i added the code you posted right after the
Code:
{$products[prod_num].product}
right?
any suggestions? would be great if customer could just see that option again to reassure them they added the right item they wanted. (with the right option selected). all my products would only have one option, which would be size (for clothing & shoes)
thank you.