Does it's job
-
Works as advertised. Only issue I had was that the plugin is using a few shorthand php opening tags
<?
when it should be using<?php
.To users who see a wall of errors at the top of the page, try this:
Openname_price_wc_plugin.php
and change line 1 from<?
to<?php
Also opentemplates/single-product/price.php
and change line 52 from<? } ?>
to<?php } ?>
. If this doesn’t help simply change the version to something old (1.0) and update the plugin, it will revert it back to normal.To the developer: please use full tags, always. Other than that, this plugin is great.
- The topic ‘Does it's job’ is closed to new replies.