0.51 ve 0.52 versiyonlarında tab görüntülenmiyorsa aşağıdaki değişiklik ile sorun çözülüyor
wp-content/themes/default/product_info.php dosyasını aç
satır 97 deki şu kısmı
if(is_array($ap)){ if(in_array('themeroller/theme.php', $ap)){require('wp-content/plugins/themeroller/page_head.php');}}else{ ?>
aşağıdaki gibi değiştir
if(in_array('themeroller/theme.php', $ap)){require('wp-content/plugins/themeroller/page_head.php');}else{ ?>