Hiding the Widget

You can hide the product rating widget only by editing the panel.ini configuration file.

To hide the product rating widget:

  1. Open the configuration file %plesk_dir%\admin\conf\panel.ini. If the file does not exist, create it.
  2. Place the following lines in the file and save it:

    [rating]

    enabled=false

 

If you do not want to hide the form but only want to change the period of time after which the form is shown to the administrator, add the following lines to the file:

[rating]

enabled=true

showAfterDays=60

The showAfterDays parameter sets the number of days after which you want the widget to be displayed.

To undo the change and return to the default values, remove these lines from panel.ini.