Greetings;

I have made a new field on the site that is called "reversible" what i would like it to do is that when this field has "Yes" in it, it will show an image on the product page.

The field works very well, it works in the admin section and alike, however i am just trying to get it to show up on the product page, can someone tell me what i have done wrong on this.

tpl_product_info_display.php

<?php if($product_info->fields['products_reversible'] ='Yes') { ?> <div id="reversibleIcon"></div> <?php } ?>
Thanks