Product Option Select Box

Hello,

I want to change the PRODUCT OPTION DROP DOWN LIST.
This is the list that appear on product page if there are option.
I need to edit the TPL file that code the DROP DOWN LIST

Whare can i find that TPL file

I want to change disposition of text and price into the select list of options

Please help me

Thanks

dropdownlistoption.png

Please edit

design/themes/THEME/templates/views/products/components/product_options.tpl

Hello,

Has you can see in my screenshot I have PRICE and " " and EURO sign.
I want to remove " " but cannot find where in this product_options.tpl

Can you tell me where i can change that

Best regards

Try to replace

{$smarty.capture.modifier|strip_tags|replace:' ':''}
with

{$smarty.capture.modifier|strip_tags|replace:’ ‘:’’ nofilter}

Then clear cache and check