Dagaloni
Forum Replies Created
-
Forum: Reviews
In reply to: [Admin and Site Enhancements (ASE)] Replaced 6 plugins with thisSVG, disable comments, media replace, classic editor, head and footer scripts, and post-duplications.
- This reply was modified 1 year, 5 months ago by Dagaloni.
Fixed! Thank you very much for the quick responds!
Forum: Plugins
In reply to: [WooCommerce] [solved] Fallback value for taxOk, turns out I completely misunderstood priorities. I just need to add a blank row (*) with the same priority.
I have the same problem. I’m running Mollie 7.0.3.
The error said that the total should be €116,98 but the order was €116,97. I calculated the tax myself which was €116,9745. That should be rounded to 116,97. Howevery, my accounting system also calculated it as €116,98. So it looks like Woocommerce is rounding only using the third decimal while the rest is not. Hope this helps!
Forum: Fixing WordPress
In reply to: The comment could not be saved.I found the answer! I had to enable Auto Increment in phpmyadmin for the “comment_ID” table. You can find the solution here: Turn on A_I.
Make sure that “comment_ID” is set as a Primary Key. You can find how to do it here: Set Primary Key.
Forum: Fixing WordPress
In reply to: The comment could not be saved.Oh btw, I disabled all the plugins and used the theme Twenty Nineteen but the problem persisted.
Forum: Fixing WordPress
In reply to: Comment counter; No comments found.Good question, thanks! I checked the wp_comments table and I see that all rows belong to woocommerce. All comment types are ‘order note’.
Hi,
Sorry for the late response. Things got a little busy last week.
Yes, it’s when a user signup for an event using the frontend event submission from.
When a person signs up for an event, we need to process that and we need the user’s address, among other things. Currently the page (see screenshot) only shows the the Name, Email address and phone number. Hopefully the solution could be to modify the email that is sent to the admin and add extra information about the user’s reservation.
I did found this in the documentation:
#_CONTACTMETA Display any user meta of a WordPress account by including the meta key, e.g. #_CONTACTMETA{dbem_phone}
But I have no idea how it works or how to implement it.