1- Open search_list.php in you theme folder
2- Search this 2 lines:
<a href="<?php echo osc_item_url() ; ?>"
3- Add target="_blank" link this:
< a target="_blank" href="<?php echo osc_item_url() ; ?>"
4- Search this 2 lines:
<a href="<?php echo osc_premium_url() ; ?>"
5- Add target="_blank" link this:
< a target="_blank" href="<?php echo osc_premium_url() ; ?>""
6- Save.
Finish.
2- Search this 2 lines:
<a href="<?php echo osc_item_url() ; ?>"
3- Add target="_blank" link this:
< a target="_blank" href="<?php echo osc_item_url() ; ?>"
4- Search this 2 lines:
<a href="<?php echo osc_premium_url() ; ?>"
5- Add target="_blank" link this:
< a target="_blank" href="<?php echo osc_premium_url() ; ?>""
6- Save.
Finish.