• In the code, in marketpress.php function tax_price( $format = false, $cart = false ) {
    Should
    if (!isset($meta[‘country’])) {
    $meta[‘country’] = ”;
    }

    actually be
    if (!isset($meta[‘country’])) {
    $meta[‘country’] = $this->get_setting(‘base_country’);
    }

    My fix, fixes my empty tag bug.

    https://wordpress.org/plugins/wordpress-ecommerce/

Viewing 1 replies (of 1 total)
  • Plugin Author Bojan Radonic – WPMU DEV Support

    (@wpmudev-support4)

    Hey there MMDeveloper,

    Hope you’re well today!

    I’ll forward this to our plugin developer so he can take a look. Thank you for taking your time to post this 🙂

    Best regards,
    Bojan

Viewing 1 replies (of 1 total)
  • The topic ‘Technical Code Question’ is closed to new replies.