PDA

View Full Version : product option details



web9000
March 13th, 2003, 07:49 PM
i am using product options with text input fields

the "instruction" shows as a link and creates a pop-up window when clicked

what is the file to edit the pop-up window?

it is blank and i want to display the option description here

not the pop-up in the checkout page

the one on the product detail page where you select, or in this case "fill in" your options

Jamie
March 15th, 2003, 01:30 AM
Hi,


what is the file to edit the pop-up window?
The template you need is "product_option_details.php".
If you want the text in the Description field of the product option to show up on that popup, you should add this to the template:

<?=$Master_Option['Description']?>

Thanks,
Jamie