Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Bobbie Wilson

    (@poldira)

    Hi Ted,

    There are no options to add it, installing the plugin will add the checkbox and input to the checkout form. If the Tax ID is input, then it’s recorded in the meta for the order found in the dashboard display.

    If you reply with the URL of your site, I’ll take a look.

    Thanks,
    Bobbie

    Hi Bobbie,

    I’m having a similar issue. Basically I’ve activated the plugin and I’m not seeing the tax exemption field upon checkout. Not sure what the issue is, but the site is dev.sciencetakeout.com if you have any idea why it wouldn’t show up immediately, please let me know.

    Plugin Author Bobbie Wilson

    (@poldira)

    So sorry about that. I double checked the code in the repository and it didn’t contain a previous fix. Updated and you should receive an update message to version 1.1

    Great thank you so much Bobbie, it works like a charm now!

    Bobbie,
    The plugin is causing the Order Details page to not fully load. It only displays up to the point where the tax info is added after the billing details. I was able to fix it by changing the line 62 in the simple-tax-exemption.php file from:

    echo '<p><strong>'.__('Tax Exempt ID').':</strong> ' . $order->order_custom_fields['Tax Exempt ID'][0] . '</p>';
    to:
    echo '<p><strong>' . __('Tax Exempt ID') . ':</strong> ' . get_post_meta( $order->id, 'Tax Exempt ID', true ) . '</p>';

    Ellis Road Press

    Plugin Author Bobbie Wilson

    (@poldira)

    Hi Richard,

    Would you please create a new topic for this?

    I appreciate that you included code, but I’d like more information to be able to investigate further.

    Are you using a Woo Theme with Woo Commerce? Custom theme? What version of WP are you running? Version of Woo Commerce?

    Thanks,
    Bobbie

    Bobbie,
    I’ve just installed this plugin and I don’t see it at the Checkout page…I am running WP 3.9.1.

    What we need is the ability for our customers to check off that they are tax exempt, and maybe even have the ability to enter their Exemption Number. We use Avalara AvaTax and we need it to be able to sync with that. Avatax told me to contact you to see if it could sync with their system. Please let me know what else you need from me! Many thanks!

    Plugin Author Bobbie Wilson

    (@poldira)

    Hi Trisha,

    Please confirm that you are also using the latest WooCommerce and the latest version of my plugin. I made changes to it recently when WooCommerce made a slight enhancement to the checkout page. Also, if you have a URL I could look at to check everything out, that would be helpful.

    Would you please contact me by email: poldira@gmail.com to discuss your AvaTax needs?

    Thanks,
    Bobbie

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Not working’ is closed to new replies.