jazzu
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Product search not working in wp-adminHi @ihereira
No, the problem is not about the functions.php file, I have it in my child theme, I’ve never written anything in the original file. The code is also not a problem, it’s just annoying because I can’t access the files I have already uploaded on the website, because it says it’s empty, etc., so what I need to do every time is to add the /* at the start of the code.
So basically what I mean by that is when I need to search for products or categories, I need to use the code below
/* Search - ADMIN */ add_action( 'pre_get_posts', 'products_pre_get_posts' ); function products_pre_get_posts( $query ) { if(is_admin()){ $query->set( 'tax_query', array( array( 'taxonomy' => 'product_cat', 'field' => 'term_id', 'terms' => get_terms( array( 'taxonomy' => 'product_cat', 'fields' => 'ids' ) ) ) )); } }And when I find the products or categories, I need to update the code by just adding the /* to the top so it doesn’t work anymore:
/* Search - ADMIN */ /*As you can probably imagine, it’s time consuming when I’m editing 500+ products.
Kind regards
Forum: Plugins
In reply to: [WooCommerce] Product search not working in wp-adminHi @margaretwporg !
In the screenshots above, I just left it blank and tried to search. In the first screenshot, you can see, that one of the products is “Cev plavajoča Ø38mm”. If I write “Cev” in the searchbox, it just says No products have been found.
Forum: Plugins
In reply to: [WooCommerce] Product search not working in wp-adminHi @margaretwporg !
I’m so sorry, I haven’t seen the email notification for this thread. I need to use the code, because whenever I use the search function (even if I leave the searchbox empty) it just says that no products have been found.
Here you can see the page, when I just open the products tab.
Here I just clicked on searchbox and pressed enter. It directly just displayed the message “Procuts not found”
Kind regards
Hi @ozyeger !
Sorry, I didn’t manage to ask yet. I’ll do it right now and write what the answer was when I get it
Kind regards
Hi @ihereira !
Sorry, I just noticed that I left out something. I don’t want to replace the email in general. I just want to replace it when a customer buys a product with a credit card, because there’s no point of the order being on hold, if they use a credit card and the payment is instant. I don’t want to manually complete every order, when they should be completed when they use the credit card..
I wrote a line in class-wc-email-customer-completed-order.php some time ago that disables BACS. Isn’t there a way to just disable the email if the selected payment is bankart credit card?
Hi,
I tried, I switched it to External File. No changes, it’s still showing that code in the checkout.
Kind regards
Hi!
First thing – I noticed in advanced that CSS print method was already set tto internal embedding.
I tried going in troubleshooting mode. Disabled everything except Elementor. Same problem.
Switched themes – same problem..
Kind regards
Forum: Plugins
In reply to: [WooCommerce] New Account email not being generated for the customerHi!
I finally figured it out… There wasn’t a problem anywhere at all… I’m using Forminator plugin, as I made a custom login/registration page and I only set up the admin email notification with the registration form.
If anyone has the same issue, CHECK IF YOU ADDED A RECIPIENT EMAIL in registration’s email notifications.
Kind regards and thank you everyone for trying to help!
Forum: Plugins
In reply to: [WooCommerce] New Account email not being generated for the customerHey @oaoyadeyi
I did exactly that. Changed the theme, went into troubleshooting mode and only enabled WooCommerce and Fluent SMTP, and still, the mail doesn’t generate..
Kind regards
Forum: Fixing WordPress
In reply to: Can’t center a bankart table!Hey @alanfuller !
Sorry, poštna številka is ZIP code, it will pass through if you just write 4 random numbers
Kind regards
Forum: Plugins
In reply to: [WooCommerce] New Account email not being generated for the customerHi @prwordpressorg !
I made a separate thread on WooCommerce’s support. I found out that the New Account email is not even being generated. Disabled every plugin I had except WooCommerce and the same problem is still occurring.
Hope I get this sorted out soon!
Thank you for all your help! 😀
Have a nice day
Forum: Plugins
In reply to: [WooCommerce] New Account email not being generated for the customerHello @ihereira !
Thank you for your reply. Here’s a copy of a fatal error:
2022-01-21T07:41:27+00:00 CRITICAL Uncaught Error: Call to a member function get_stock_status() on bool in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php:550 Stack trace: #0 /home/mojasavna/public_html/wp-includes/shortcodes.php(356): display_product_stock_status(Array, '', 'stock_status') #1 [internal function]: do_shortcode_tag(Array) #2 /home/mojasavna/public_html/wp-includes/shortcodes.php(228): preg_replace_callback('/\\[(\\[?)(a2c_bu...', 'do_shortcode_ta...', '<style>/*! elem...') #3 /home/mojasavna/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Traits/Helpers/Shortcodes.php(79): do_shortcode('<style>/*! elem...') #4 /home/mojasavna/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Traits/Helpers/Shortcodes.php(118): AIOSEO\Plugin\Common\Utils\Helpers->doShortcodes('<style>/*! elem...', Array, true) #5 /home/mojasavna/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Sitemap/Image.php(317): AIOSEO\Plugin\Common\Utils\Helpers->doAllowedShortcodes('<style>/*! elem...', Ar in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php on line 550 2022-01-21T07:45:47+00:00 CRITICAL Uncaught Error: Call to a member function get_stock_status() on bool in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php:550 Stack trace: #0 /home/mojasavna/public_html/wp-includes/shortcodes.php(356): display_product_stock_status(Array, '', 'stock_status') #1 [internal function]: do_shortcode_tag(Array) #2 /home/mojasavna/public_html/wp-includes/shortcodes.php(228): preg_replace_callback('/\\[(\\[?)(a2c_bu...', 'do_shortcode_ta...', '<style>/*! elem...') #3 /home/mojasavna/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Traits/Helpers/Shortcodes.php(79): do_shortcode('<style>/*! elem...') #4 /home/mojasavna/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Traits/Helpers/Shortcodes.php(118): AIOSEO\Plugin\Common\Utils\Helpers->doShortcodes('<style>/*! elem...', Array, true) #5 /home/mojasavna/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Sitemap/Image.php(317): AIOSEO\Plugin\Common\Utils\Helpers->doAllowedShortcodes('<style>/*! elem...', Ar in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php on line 550 2022-01-21T07:46:49+00:00 CRITICAL Uncaught Error: Call to a member function get_stock_status() on bool in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php:550 Stack trace: #0 /home/mojasavna/public_html/wp-includes/shortcodes.php(356): display_product_stock_status(Array, '', 'stock_status') #1 [internal function]: do_shortcode_tag(Array) #2 /home/mojasavna/public_html/wp-includes/shortcodes.php(228): preg_replace_callback('/\\[(\\[?)(a2c_bu...', 'do_shortcode_ta...', '<style>/*! elem...') #3 /home/mojasavna/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Traits/Helpers/Shortcodes.php(79): do_shortcode('<style>/*! elem...') #4 /home/mojasavna/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Traits/Helpers/Shortcodes.php(118): AIOSEO\Plugin\Common\Utils\Helpers->doShortcodes('<style>/*! elem...', Array, true) #5 /home/mojasavna/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Sitemap/Image.php(317): AIOSEO\Plugin\Common\Utils\Helpers->doAllowedShortcodes('<style>/*! elem...', Ar in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php on line 550 2022-01-21T08:45:21+00:00 CRITICAL Uncaught Error: Call to a member function get_stock_status() on bool in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php:550 Stack trace: #0 /home/mojasavna/public_html/wp-includes/shortcodes.php(356): display_product_stock_status(Array, '', 'stock_status') #1 [internal function]: do_shortcode_tag(Array) #2 /home/mojasavna/public_html/wp-includes/shortcodes.php(228): preg_replace_callback('/\\[(\\[?)(stock_...', 'do_shortcode_ta...', '[stock_status i...') #3 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php(130): do_shortcode('[stock_status i...') #4 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(2172): Elementor\Widget_Shortcode->render() #5 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/widget-base.php(584): Elementor\Controls_Stack->render_by_mode() #6 /home/mojasavna/public_html/wp-content/plugins/elementor/core/base/document.php(282): Elementor\Widget_Base->render_content() in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php on line 550 2022-01-21T08:45:21+00:00 CRITICAL Uncaught Error: Call to a member function get_stock_status() on bool in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php:550 Stack trace: #0 /home/mojasavna/public_html/wp-includes/shortcodes.php(356): display_product_stock_status(Array, '', 'stock_status') #1 [internal function]: do_shortcode_tag(Array) #2 /home/mojasavna/public_html/wp-includes/shortcodes.php(228): preg_replace_callback('/\\[(\\[?)(stock_...', 'do_shortcode_ta...', '[stock_status i...') #3 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php(130): do_shortcode('[stock_status i...') #4 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(2172): Elementor\Widget_Shortcode->render() #5 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/widget-base.php(584): Elementor\Controls_Stack->render_by_mode() #6 /home/mojasavna/public_html/wp-content/plugins/elementor/core/base/document.php(282): Elementor\Widget_Base->render_content() in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php on line 550 2022-01-21T08:45:24+00:00 CRITICAL Uncaught Error: Call to a member function get_stock_status() on bool in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php:550 Stack trace: #0 /home/mojasavna/public_html/wp-includes/shortcodes.php(356): display_product_stock_status(Array, '', 'stock_status') #1 [internal function]: do_shortcode_tag(Array) #2 /home/mojasavna/public_html/wp-includes/shortcodes.php(228): preg_replace_callback('/\\[(\\[?)(stock_...', 'do_shortcode_ta...', '[stock_status i...') #3 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php(130): do_shortcode('[stock_status i...') #4 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(2172): Elementor\Widget_Shortcode->render() #5 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/widget-base.php(584): Elementor\Controls_Stack->render_by_mode() #6 /home/mojasavna/public_html/wp-content/plugins/elementor/core/base/document.php(282): Elementor\Widget_Base->render_content() in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php on line 550 2022-01-21T08:45:26+00:00 CRITICAL Uncaught Error: Call to a member function get_stock_status() on bool in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php:550 Stack trace: #0 /home/mojasavna/public_html/wp-includes/shortcodes.php(356): display_product_stock_status(Array, '', 'stock_status') #1 [internal function]: do_shortcode_tag(Array) #2 /home/mojasavna/public_html/wp-includes/shortcodes.php(228): preg_replace_callback('/\\[(\\[?)(stock_...', 'do_shortcode_ta...', '[stock_status i...') #3 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php(130): do_shortcode('[stock_status i...') #4 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(2172): Elementor\Widget_Shortcode->render() #5 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/widget-base.php(584): Elementor\Controls_Stack->render_by_mode() #6 /home/mojasavna/public_html/wp-content/plugins/elementor/core/base/document.php(282): Elementor\Widget_Base->render_content() in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php on line 550 2022-01-21T08:46:51+00:00 CRITICAL Uncaught Error: Call to a member function get_stock_status() on bool in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php:550 Stack trace: #0 /home/mojasavna/public_html/wp-includes/shortcodes.php(356): display_product_stock_status(Array, '', 'stock_status') #1 [internal function]: do_shortcode_tag(Array) #2 /home/mojasavna/public_html/wp-includes/shortcodes.php(228): preg_replace_callback('/\\[(\\[?)(stock_...', 'do_shortcode_ta...', '[stock_status i...') #3 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php(130): do_shortcode('[stock_status i...') #4 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(2172): Elementor\Widget_Shortcode->render() #5 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/widget-base.php(584): Elementor\Controls_Stack->render_by_mode() #6 /home/mojasavna/public_html/wp-content/plugins/elementor/core/base/document.php(282): Elementor\Widget_Base->render_content() in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php on line 550 2022-01-21T08:46:52+00:00 CRITICAL Uncaught Error: Call to a member function get_stock_status() on bool in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php:550 Stack trace: #0 /home/mojasavna/public_html/wp-includes/shortcodes.php(356): display_product_stock_status(Array, '', 'stock_status') #1 [internal function]: do_shortcode_tag(Array) #2 /home/mojasavna/public_html/wp-includes/shortcodes.php(228): preg_replace_callback('/\\[(\\[?)(stock_...', 'do_shortcode_ta...', '[stock_status i...') #3 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php(130): do_shortcode('[stock_status i...') #4 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(2172): Elementor\Widget_Shortcode->render() #5 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/widget-base.php(584): Elementor\Controls_Stack->render_by_mode() #6 /home/mojasavna/public_html/wp-content/plugins/elementor/core/base/document.php(282): Elementor\Widget_Base->render_content() in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php on line 550 2022-01-21T08:46:53+00:00 CRITICAL Uncaught Error: Call to a member function get_stock_status() on bool in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php:550 Stack trace: #0 /home/mojasavna/public_html/wp-includes/shortcodes.php(356): display_product_stock_status(Array, '', 'stock_status') #1 [internal function]: do_shortcode_tag(Array) #2 /home/mojasavna/public_html/wp-includes/shortcodes.php(228): preg_replace_callback('/\\[(\\[?)(stock_...', 'do_shortcode_ta...', '[stock_status i...') #3 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php(130): do_shortcode('[stock_status i...') #4 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(2172): Elementor\Widget_Shortcode->render() #5 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/widget-base.php(584): Elementor\Controls_Stack->render_by_mode() #6 /home/mojasavna/public_html/wp-content/plugins/elementor/core/base/document.php(282): Elementor\Widget_Base->render_content() in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php on line 550 2022-01-21T08:46:54+00:00 CRITICAL Uncaught Error: Call to a member function get_stock_status() on bool in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php:550 Stack trace: #0 /home/mojasavna/public_html/wp-includes/shortcodes.php(356): display_product_stock_status(Array, '', 'stock_status') #1 [internal function]: do_shortcode_tag(Array) #2 /home/mojasavna/public_html/wp-includes/shortcodes.php(228): preg_replace_callback('/\\[(\\[?)(stock_...', 'do_shortcode_ta...', '[stock_status i...') #3 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php(130): do_shortcode('[stock_status i...') #4 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(2172): Elementor\Widget_Shortcode->render() #5 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/widget-base.php(584): Elementor\Controls_Stack->render_by_mode() #6 /home/mojasavna/public_html/wp-content/plugins/elementor/core/base/document.php(282): Elementor\Widget_Base->render_content() in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php on line 550 2022-01-21T08:46:56+00:00 CRITICAL Uncaught Error: Call to a member function get_stock_status() on bool in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php:550 Stack trace: #0 /home/mojasavna/public_html/wp-includes/shortcodes.php(356): display_product_stock_status(Array, '', 'stock_status') #1 [internal function]: do_shortcode_tag(Array) #2 /home/mojasavna/public_html/wp-includes/shortcodes.php(228): preg_replace_callback('/\\[(\\[?)(stock_...', 'do_shortcode_ta...', '[stock_status i...') #3 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php(130): do_shortcode('[stock_status i...') #4 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(2172): Elementor\Widget_Shortcode->render() #5 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/widget-base.php(584): Elementor\Controls_Stack->render_by_mode() #6 /home/mojasavna/public_html/wp-content/plugins/elementor/core/base/document.php(282): Elementor\Widget_Base->render_content() in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php on line 550 2022-01-21T08:47:39+00:00 CRITICAL Uncaught Error: Call to a member function get_stock_status() on bool in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php:550 Stack trace: #0 /home/mojasavna/public_html/wp-includes/shortcodes.php(356): display_product_stock_status(Array, '', 'stock_status') #1 [internal function]: do_shortcode_tag(Array) #2 /home/mojasavna/public_html/wp-includes/shortcodes.php(228): preg_replace_callback('/\\[(\\[?)(stock_...', 'do_shortcode_ta...', '[stock_status i...') #3 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php(130): do_shortcode('[stock_status i...') #4 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(2172): Elementor\Widget_Shortcode->render() #5 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/widget-base.php(584): Elementor\Controls_Stack->render_by_mode() #6 /home/mojasavna/public_html/wp-content/plugins/elementor/core/base/document.php(282): Elementor\Widget_Base->render_content() in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php on line 550 2022-01-21T08:47:57+00:00 CRITICAL Uncaught Error: Call to a member function get_stock_status() on bool in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php:550 Stack trace: #0 /home/mojasavna/public_html/wp-includes/shortcodes.php(356): display_product_stock_status(Array, '', 'stock_status') #1 [internal function]: do_shortcode_tag(Array) #2 /home/mojasavna/public_html/wp-includes/shortcodes.php(228): preg_replace_callback('/\\[(\\[?)(stock_...', 'do_shortcode_ta...', '[stock_status i...') #3 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php(130): do_shortcode('[stock_status i...') #4 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(2172): Elementor\Widget_Shortcode->render() #5 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/widget-base.php(584): Elementor\Controls_Stack->render_by_mode() #6 /home/mojasavna/public_html/wp-content/plugins/elementor/core/base/document.php(282): Elementor\Widget_Base->render_content() in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php on line 550 2022-01-21T08:47:58+00:00 CRITICAL Uncaught Error: Call to a member function get_stock_status() on bool in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php:550 Stack trace: #0 /home/mojasavna/public_html/wp-includes/shortcodes.php(356): display_product_stock_status(Array, '', 'stock_status') #1 [internal function]: do_shortcode_tag(Array) #2 /home/mojasavna/public_html/wp-includes/shortcodes.php(228): preg_replace_callback('/\\[(\\[?)(stock_...', 'do_shortcode_ta...', '[stock_status i...') #3 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php(130): do_shortcode('[stock_status i...') #4 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(2172): Elementor\Widget_Shortcode->render() #5 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/widget-base.php(584): Elementor\Controls_Stack->render_by_mode() #6 /home/mojasavna/public_html/wp-content/plugins/elementor/core/base/document.php(282): Elementor\Widget_Base->render_content() in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php on line 550 2022-01-21T08:49:15+00:00 CRITICAL Uncaught Error: Call to a member function get_stock_status() on bool in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php:550 Stack trace: #0 /home/mojasavna/public_html/wp-includes/shortcodes.php(356): display_product_stock_status(Array, '', 'stock_status') #1 [internal function]: do_shortcode_tag(Array) #2 /home/mojasavna/public_html/wp-includes/shortcodes.php(228): preg_replace_callback('/\\[(\\[?)(stock_...', 'do_shortcode_ta...', '[stock_status i...') #3 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php(130): do_shortcode('[stock_status i...') #4 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(2172): Elementor\Widget_Shortcode->render() #5 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/widget-base.php(584): Elementor\Controls_Stack->render_by_mode() #6 /home/mojasavna/public_html/wp-content/plugins/elementor/core/base/document.php(282): Elementor\Widget_Base->render_content() in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php on line 550 2022-01-21T08:49:23+00:00 CRITICAL Uncaught Error: Call to a member function get_stock_status() on bool in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php:550 Stack trace: #0 /home/mojasavna/public_html/wp-includes/shortcodes.php(356): display_product_stock_status(Array, '', 'stock_status') #1 [internal function]: do_shortcode_tag(Array) #2 /home/mojasavna/public_html/wp-includes/shortcodes.php(228): preg_replace_callback('/\\[(\\[?)(stock_...', 'do_shortcode_ta...', '[stock_status i...') #3 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php(130): do_shortcode('[stock_status i...') #4 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(2172): Elementor\Widget_Shortcode->render() #5 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/widget-base.php(584): Elementor\Controls_Stack->render_by_mode() #6 /home/mojasavna/public_html/wp-content/plugins/elementor/core/base/document.php(282): Elementor\Widget_Base->render_content() in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php on line 550 2022-01-21T08:50:13+00:00 CRITICAL Uncaught Error: Call to a member function get_stock_status() on bool in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php:550 Stack trace: #0 /home/mojasavna/public_html/wp-includes/shortcodes.php(356): display_product_stock_status(Array, '', 'stock_status') #1 [internal function]: do_shortcode_tag(Array) #2 /home/mojasavna/public_html/wp-includes/shortcodes.php(228): preg_replace_callback('/\\[(\\[?)(stock_...', 'do_shortcode_ta...', '[stock_status i...') #3 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php(130): do_shortcode('[stock_status i...') #4 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(2172): Elementor\Widget_Shortcode->render() #5 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/widget-base.php(584): Elementor\Controls_Stack->render_by_mode() #6 /home/mojasavna/public_html/wp-content/plugins/elementor/core/base/document.php(282): Elementor\Widget_Base->render_content() in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php on line 550 2022-01-21T08:50:20+00:00 CRITICAL Uncaught Error: Call to a member function get_stock_status() on bool in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php:550 Stack trace: #0 /home/mojasavna/public_html/wp-includes/shortcodes.php(356): display_product_stock_status(Array, '', 'stock_status') #1 [internal function]: do_shortcode_tag(Array) #2 /home/mojasavna/public_html/wp-includes/shortcodes.php(228): preg_replace_callback('/\\[(\\[?)(stock_...', 'do_shortcode_ta...', '[stock_status i...') #3 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php(130): do_shortcode('[stock_status i...') #4 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(2172): Elementor\Widget_Shortcode->render() #5 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/widget-base.php(584): Elementor\Controls_Stack->render_by_mode() #6 /home/mojasavna/public_html/wp-content/plugins/elementor/core/base/document.php(282): Elementor\Widget_Base->render_content() in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php on line 550 2022-01-21T08:50:25+00:00 CRITICAL Uncaught Error: Call to a member function get_stock_status() on bool in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php:550 Stack trace: #0 /home/mojasavna/public_html/wp-includes/shortcodes.php(356): display_product_stock_status(Array, '', 'stock_status') #1 [internal function]: do_shortcode_tag(Array) #2 /home/mojasavna/public_html/wp-includes/shortcodes.php(228): preg_replace_callback('/\\[(\\[?)(stock_...', 'do_shortcode_ta...', '[stock_status i...') #3 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php(130): do_shortcode('[stock_status i...') #4 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(2172): Elementor\Widget_Shortcode->render() #5 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/widget-base.php(584): Elementor\Controls_Stack->render_by_mode() #6 /home/mojasavna/public_html/wp-content/plugins/elementor/core/base/document.php(282): Elementor\Widget_Base->render_content() in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php on line 550 2022-01-21T08:51:02+00:00 CRITICAL Uncaught Error: Call to a member function get_stock_status() on bool in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php:550 Stack trace: #0 /home/mojasavna/public_html/wp-includes/shortcodes.php(356): display_product_stock_status(Array, '', 'stock_status') #1 [internal function]: do_shortcode_tag(Array) #2 /home/mojasavna/public_html/wp-includes/shortcodes.php(228): preg_replace_callback('/\\[(\\[?)(stock_...', 'do_shortcode_ta...', '[stock_status i...') #3 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php(130): do_shortcode('[stock_status i...') #4 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(2172): Elementor\Widget_Shortcode->render() #5 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/widget-base.php(584): Elementor\Controls_Stack->render_by_mode() #6 /home/mojasavna/public_html/wp-content/plugins/elementor/core/base/document.php(282): Elementor\Widget_Base->render_content() in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php on line 550 2022-01-21T08:52:36+00:00 CRITICAL Uncaught Error: Call to a member function get_stock_status() on bool in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php:550 Stack trace: #0 /home/mojasavna/public_html/wp-includes/shortcodes.php(356): display_product_stock_status(Array, '', 'stock_status') #1 [internal function]: do_shortcode_tag(Array) #2 /home/mojasavna/public_html/wp-includes/shortcodes.php(228): preg_replace_callback('/\\[(\\[?)(stock_...', 'do_shortcode_ta...', '[stock_status i...') #3 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php(130): do_shortcode('[stock_status i...') #4 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(2172): Elementor\Widget_Shortcode->render() #5 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/widget-base.php(584): Elementor\Controls_Stack->render_by_mode() #6 /home/mojasavna/public_html/wp-content/plugins/elementor/core/base/document.php(282): Elementor\Widget_Base->render_content() in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php on line 550 2022-01-21T08:52:42+00:00 CRITICAL Uncaught Error: Call to a member function get_stock_status() on bool in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php:550 Stack trace: #0 /home/mojasavna/public_html/wp-includes/shortcodes.php(356): display_product_stock_status(Array, '', 'stock_status') #1 [internal function]: do_shortcode_tag(Array) #2 /home/mojasavna/public_html/wp-includes/shortcodes.php(228): preg_replace_callback('/\\[(\\[?)(stock_...', 'do_shortcode_ta...', '[stock_status i...') #3 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php(130): do_shortcode('[stock_status i...') #4 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(2172): Elementor\Widget_Shortcode->render() #5 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/widget-base.php(584): Elementor\Controls_Stack->render_by_mode() #6 /home/mojasavna/public_html/wp-content/plugins/elementor/core/base/document.php(282): Elementor\Widget_Base->render_content() in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php on line 550 2022-01-21T08:52:46+00:00 CRITICAL Uncaught Error: Call to a member function get_stock_status() on bool in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php:550 Stack trace: #0 /home/mojasavna/public_html/wp-includes/shortcodes.php(356): display_product_stock_status(Array, '', 'stock_status') #1 [internal function]: do_shortcode_tag(Array) #2 /home/mojasavna/public_html/wp-includes/shortcodes.php(228): preg_replace_callback('/\\[(\\[?)(stock_...', 'do_shortcode_ta...', '[stock_status i...') #3 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php(130): do_shortcode('[stock_status i...') #4 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(2172): Elementor\Widget_Shortcode->render() #5 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/widget-base.php(584): Elementor\Controls_Stack->render_by_mode() #6 /home/mojasavna/public_html/wp-content/plugins/elementor/core/base/document.php(282): Elementor\Widget_Base->render_content() in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php on line 550 2022-01-21T09:03:25+00:00 CRITICAL Uncaught Error: Call to a member function get_stock_status() on bool in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php:550 Stack trace: #0 /home/mojasavna/public_html/wp-includes/shortcodes.php(356): display_product_stock_status(Array, '', 'stock_status') #1 [internal function]: do_shortcode_tag(Array) #2 /home/mojasavna/public_html/wp-includes/shortcodes.php(228): preg_replace_callback('/\\[(\\[?)(stock_...', 'do_shortcode_ta...', '[stock_status i...') #3 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php(130): do_shortcode('[stock_status i...') #4 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(2172): Elementor\Widget_Shortcode->render() #5 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/widget-base.php(584): Elementor\Controls_Stack->render_by_mode() #6 /home/mojasavna/public_html/wp-content/plugins/elementor/core/base/document.php(282): Elementor\Widget_Base->render_content() in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php on line 550 2022-01-21T09:03:30+00:00 CRITICAL Uncaught Error: Call to a member function get_stock_status() on bool in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php:550 Stack trace: #0 /home/mojasavna/public_html/wp-includes/shortcodes.php(356): display_product_stock_status(Array, '', 'stock_status') #1 [internal function]: do_shortcode_tag(Array) #2 /home/mojasavna/public_html/wp-includes/shortcodes.php(228): preg_replace_callback('/\\[(\\[?)(stock_...', 'do_shortcode_ta...', '[stock_status i...') #3 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php(130): do_shortcode('[stock_status i...') #4 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(2172): Elementor\Widget_Shortcode->render() #5 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/widget-base.php(584): Elementor\Controls_Stack->render_by_mode() #6 /home/mojasavna/public_html/wp-content/plugins/elementor/core/base/document.php(282): Elementor\Widget_Base->render_content() in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php on line 550 2022-01-21T09:04:19+00:00 CRITICAL Uncaught Error: Call to a member function get_stock_status() on bool in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php:550 Stack trace: #0 /home/mojasavna/public_html/wp-includes/shortcodes.php(356): display_product_stock_status(Array, '', 'stock_status') #1 [internal function]: do_shortcode_tag(Array) #2 /home/mojasavna/public_html/wp-includes/shortcodes.php(228): preg_replace_callback('/\\[(\\[?)(stock_...', 'do_shortcode_ta...', '[stock_status i...') #3 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php(130): do_shortcode('[stock_status i...') #4 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(2172): Elementor\Widget_Shortcode->render() #5 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/widget-base.php(584): Elementor\Controls_Stack->render_by_mode() #6 /home/mojasavna/public_html/wp-content/plugins/elementor/core/base/document.php(282): Elementor\Widget_Base->render_content() in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php on line 550 2022-01-21T09:04:23+00:00 CRITICAL Uncaught Error: Call to a member function get_stock_status() on bool in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php:550 Stack trace: #0 /home/mojasavna/public_html/wp-includes/shortcodes.php(356): display_product_stock_status(Array, '', 'stock_status') #1 [internal function]: do_shortcode_tag(Array) #2 /home/mojasavna/public_html/wp-includes/shortcodes.php(228): preg_replace_callback('/\\[(\\[?)(stock_...', 'do_shortcode_ta...', '[stock_status i...') #3 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php(130): do_shortcode('[stock_status i...') #4 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(2172): Elementor\Widget_Shortcode->render() #5 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/widget-base.php(584): Elementor\Controls_Stack->render_by_mode() #6 /home/mojasavna/public_html/wp-content/plugins/elementor/core/base/document.php(282): Elementor\Widget_Base->render_content() in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php on line 550 2022-01-21T09:04:27+00:00 CRITICAL Uncaught Error: Call to a member function get_stock_status() on bool in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php:550 Stack trace: #0 /home/mojasavna/public_html/wp-includes/shortcodes.php(356): display_product_stock_status(Array, '', 'stock_status') #1 [internal function]: do_shortcode_tag(Array) #2 /home/mojasavna/public_html/wp-includes/shortcodes.php(228): preg_replace_callback('/\\[(\\[?)(stock_...', 'do_shortcode_ta...', '[stock_status i...') #3 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php(130): do_shortcode('[stock_status i...') #4 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(2172): Elementor\Widget_Shortcode->render() #5 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/widget-base.php(584): Elementor\Controls_Stack->render_by_mode() #6 /home/mojasavna/public_html/wp-content/plugins/elementor/core/base/document.php(282): Elementor\Widget_Base->render_content() in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php on line 550 2022-01-21T09:07:04+00:00 CRITICAL Uncaught Error: Call to a member function get_stock_status() on bool in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php:550 Stack trace: #0 /home/mojasavna/public_html/wp-includes/shortcodes.php(356): display_product_stock_status(Array, '', 'stock_status') #1 [internal function]: do_shortcode_tag(Array) #2 /home/mojasavna/public_html/wp-includes/shortcodes.php(228): preg_replace_callback('/\\[(\\[?)(stock_...', 'do_shortcode_ta...', '[stock_status i...') #3 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php(130): do_shortcode('[stock_status i...') #4 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(2172): Elementor\Widget_Shortcode->render() #5 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/widget-base.php(584): Elementor\Controls_Stack->render_by_mode() #6 /home/mojasavna/public_html/wp-content/plugins/elementor/core/base/document.php(282): Elementor\Widget_Base->render_content() in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php on line 550 2022-01-21T09:10:17+00:00 CRITICAL Uncaught Error: Call to a member function get_stock_status() on bool in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php:550 Stack trace: #0 /home/mojasavna/public_html/wp-includes/shortcodes.php(356): display_product_stock_status(Array, '', 'stock_status') #1 [internal function]: do_shortcode_tag(Array) #2 /home/mojasavna/public_html/wp-includes/shortcodes.php(228): preg_replace_callback('/\\[(\\[?)(stock_...', 'do_shortcode_ta...', '[stock_status i...') #3 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php(130): do_shortcode('[stock_status i...') #4 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(2172): Elementor\Widget_Shortcode->render() #5 /home/mojasavna/public_html/wp-content/plugins/elementor/includes/base/widget-base.php(584): Elementor\Controls_Stack->render_by_mode() #6 /home/mojasavna/public_html/wp-content/plugins/elementor/core/base/document.php(282): Elementor\Widget_Base->render_content() in /home/mojasavna/public_html/wp-content/themes/big-store-child/functions.php on line 550Kind regards
Forum: Plugins
In reply to: [Max Mega Menu] Additional slider appearing on single product pages?Hi @megamenu !
Yes, I went into troubleshooting mode and tested every single plugin. The problem appeared only when I enabled Max Mega Menu.
Kind regards
Forum: Plugins
In reply to: [WooCommerce] New Account email not being generated for the customerHi @margaretwporg !
Thank you for your reply. I already checked with Fluent SMTP, and it’s not even generated.
Also, here’s the status report if you need it:
### WordPress Environment ### WordPress address (URL): https://moja-savna.si Site address (URL): https://moja-savna.si WC Version: 6.1.1 REST API Version: ✔ 6.1.1 WC Blocks Version: ✔ 6.5.2 Action Scheduler Version: ✔ 3.4.0 WC Admin Version: ✔ 3.0.3 Log Directory Writable: ✔ WP Version: 5.9 WP Multisite: – WP Memory Limit: 256 MB WP Debug Mode: – WP Cron: ✔ Language: en_US External object cache: – ### Server Environment ### Server Info: LiteSpeed PHP Version: 7.4.27 PHP Post Max Size: 50 MB PHP Time Limit: 30 PHP Max Input Vars: 5000 cURL Version: 7.71.0 OpenSSL/1.1.1d SUHOSIN Installed: – MySQL Version: 5.5.5-10.3.32-MariaDB-log-cll-lve Max Upload Size: 20 MB Default Timezone is UTC: ✔ fsockopen/cURL: ✔ SoapClient: ✔ DOMDocument: ✔ GZip: ✔ Multibyte String: ✔ Remote Post: ✔ Remote Get: ✔ ### Database ### WC Database Version: 6.1.1 WC Database Prefix: YwAaXCZkY_ Total Database Size: 63.68MB Database Data Size: 53.80MB Database Index Size: 9.88MB YwAaXCZkY_woocommerce_sessions: Data: 0.06MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB YwAaXCZkY_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB YwAaXCZkY_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_woocommerce_order_itemmeta: Data: 0.06MB + Index: 0.03MB + Engine InnoDB YwAaXCZkY_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB YwAaXCZkY_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB YwAaXCZkY_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB YwAaXCZkY_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB YwAaXCZkY_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB YwAaXCZkY_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB YwAaXCZkY_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB YwAaXCZkY_actionscheduler_actions: Data: 4.02MB + Index: 1.56MB + Engine InnoDB YwAaXCZkY_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_actionscheduler_logs: Data: 2.02MB + Index: 1.69MB + Engine InnoDB YwAaXCZkY_addonlibrary_addons: Data: 0.02MB + Index: 0.00MB + Engine InnoDB YwAaXCZkY_addonlibrary_categories: Data: 0.02MB + Index: 0.00MB + Engine InnoDB YwAaXCZkY_aioseo_cache: Data: 0.11MB + Index: 0.03MB + Engine InnoDB YwAaXCZkY_aioseo_notifications: Data: 0.03MB + Index: 0.06MB + Engine InnoDB YwAaXCZkY_aioseo_posts: Data: 1.52MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_ce4wp_abandoned_checkout: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_ce4wp_contacts: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB YwAaXCZkY_comments: Data: 0.02MB + Index: 0.09MB + Engine InnoDB YwAaXCZkY_dlm_order: Data: 0.02MB + Index: 0.00MB + Engine InnoDB YwAaXCZkY_dlm_order_customer: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_dlm_order_item: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_dlm_order_transaction: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_dlm_session: Data: 0.02MB + Index: 0.00MB + Engine InnoDB YwAaXCZkY_download_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_ewwwio_images: Data: 0.08MB + Index: 0.06MB + Engine InnoDB YwAaXCZkY_ewwwio_queue: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_frmt_form_entry: Data: 0.02MB + Index: 0.05MB + Engine InnoDB YwAaXCZkY_frmt_form_entry_meta: Data: 0.02MB + Index: 0.05MB + Engine InnoDB YwAaXCZkY_frmt_form_views: Data: 0.05MB + Index: 0.06MB + Engine InnoDB YwAaXCZkY_fsmpt_email_logs: Data: 0.19MB + Index: 0.00MB + Engine InnoDB YwAaXCZkY_gla_budget_recommendations: Data: 0.20MB + Index: 0.11MB + Engine InnoDB YwAaXCZkY_gla_merchant_issues: Data: 0.02MB + Index: 0.00MB + Engine InnoDB YwAaXCZkY_gla_shipping_rates: Data: 0.02MB + Index: 0.03MB + Engine InnoDB YwAaXCZkY_gla_shipping_times: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_lead_form: Data: 0.02MB + Index: 0.00MB + Engine InnoDB YwAaXCZkY_lead_form_data: Data: 0.02MB + Index: 0.00MB + Engine InnoDB YwAaXCZkY_lead_form_extension: Data: 0.02MB + Index: 0.00MB + Engine InnoDB YwAaXCZkY_lead_form_options: Data: 0.02MB + Index: 0.00MB + Engine InnoDB YwAaXCZkY_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_mailchimp_carts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB YwAaXCZkY_mailchimp_jobs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB YwAaXCZkY_mailpoet_custom_fields: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_mailpoet_dynamic_segment_filters: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_mailpoet_feature_flags: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_mailpoet_forms: Data: 0.02MB + Index: 0.00MB + Engine InnoDB YwAaXCZkY_mailpoet_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB YwAaXCZkY_mailpoet_mapping_to_external_entities: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_mailpoet_newsletters: Data: 0.02MB + Index: 0.03MB + Engine InnoDB YwAaXCZkY_mailpoet_newsletter_links: Data: 0.02MB + Index: 0.05MB + Engine InnoDB YwAaXCZkY_mailpoet_newsletter_option: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_mailpoet_newsletter_option_fields: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_mailpoet_newsletter_posts: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_mailpoet_newsletter_segment: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_mailpoet_newsletter_templates: Data: 2.52MB + Index: 0.00MB + Engine InnoDB YwAaXCZkY_mailpoet_scheduled_tasks: Data: 0.05MB + Index: 0.03MB + Engine InnoDB YwAaXCZkY_mailpoet_scheduled_task_subscribers: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_mailpoet_segments: Data: 0.02MB + Index: 0.03MB + Engine InnoDB YwAaXCZkY_mailpoet_sending_queues: Data: 0.02MB + Index: 0.03MB + Engine InnoDB YwAaXCZkY_mailpoet_settings: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_mailpoet_statistics_bounces: Data: 0.02MB + Index: 0.00MB + Engine InnoDB YwAaXCZkY_mailpoet_statistics_clicks: Data: 0.02MB + Index: 0.05MB + Engine InnoDB YwAaXCZkY_mailpoet_statistics_forms: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_mailpoet_statistics_newsletters: Data: 0.02MB + Index: 0.03MB + Engine InnoDB YwAaXCZkY_mailpoet_statistics_opens: Data: 0.02MB + Index: 0.08MB + Engine InnoDB YwAaXCZkY_mailpoet_statistics_unsubscribes: Data: 0.02MB + Index: 0.05MB + Engine InnoDB YwAaXCZkY_mailpoet_statistics_woocommerce_purchases: Data: 0.02MB + Index: 0.06MB + Engine InnoDB YwAaXCZkY_mailpoet_stats_notifications: Data: 0.02MB + Index: 0.03MB + Engine InnoDB YwAaXCZkY_mailpoet_subscribers: Data: 0.02MB + Index: 0.13MB + Engine InnoDB YwAaXCZkY_mailpoet_subscriber_custom_field: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_mailpoet_subscriber_ips: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_mailpoet_subscriber_segment: Data: 0.02MB + Index: 0.03MB + Engine InnoDB YwAaXCZkY_mailpoet_user_agents: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_mailpoet_user_flags: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_mclean_refs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB YwAaXCZkY_mclean_scan: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_nextend2_image_storage: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_nextend2_section_storage: Data: 0.02MB + Index: 0.06MB + Engine InnoDB YwAaXCZkY_nextend2_smartslider3_generators: Data: 0.02MB + Index: 0.00MB + Engine InnoDB YwAaXCZkY_nextend2_smartslider3_sliders: Data: 0.05MB + Index: 0.03MB + Engine InnoDB YwAaXCZkY_nextend2_smartslider3_sliders_xref: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_nextend2_smartslider3_slides: Data: 0.05MB + Index: 0.11MB + Engine InnoDB YwAaXCZkY_options: Data: 5.20MB + Index: 0.28MB + Engine InnoDB YwAaXCZkY_pmpro_discount_codes: Data: 0.02MB + Index: 0.05MB + Engine InnoDB YwAaXCZkY_pmpro_discount_codes_levels: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_pmpro_discount_codes_uses: Data: 0.02MB + Index: 0.03MB + Engine InnoDB YwAaXCZkY_pmpro_memberships_categories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_pmpro_memberships_pages: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_pmpro_memberships_users: Data: 0.02MB + Index: 0.09MB + Engine InnoDB YwAaXCZkY_pmpro_membership_levelmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB YwAaXCZkY_pmpro_membership_levels: Data: 0.02MB + Index: 0.05MB + Engine InnoDB YwAaXCZkY_pmpro_membership_ordermeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB YwAaXCZkY_pmpro_membership_orders: Data: 0.02MB + Index: 0.20MB + Engine InnoDB YwAaXCZkY_postmeta: Data: 22.45MB + Index: 1.80MB + Engine InnoDB YwAaXCZkY_posts: Data: 12.16MB + Index: 0.30MB + Engine InnoDB YwAaXCZkY_redirection_404: Data: 0.11MB + Index: 0.05MB + Engine InnoDB YwAaXCZkY_redirection_groups: Data: 0.02MB + Index: 0.03MB + Engine InnoDB YwAaXCZkY_redirection_items: Data: 0.02MB + Index: 0.09MB + Engine InnoDB YwAaXCZkY_redirection_logs: Data: 0.02MB + Index: 0.05MB + Engine InnoDB YwAaXCZkY_signups: Data: 0.02MB + Index: 0.06MB + Engine InnoDB YwAaXCZkY_snippets: Data: 0.02MB + Index: 0.00MB + Engine InnoDB YwAaXCZkY_termmeta: Data: 0.05MB + Index: 0.03MB + Engine InnoDB YwAaXCZkY_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB YwAaXCZkY_term_relationships: Data: 0.05MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_term_taxonomy: Data: 0.05MB + Index: 0.03MB + Engine InnoDB YwAaXCZkY_th_popup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB YwAaXCZkY_tm_taskmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB YwAaXCZkY_tm_tasks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_upfs_files: Data: 0.02MB + Index: 0.00MB + Engine InnoDB YwAaXCZkY_usermeta: Data: 0.06MB + Index: 0.03MB + Engine InnoDB YwAaXCZkY_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB YwAaXCZkY_wcpdf_invoice_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB YwAaXCZkY_wc_admin_notes: Data: 0.06MB + Index: 0.00MB + Engine InnoDB YwAaXCZkY_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB YwAaXCZkY_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB YwAaXCZkY_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB YwAaXCZkY_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB YwAaXCZkY_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB YwAaXCZkY_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB YwAaXCZkY_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB YwAaXCZkY_wc_product_meta_lookup: Data: 0.02MB + Index: 0.09MB + Engine InnoDB YwAaXCZkY_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB YwAaXCZkY_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_wfpklist_template_data: Data: 0.03MB + Index: 0.00MB + Engine InnoDB YwAaXCZkY_wpuf_subscribers: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_wpuf_transaction: Data: 0.02MB + Index: 0.06MB + Engine InnoDB YwAaXCZkY_yasr_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_yasr_log_multi_set: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_yasr_multi_set: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_yasr_multi_set_fields: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_yith_wcwl: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_yith_wcwl_lists: Data: 0.02MB + Index: 0.03MB + Engine InnoDB YwAaXCZkY_yoast_indexable: Data: 0.11MB + Index: 0.08MB + Engine InnoDB YwAaXCZkY_yoast_indexable_hierarchy: Data: 0.02MB + Index: 0.05MB + Engine InnoDB YwAaXCZkY_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB YwAaXCZkY_yoast_primary_term: Data: 0.02MB + Index: 0.03MB + Engine InnoDB YwAaXCZkY_yoast_seo_links: Data: 0.02MB + Index: 0.03MB + Engine InnoDB ### Post Type Counts ### acoplw_badges: 1 attachment: 284 bnfw_notification: 4 cartflows_flow: 1 cartflows_step: 2 custom_css: 2 customize_changeset: 29 dlm_download_version: 1 elementor_library: 30 forminator_forms: 3 glossary: 1 gpsc_slider_carousel: 1 mailpoet_page: 1 nav_menu_item: 21 oembed_cache: 3 page: 22 post: 1 product: 71 product_variation: 30 project: 1 revision: 703 shop_order: 19 sp_wps_shortcodes: 1 tooltips: 1 woolentor-template: 1 wp_global_styles: 1 wpuf_forms: 1 wpuf_input: 2 xlwcty_thankyou: 1 ### Security ### Secure connection (HTTPS): ✔ Hide errors from visitors: ✔ ### Active Plugins (34) ### All in One SEO: by All in One SEO Team – 4.1.6.2 Better Notifications for WP: by Made with Fuel – 1.8.7 CartFlows: by CartFlows Inc – 1.8.2 Child Theme Configurator: by Lilaea Media – 2.5.8 Content Control: by Code Atlantic – 1.1.9 Cookie Notice & Compliance for GDPR / CCPA: by Hu-manity.co – 2.2.1 Disable woocommerce logout confirmation: by Hem Thapa – 1.2 Download Plugin: by metagauss – 2.0.2 Elementor: by Elementor.com – 3.5.5 Enhanced AJAX Add to Cart for WooCommerce: by TheRiteSites – 2.3.0 Essential Addons for Elementor: by WPDeveloper – 5.0.6 FluentSMTP: by FluentSMTP & WPManageNinja Team – 2.1.0 Forminator: by WPMU DEV – 1.15.9 Google Listings and Ads: by WooCommerce – 1.11.0 Health Check & Troubleshooting: by The WordPress.org community – 1.4.5 Kadence WooCommerce Email Designer: by Kadence WP – 1.4.10 Loco Translate: by Tim Whitlock – 2.5.8 Max Mega Menu: by megamenu.com – 2.9.5 Menu Icons: by ThemeIsle – 0.12.9 Page scroll to id: by malihu – 1.7.5 Really Simple SSL: by Really Simple Plugins – 5.2.3 Redirection: by John Godley – 5.2.2 Reveal IDs: by Oliver Schlöbe – 1.5.4 SMNTCS Custom Logo Link: by Niels Lange – 1.16 Kategorija Order and Taxonomy Terms Order: by Nsp-Code – 1.5.9 Temporary Login Without Password: by StoreApps – 1.7.1 TH Advance Izdelek Search: by ThemeHunk – 1.1.1 UpdraftPlus - Backup/Restore: by UpdraftPlus.Com DavidAnderson – 1.22.1 User Menus: by Code Atlantic – 1.2.7 WooCommerce PayPal Payments: by WooCommerce – 1.6.5 WooCommerce PDF Invoices & Packing Slips: by WP Overnight – 2.12.1 WooCommerce: by Automattic – 6.1.1 WooLentor - WooCommerce Elementor Addons + Builder: by HasThemes – 2.1.8 WP-Optimize - Clean, Compress, Cache: by David Anderson Ruhani Rabin Team Updraft – 3.2.2 ### Inactive Plugins (0) ### ### Dropin Plugins (1) ### maintenance.php: maintenance.php ### Must Use Plugins (1) ### Health Check Troubleshooting Mode: by – 1.7.2 ### Settings ### API Enabled: – Force SSL: – Currency: EUR (€) Currency Position: right_space Thousand Separator: . Decimal Separator: , Number of Decimals: 2 Taxonomies: Product Types: simple (simple) grouped (grouped) variable (variable) external (external) Taxonomies: Product Visibility: exclude-from-search (exclude-from-search) exclude-from-catalog (exclude-from-catalog) featured (featured) outofstock (outofstock) rated-1 (rated-1) rated-2 (rated-2) rated-3 (rated-3) rated-4 (rated-4) rated-5 (rated-5) Connected to WooCommerce.com: – ### WC Pages ### Shop base: #5 - /trgovina/ Cart: #6 - /kosarica/ Checkout: #7 - /zakljucek-nakupa/ My account: #8 - /moj-racun/ Terms and conditions: #3 - /pravilnik-o-zasebnosti/ ### Theme ### Name: Big Store Child Version: 1.7.0.1633437188 Author URL: https://www.themehunk.com Child Theme: ✔ Parent Theme Name: Big Store Parent Theme Version: 1.8.6 Parent Theme Author URL: https://www.themehunk.com WooCommerce Support: ✔ ### Templates ### Archive Template: Your theme has a woocommerce.php file you will not be able to override the woocommerce/archive-Izdelek.php custom template since woocommerce.php has priority over archive-Izdelek.php. This is intended to prevent display issues. Overrides: big-store-child/woocommerce/content-product.php big-store-child/woocommerce/emails/customer-new-account.php big-store-child/woocommerce/emails/customer-on-hold-order.php ### WooCommerce PayPal Payments ### Onboarded: ✔ Shop country code: SI WooCommerce currency supported: ✔ PayPal card processing available in country: – Pay Later messaging available in country: – Webhook status: – Vault enabled: ✔ Logging enabled: – Reference Transactions: – Used PayPal Checkout plugin: – ### Action Scheduler ### Complete: 5,146 Oldest: 2022-01-20 07:39:22 +0100 Newest: 2022-02-04 11:29:42 +0100 Pending: 5 Oldest: 2022-02-04 11:34:42 +0100 Newest: 2022-02-05 02:18:19 +0100 ### Status report information ### Generated at: 2022-02-04 11:30:50 +01:00Kind regards