Bond323
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Shipping tax calculation issueHello,
That is a possibility, if i set it like that you must give the shipping a fixed tax rate which is the same in all cases. But the problem is that the tax rate must be variable:
When you have in cart:
1x 6% tax product -> shipping tax rate must be 6%
or
1x 21% tax product -> shipping tax rate must be 21%Or when you have 2 products with different tax rates in your cart, the highest percentage tax must be applied to the shipping cost:
1x 6% tax product + 1x 21% tax product in cart -> shipping tax rate must be 21%Please also read this woocommerce thread, where user “mcombuechen” also explains the exact same issue:
https://github.com/woocommerce/woocommerce/issues/9320
In this thread there is no solution.
Bump
Anyone?
Hello Bill,
Right now i have the following shortcode:
[display-posts include_excerpt=”true” image_size=”thumbnail” wrapper=”div” category=”evenementen” meta_key=”datum_evenement” orderby=”meta_value_num” order=”ASC”]
Where “datum_evenement” is the name of the ACF datepicker field. When i view the page, it looks like display posts shortcode is sorting the posts, but it sorts on the day number only, and not the entire date that is filled in. For example there are 3 posts with the following dates:
1. 25-12-2016
2. 12-02-2017
3. 19-11-2017It should sort like this: 1-2-3. But now it sorts like this: 2-3-1, it sorts the number of the day: 12 19 25. How can i fix this?
I already figured it out. this topic can be closed.
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Required fields inside a groupHello Jules,
I’ve updated the plugin to the latest version, and now it works again, thanks!
Forum: Plugins
In reply to: [Collapse-O-Matic] Content opens expandedCan i email the link to you? because i don’t want to post my websites in the open. I use placed the code in TEXT mode and i’ve added the maptastic class to the shortcode, but still no effect.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Custom logo uploaden werkt nietthanks for the answer. I reduced my logo to 25kb, and it’s working now! perfect!
Forum: Plugins
In reply to: [Invoices for WooCommerce] Custom logo uploaden werkt nietHello,
The plugin works good, except the custom logo upload function. When i upload a logo from my computer, and i save it, it says that there is no logo uploaded.
What is going wrong?