Hi All!
I need custom 'Product's Options Text' for a specific product info page so that the Product's Option Text will be different then the default (Please Choose:)
i.e the product info page is:
http://mysite.com/index.php?main_pag...products_id=80
I need to change 'Please Choose' to 'Please type:' specifically for that product info page only, while other product info page remain the same (default 'Please Choose').
How can I add the correct IF statement in the tpl_modules_attributes.php ?
<?php if ($zv_display_select_option > 0) { ?>
<h3 id="attribsOptionsText"><?php echo TEXT_PRODUCT_OPTIONS; ?></h3>
<?php } ?>
Thanks so much!






Bookmarks