david101design
Forum Replies Created
-
I see. No problem. Thanks.
@cecarmona Updated now. All good so far. Thanks.
This seems to work as a fix:
/wp-content/plugins/nextgen-gallery/src/DataMapper/WPPostDriver.php, alter line 418:
$query = new \WP_Query( [ ‘datamapper’ => true, ‘fields’ => ‘*’ ] );
This seem to work for me:
/wp-content/plugins/nextgen-gallery/src/DataMapper/WPPostDriver.php, alter line 418:
$query = new \WP_Query( [ ‘datamapper’ => true, ‘fields’ => ‘*’ ] );
Looking at the WP Query class, it defaults to ‘all’ if fields is empty.
v4.5.2 is triggering it here occasionally:
wp-content/plugins/geo-my-wp/plugins/posts-locator/loader.php:64
Forum: Plugins
In reply to: [WooCommerce] Tax and coupons issueI am also experiencing something similar:
Taxes are entered inclusive.
Selling to two countries.
Only one country has a tax rate.
It correctly includes or omits the taxable amount when switching addresses at checkout.
However using a coupon causes it to apply the tax on the non-taxable country. I suspect it is because the coupon grants free shipping, but the non-taxable country does not have a free shipping option (intentionally).Thanks.
- This reply was modified 1 year, 8 months ago by david101design.