removing "customer reviews" tab

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Sun Jan 30, 2011 10:01 pm
hi,

I dont use this feature and customer review system is disabled in virtuemart front end configurations, but it is still visible on the product flypage, obviously it is empty and it doesnt look quite right.

please can you let me know how to remove or disable this tab?

many thanks
User avatar
Senior Boarder

GK User
Tue Feb 01, 2011 9:46 pm
so nobody to help? this is essentially a bug, as you know. if a feature is disabled then it should not be displayed.

Until you release a fix, please can you let us how to disable or remove this tab?

thanks
User avatar
Senior Boarder

teitbite
Wed Feb 02, 2011 4:52 am
Hi

Please show me Your site. An exact page You have this unwanted element.
User avatar
Moderator

GK User
Wed Feb 02, 2011 11:46 pm
hi,

please visit here. search for UC107

on this page I can see two issues;

#1 customer reviews tab: this feature has always been disabled in virtuemart settings, but appeared with the new template (overriding settings?)

#2 square line that surrounds previous/next products and print/pdf icons is not displayed correctly.

thank you..
User avatar
Senior Boarder

GK User
Thu Feb 03, 2011 12:00 am
alpertheidiot wrote:hi,
#1 customer reviews tab: this feature has always been disabled in virtuemart settings, but appeared with the new template (overriding settings?)

I will check if this is working properly.
#2 square line that surrounds previous/next products and print/pdf icons is not displayed correctly.

From template directory, please try adding this line on ../css/vm/vm.css
Code: Select all
#vmMainPage .vmMainPage2 {overflow: hidden}


Cheers
User avatar
Platinum Boarder

GK User
Thu Feb 03, 2011 1:00 am
alpertheidiot wrote:hi,
#1 customer reviews tab: this feature has always been disabled in virtuemart settings, but appeared with the new template (overriding settings?)


Actually it is working well, because reviews or review form are not being displayed inside tab content... but tab is still being shown.
The easier way, for now, is to open this file:

../components/com_virtuemart/themes/default/templates/product_details/flypage.tpl and replace this line:
Code: Select all
 <li><span><?php echo $VM_LANG->_('PHPSHOP_REVIEWS') ?></span></li>

with this one:
Code: Select all
 <li id="tabreview"><span><?php echo $VM_LANG->_('PHPSHOP_REVIEWS') ?></span></li>


Them add this line on ../css/vm/vm.css located on template directory:

Code: Select all
#vmMainPage ul#gk_product_tabs li#tabreview {display: none;}


It does the job, but i'm sure our programmer will manage easier way.

Cheers ;)
User avatar
Platinum Boarder

GK User
Thu Feb 03, 2011 1:15 am
that works, many thanks!!
User avatar
Senior Boarder


cron