I have installed the plugin and added my button code to item.php. I can see the button, but it doesn't do anything.
Looking at the help file, it reads this
How do I install the Offer Button plugin?
You have to edit your item.php file in your theme folder. Then add the following line <?php offer_button(); ?> anywhere you want the offer button to show up.
The first part "You have to edit your item.php file in your theme folder" suggests that I have to do something else as well as adding the button. Is this correct or is it just a case of adding the code <?php offer_button(); ?>
Please help, i'm not having much luck with plugins at the moment