Make voting accessible to visitors
-
Hello!
First I want to say, you’ve done a good work and I felt in love with this your plugin on first sight. It blends perfectly with my site.
The only question is how I can enable voting for visitors. I tried editing the wc.php and comment `if (!is_user_logged_in()) {
$messageArray[‘message’] = $this->wc_options->wc_options_serialized->wc_phrases[‘wc_login_to_vote’];
echo json_encode($messageArray);
exit();
}`
but it didn’t work. I don’t want to mess with the plugin, so I would be very thankful if you could provide a workaround.
Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Make voting accessible to visitors’ is closed to new replies.