I am also unable to check box the section for Credit / Debit Cards but Apple Pay and Google Pay allow the check box to be ticked.
If I try and save the settings, an error message appears, “Error saving settings”
In the WooCommerce > Settings > Logs tab, there are fatal-errors like this (details changed for display purposes):
Uncaught Error: Call to a member function get_cart() on null in /homepages/14/mydatabase/htdocs/mywebsite/wp-content/plugins/order-delivery-date/includes/orddd-process.php:4092
Can someone please help with this as we’re trying to get our website up and running.
Thank you
]]>I am going to create a website (let’s call it website A) where users can create an event. Website A will have a page with all events and users can filter through events with categories.
I need to be able to retrieve particular events (filtered by category) through API into website B. So website B is about sports, and this website will retrieve events created from website A but only under the category “sports”. Website C will also retrieve events from website A but this time the category of the events is “culture”. And so on and so forth.
I just wanted to confirm that with this plugin, I would be able to retrieve events through API and show them in different websites. Is this possible please?
Thank you in advance for your help.
]]>Currently have 18 active reviews retrieved from Google Places (and imported).
I thought was a problem with the IP because is changing almost every time I check in “wp-admin/options-general.php?page=google_business_reviews_rating_settings#setup”.
To workaround this I setup a x.x.x.0/24 on the Places API restriction.
Changed the Update Frequency to Hourly and still the “Last Access” on “https://console.cloud.google.com/projectselector2/google/maps-apis/credentials” said 2 days.
thanks for a great plugin!
]]>In user profile page, except of showing the fields data, I want to get the name and mobile number of current user to do something else. I am using PHP snippets and I wrote the following code to get the user name.
<?php
$display_name = um_user(‘display_name’);
echo $display_name; // prints the user’s display name
?>
BUT I cannot get the mobile number (field meta key is mobile_number) by using the following:
<?php
$display_mobile = um_user(‘mobile_number’);
echo $display_mobile;
?>
What am I doing wrong? Any ideas?
]]>I haven’t deleted the form itself, just the code.
]]>I would like to get query a contact guid using the contact email address. I had a look at the php api for some guidance
$user_email = $user_info->user_email; //valid
$user_contact = new Entity(‘contact’, ’emailaddress1′, $user_email); //not sure
$user_guid = $client->entity( ‘contact’, $user_contact ); //not sure
Mail settings are all fine, IMAP is activated, and prior to the upgrade, the system worked fine. I can see email in the inbox of my account, but the plugin doesn’t download it and place it into the Ticket System.
Have tried resetting the plugin from scratch, and setting it up again, but still no luck. I am wondering if it’s just not compatible with PHP7.4
]]>