Twiks Media
Forum Replies Created
-
Forum: Plugins
In reply to: [Payment Methods by Product & Country for WooCommerce] Many error messagesThanks for the quick response!
Below is an overview of server information:
Apache/2
PHP version: 8.2.16
PHP post max size: 256 MB
PHP time limit: 60
PHP max input vars: 9000
cURL version: 7.87.0, OpenSSL/1.1.1w
Max upload size: 256 MBWordPress version: 6.6.2
WordPress memorylimit: 2 GBForum: Plugins
In reply to: [Customer Reviews for WooCommerce] Customer Consent checkboxMaybe the code below will help? This ensures that the checkbox is checked by default. Place the code in your theme’s functions.php.
<?php //Add this to functions.php function add_custom_script() { ?> <script> function setCheckboxChecked() { var checkbox = document.getElementById('cr_customer_consent'); checkbox.checked = true; } // WooCommerce event voor het laden van betalingsmogelijkheden jQuery(document.body).on('updated_checkout', function() { setCheckboxChecked(); }); // Normale paginaload jQuery(document).ready(function($) { setCheckboxChecked(); }); </script> <?php } add_action('wp_footer', 'add_custom_script', 9999); ?>
I think there is a conflict with other reCaptcha forms. Even after entering new keys (v2 and v3) it still doesn’t work. Disabling reCaptcha in this form will work again.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Get booking dateHi Angelo,
Thanks for your respons. When i use $EM_Booking->booking_date in a foreach i get ‘NULL’ as output.
I use the code:
foreach ($EM_Bookings as $EM_Booking) { $EM_Event = $EM_Booking->get_event(); $booking_wp_name = $EM_Event->output("#_EVENTLINK"); $booking_date = $EM_Booking->booking_date; echo $booking_wp_name; echo 'Booking date: '.$booking_date; var_dump($EM_Booking); if( $date_today == $booking_date) { $today_booked = true; } else { $today_booked = false; } }
- This reply was modified 3 years, 10 months ago by Twiks Media.
Yes, users can have role ‘a’ and role ‘b’ on the website. Role ‘a’ is a group and the second role is setting the right permissions.
To avoid errors I use the priority setting of a role, which gives the role with the correct permissions the highest priority.
Thanks!
Thanks for your response. I use the ‘permissions’ of the memberlists of UM. I have a memberlist that shows (in the settings) all users.
The roles A, B and C can view the page where the memberlist is visible. Role A should see different members than role B and C, etc. But instead, they see the role members of the list I last edited.
I understand that edit other users for alle roles is activated. But UM gives the option to view specific user roles, and i use that option in the UM roles setting to show specific users the frontend memberlist.
As example:
Roles ‘X’ are only visible for users with role ‘A’ in the memberlist and roles ‘Y’ are only visible for users with role ‘B’ etc.I have set the settings on this page of each user role:
https://prnt.sc/10xynmpForum: Plugins
In reply to: [Mailchimp for WooCommerce] Products and orders not syncingHi Ryan,
Im running version 2.5.1 and we have still problems with this issue. I tried different things (deactivated other plugins, wp-cron check, php-memory increase etc), but nothing helps.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Products and orders not syncingHi,
I am using version 2.5.1. Se below more details about the server and website.
### WordPress Environment ### WordPress address (URL): https://www.bag-again.nl Site address (URL): https://www.bag-again.nl WC Version: 5.0.0 REST API Version: ? 5.0.0 WC Blocks Version: ? 4.0.0 Action Scheduler Version: ? 3.1.6 WC Admin Version: ? 1.9.0 Log Directory Writable: ? WP Version: ? 5.6.2 WP Multisite: – WP Memory Limit: 2 GB WP Debug Mode: – WP Cron: ? Language: nl_NL External object cache: – ### Server Environment ### Server Info: Apache/2 PHP Version: 7.4.11 PHP Post Max Size: 32 MB PHP Time Limit: 90 PHP Max Input Vars: 5000 cURL Version: 7.71.0 OpenSSL/1.1.1d
The last fatal error was on 02-03-2021, it looks like a ActionScheduler problem?
2021-03-02T18:53:20+00:00 CRITICAL Uncaught InvalidArgumentException: Onge?dentificeerde actie 63476 in /home/bagagain/domains/bag-again.nl/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php:458 Stack trace: #0 /home/bagagain/domains/bag-again.nl/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php(267): ActionScheduler_DBStore->cancel_action('63476') #1 /home/bagagain/domains/bag-again.nl/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/functions.php(117): ActionScheduler_HybridStore->cancel_action('63476') #2 /home/bagagain/domains/bag-again.nl/public_html/wp-content/plugins/mailchimp-for-woocommerce/bootstrap.php(134): as_unschedule_action('MailChimp_WooCo...', Array, 'mc-woocommerce') #3 /home/bagagain/domains/bag-again.nl/public_html/wp-content/plugins/mailchimp-for-woocommerce/bootstrap.php(197): mailchimp_as_push(Object(MailChimp_WooCommerce_Cart_Update), 0) #4 /home/bagagain/domains/ in /home/bagagain/domains/bag-again.nl/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php op de lijn 458
Fixit now by delete line 44 in /lib/class-slmforwoocommerce.php
Forum: Plugins
In reply to: [Software License Manager for WooCommerce] issues with pluginHere same.. See my post..
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Update to 3.1.33 Broke My SiteHere the same. Got the error Uncaught Error: Undefined class constant ‘MAJOR_VERSION’ and broken my website. Conflict with mollie-payments-for-woocommerce.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Emails HTML BrokenHere the same problem and been waiting for a solution from Woocommerce for a long time. Tried everything, disabled various plugins, changed themes and the like, but no change. I am now running on version 3.9 which is going well.
Hi Patrick, thank you for your clear explanation!
The system currently runs on multiple Mollie apis that have been approved by Mollie. This is because as an association we have several sub-bank accounts. The current plugin, which is programmed in Events-Manager itself, is no longer adequate.
When creating a new event, one could opt for a certain Mollie account. This was then used for iDeal. I am familiar with the Mollie system, but I was looking for an easy way to use this plugin several times on the same website.
If I can’t figure it out myself, is there an option to do it through you through payment? By the way, we can discuss it further by e-mail (in Dutch :-)).
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] No stock displayed and color missingI agree with this. Again no colors and required information. We miss the stock numbers, product weights, stock status etc.
How can we solve this?
Forum: Reviews
In reply to: [Events Manager Pro - Payment Gateway Selector] Great plugin!Thanks Patrick! That is wat i means!
Great work!