toto
Forum Replies Created
-
Обърнете внимание че в меню
WooCommerce > Discount Rules > Settings най долу в Advanced Options
имат следната чавка:
Do you use a third-party plugin or custom code to set product prices? Example: If you use plugins for wholesale pricing or country-specific pricing that manage product prices, there’s a chance that discount rules may not apply. In such cases, you can activate this option to ensure compatibility.
в случай че е полезно при прегледа ви.We have same problem is there any solution?
It works now! No problem! 🙂
Hi, WP Version: 6.8.2, PHP version: 8.4.10 (Supports 64bit values)
Forum: Plugins
In reply to: [AboveWP Bulgarian Eurozone] Валута в имейл при Фиксирана ставкаПерфектно, работи. И аз благодаря!
I have same problem, pls help.
Forum: Plugins
In reply to: [WP-PageNavi] O plugin precisa ser atualizado para o wordpress 6.7.0I have same problem, pls help.
Forum: Plugins
In reply to: [DX Delete Attached Media] caused a critical errorПри преинсталиране на плъгина връща следната грешка
Fatal error: Cannot declare class Better_Search_Replace, because the name is already in use in /home/xxx/wp-content/plugins/better-search-replace/includes/class-bsr-main.php on line 20
Разширението не може да бъде включено, тъй като предизвиква фатална грешка.
Warning: Constant BSR_FILE already defined in /home/xxx/wp-content/plugins/better-search-replace/better-search-replace.php on line 62Warning: Constant BSR_PATH already defined in /home/xxx/wp-content/plugins/better-search-replace/better-search-replace.php on line 65
Please, update plugin and fix this error – DEPRECATAD update_option comment_whitelist to comment_previously_approved
It’s a very simple fix. We get errors all time!
Forum: Plugins
In reply to: [Search by SKU for Woocommerce] Draft Products in Search ReturnsYep trashed products also returns in search results!
User can see private, trashed, draft products!!!
Yes i get the same error, we use php 8
[31-Jan-2022 21:40:52 UTC] PHP Notice: stock_quantity was called <strong>incorrectly</strong>. Product properties should not be accessed directly. Backtrace: require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/minimal/page.php'), get_template_part, locate_template, load_template, require('/themes/minimal/content.php'), the_content, apply_filters('the_content'), WP_Hook->apply_filters, WC_Template_Loader::unsupported_theme_shop_content_filter, WC_Shortcode_Products->get_content, WC_Shortcode_Products->product_loop, wc_get_template_part, load_template, require('/themes/minimal/content-product.php'), do_action('woocommerce_after_shop_loop_item'), WP_Hook->do_action, WP_Hook->apply_filters, woocommerce_template_loop_add_to_cart, wc_get_template, include('/plugins/woocommerce/templates/loop/add-to-cart.php'), apply_filters('woocommerce_loop_add_to_cart_link'), WP_Hook->apply_filters, woa_wqfsp->woa_add_quantity_fields, woocommerce_quantity_input, apply_filters('woocommerce_quantity_input_args'), WP_Hook->apply_filters, woa_wqfsp->woa_woocommerce_quantity_input_args, WC_Abstract_Legacy_Product->__get, wc_doing_it_wrong Please see <a href="https://ww.wp.xz.cn/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.0.) in /home/XXXXX/public_html/wp-includes/functions.php on line 5768The error is multiplied for each product in shop page – the log get 20 KB on each refresh.
Forum: Plugins
In reply to: [WooCommerce] Product Gallery image not showinghttps://ww.wp.xz.cn/support/topic/gallery-and-image-preview-not-working/
may be need jquery migrate, check and test does your theme has jauery migrate.
- This reply was modified 4 years, 4 months ago by toto.
Forum: Plugins
In reply to: [WooCommerce] Gallery and image preview not workingI found the problem, on my theme has a code to remove jquery migrate for optimization proposes.
I remove this code and all works now. But why this happen after last update?
add_action( 'wp_default_scripts', 'twf_remove_jquery_migrate' ); function twf_remove_jquery_migrate( $scripts ) { if ( ! is_admin() && isset( $scripts->registered['jquery'] ) ) { $script = $scripts->registered['jquery']; if ( $script->deps ) { // Check whether the script has any dependencies $script->deps = array_diff( $script->deps, array( 'jquery-migrate' ) ); } } }Forum: Plugins
In reply to: [WooCommerce] Gallery and image preview not workingHi i test it on clean wordpress, no other plugins installed, clean blank theme.
Latest WordPress version, php 8.0, default Jquery exist on theme.
But after last WC update problem is displayed, before update no problem exist.Please give us fast solution all products has no images or galleries now on 2,3 different sites and servers. Its a bug!!!
Forum: Plugins
In reply to: [Custom Field Suite] HAS php warningsIn php 8 – Is it possible to use null to fix it>
function _wp_post_revision_field_postmeta( $value = null, $column = ‘cfs_postmeta’, $post ) {
- This reply was modified 4 years, 11 months ago by toto.