Quote Originally Posted by D9Studios View Post
I tried using the search function but couldn't find an answer. I'm using the latest version of Zen Cart and my shop can be found here: http://d9s.co/shop

The trouble I'm having is that I'm using the CSS button mod (found here) and while the Vote! button works fine, the other button shows up as "PM_GOTO_RESULT". I'm not sure who's mod to ask this on but I need to know what I need to edit to make "PM_GOTO_RESULT" say "See Results" or something like that.

Thank you for any help and for this wonderful mod. :)
Hi,

You truly found a bug in PM. A language constant is defined in the wrong place.
To correct this:

Add the line:
define('PM_GOTO_RESULT', 'All poll results');
to the file: /includes/languages/english/extra_definitions/poll_box.php

Be sure to add it BEFORE the line that contains ?>.

You also may remove the same line from the file: /includes/languages/english/poll_overview.php
But this is not absolutely necessary.

Furthermore I noticed that the radio buttons and the text of the poll options are very close to eachother. You may use the fix mentioned earlier (changing the percentages) to correct this.

Boudewijn