WikidCool
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] PHP Fatal error: wc-core-functions.php:1353Thank you @amiralifarooq for the advice.
I found a multi-currency plugin causing the issue.
Hi,
I’m having the same problem and I’ve tried the recommendations provided by @ihereira but I’m still getting the fatal error as follows:
[01-Dec-2022 10:27:23 UTC] PHP Fatal error: Uncaught Error: Call to a member function get_allowed_countries() on null in /home/pollo/public_html/wp-content/plugins/woocommerce/includes/wc-core-functions.php:1353 Stack trace: #0 /home/pollo/public_html/wp-content/plugins/woocommerce/includes/data-stores/class-wc-customer-data-store-session.php(129): wc_get_customer_default_location() #1 /home/pollo/public_html/wp-content/plugins/woocommerce/includes/data-stores/class-wc-customer-data-store-session.php(118): WC_Customer_Data_Store_Session->set_defaults(Object(WC_Customer)) #2 /home/pollo/public_html/wp-content/plugins/woocommerce/includes/class-wc-data-store.php(159): WC_Customer_Data_Store_Session->read(Object(WC_Customer)) #3 /home/pollo/public_html/wp-content/plugins/woocommerce/includes/class-wc-customer.php(125): WC_Data_Store->read(Object(WC_Customer)) #4 /home/pollo/public_html/wp-content/plugins/woocommerce/includes/class-woocommerce.php(840): WC_Customer->__construct(0, true) #5 /home/pollo/public_html/wp-content/plug in /home/pollo/public_html/wp-content/plugins/woocommerce/includes/wc-core-functions.php on line 1353On stack trace #5 I see something weird, not sure if that has anything to do with it… the path looks broken with a space and seems incomplete:
“/public_html/wp-content/plug (space) in (space) /home/etc…”
Please help… this is a live eCommerce store and I’m losing customers.
Forum: Plugins
In reply to: [WP Store Locator] Add public holiday timingHi,
I’ve tried to add the public holidays using the example provide in the link, but not having any success… it should look something like this:
Monday 9:00 AM – 6:00 PM
Tuesday 9:00 AM – 6:00 PM
Wednesday 9:00 AM – 6:00 PM
Thursday 9:00 AM – 6:00 PM
Friday 9:00 AM – 6:00 PM
Saturday 9:00 AM – 6:00 PM
Sunday 9:00 AM – 5:00 PM
Public Holidays 9:00 AM – 2:00 PMPlease help with a more focused answer.
Thanks.