leono77
Forum Replies Created
-
Forum: Plugins
In reply to: [MyParcel] Checkout bugs after update woocommerce 3.5.1. en Myparcel 3.0.4Hi. Same issue here. Clients are calling..!
This is a strange order:
E-mailadres *
Straat * Nr. * Toev. (optioneel)
Voornaam * Achternaam *
Bedrijfsnaam
Land *
Postcode *
Plaats *
Telefoon (optioneel)it should be:
Bedrijfsnaam (optioneel)
Voornaam * Achternaam *
Straat * Nr. * Toev. (optioneel)
Postcode *
Plaats *
Land *
E-mailadres *
Telefoon (optioneel)Same error here as well, with Wordfence Premium. It appears to be in almost all cached pages (with wp-rocket)
/wp-content/cache/wp-rocket/domainname.com/blog/index-https.html
Bad URL: http://www.google-analytics.com/analytics.js’,’ga
File Type: Not a core, theme or plugin file.
Issue First Detected: 3 hours 45 mins ago.De Changelog wil ik ook graag zien!
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Tax NamesHi,
Thanks for this solution. I have two additional questions:
Do i place this code in functions.php of my child theme?
I need to slightly adjust the code:
My tax names in Woocommerce are ‘BTW Hoog‘ and ‘BTW Laag‘. So they contain a whitespace.What code do i need to use for BTW Hoog? For example here:
var $gst_tax = 0;
var $hst_tax = 0;because simply replacing ‘gst’ by ‘BTW Hoog’ does not work:
var $BTW Hoog_tax = 0;
var $BTW Laag = 0;I have two tax rates and i want to export each in a separate column.
Thank you in advance.