Skip to content

Instantly share code, notes, and snippets.

@geoffyuen
Last active June 3, 2019 14:11
Show Gist options
  • Select an option

  • Save geoffyuen/e15e100be4aeca825a96c7741c8342bc to your computer and use it in GitHub Desktop.

Select an option

Save geoffyuen/e15e100be4aeca825a96c7741c8342bc to your computer and use it in GitHub Desktop.
Handy WooCommerce

Handy WooCommerce

Taxes

Free USA Tax Tables from Avalara

Needs email address

https://www.avalara.com/taxrates/en/download-tax-tables.html

Convert tables from Avalara to WooCommerce

https://craftentrepreneur.com/tax-rates-csv-converter/

Delete all tax rates

WC > Status > Tools tab > Delete ALL rax rates button

Timber and plugins

List actions in a hook (not limited to WooCommerce)

Using Timber:

Add $wp_filter to your context

global $wp_filter;
$context['wp_filter'] = $wp_filter;

Dump the hook in your twig template

{{ dump(wp_filter.woocommerce_single_product_summary.callbacks) }}

References

Plugins gotchas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment