Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter filipp0

    (@filipp0)

    I tried that function but it hides the cart and checkout links in the menu, while empty subcategories remain visible

    Thread Starter filipp0

    (@filipp0)

    thanks for your reply! I would like to hide the empty product categories in the main menu

    I tried this function

    
    add_filter( 'wp_get_nav_menu_items', 'hide_empty_navbar_items', 10, 3 );
    function hide_empty_navbar_items ( $items, $menu, $args ) {
            global $wpdb;
            $empty = $wpdb->get_col( "SELECT term_taxonomy_id FROM $wpdb->term_taxonomy WHERE count = 0" );
            foreach ( $items as $key => $item ) {
                    if ( ( 'taxonomy' == $item->type ) && ( in_array( $item->object_id, $empty ) ) ) {
                            unset( $items[$key] );
                    }
            }
            return $items;
    }
    Thread Starter filipp0

    (@filipp0)

    I would like it to automatically update with product stock

    Thread Starter filipp0

    (@filipp0)

    The problem was with this function

    /**
     * Override loop template and show quantities next to add to cart buttons
     */
    add_filter( 'woocommerce_loop_add_to_cart_link', 'quantity_inputs_for_woocommerce_loop_add_to_cart_link', 10, 2 );
    function quantity_inputs_for_woocommerce_loop_add_to_cart_link( $html, $product ) {
    	if ( $product && $product->is_type( 'simple' ) && $product->is_purchasable() && $product->is_in_stock() && ! $product->is_sold_individually() ) {
    		$html = '<form action="' . esc_url( $product->add_to_cart_url() ) . '" class="cart" method="post" enctype="multipart/form-data">Quantità';
    		$html .= woocommerce_quantity_input( array(), $product, false );
    		$html .= '<button type="submit" class="button alt">' . esc_html( $product->add_to_cart_text() ) . '</button>';
    		$html .= '</form>';
    	}
    	return $html;
    }
    Thread Starter filipp0

    (@filipp0)

    anyone?

    Thread Starter filipp0

    (@filipp0)

    
    ### WordPress Environment ###
    
    WordPress address (URL): https://www.lemporioallapace.com/shop
    Site address (URL): https://www.lemporioallapace.com/shop
    WC Version: 4.0.1
    REST API Version: ? 1.0.7
    WC Blocks Version: ? 2.5.14
    Action Scheduler Version: ? 3.1.4
    WC Admin Version: ? 1.0.3
    Log Directory Writable: ?
    WP Version: ? 5.3.2 - è disponibile una versione più recente di WordPress (5.4)
    WP Multisite: –
    WP Memory Limit: 256 MB
    WP Debug Mode: –
    WP Cron: ?
    Language: it_IT
    External object cache: –
    
    ### Server Environment ###
    
    Server Info: Apache
    PHP Version: 7.0.25 - Consigliamo di usare PHP versione 7.2 o superiore per prestazioni e sicurezza maggiori. Come aggiornare la versione di PHP
    PHP Post Max Size: 55 MB
    PHP Time Limit: 300
    PHP Max Input Vars: 3000
    cURL Version: 7.55.1
    OpenSSL/1.0.1e
    
    SUHOSIN Installed: –
    MySQL Version: 5.7.29-32-log
    Max Upload Size: 50 MB
    Default Timezone is UTC: ?
    fsockopen/cURL: ?
    SoapClient: ?
    DOMDocument: ?
    GZip: ?
    Multibyte String: ?
    Remote Post: ?
    Remote Get: ?
    
    ### Database ###
    
    WC Database Version: 4.0.1
    WC Database Prefix: wpiz_
    Dimensione totale database: 19.19MB
    Dimensione dati database: 13.03MB
    Dimensione indice database: 6.16MB
    wpiz_woocommerce_sessions: Dati: 1.02MB + indice: 0.02MB + motore InnoDB
    wpiz_woocommerce_api_keys: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpiz_woocommerce_attribute_taxonomies: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpiz_woocommerce_downloadable_product_permissions: Dati: 0.02MB + indice: 0.06MB + motore InnoDB
    wpiz_woocommerce_order_items: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpiz_woocommerce_order_itemmeta: Dati: 0.16MB + indice: 0.17MB + motore InnoDB
    wpiz_woocommerce_tax_rates: Dati: 0.02MB + indice: 0.06MB + motore InnoDB
    wpiz_woocommerce_tax_rate_locations: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpiz_woocommerce_shipping_zones: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
    wpiz_woocommerce_shipping_zone_locations: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpiz_woocommerce_shipping_zone_methods: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
    wpiz_woocommerce_payment_tokens: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpiz_woocommerce_payment_tokenmeta: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpiz_woocommerce_log: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpab_actionscheduler_actions: Dati: 0.02MB + indice: 0.11MB + motore InnoDB
    wpab_actionscheduler_claims: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpab_actionscheduler_groups: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpab_actionscheduler_logs: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpab_wc_admin_notes: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
    wpab_wc_admin_note_actions: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpab_wc_category_lookup: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
    wpab_wc_customer_lookup: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpab_wc_download_log: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpab_wc_order_coupon_lookup: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpab_wc_order_product_lookup: Dati: 0.02MB + indice: 0.06MB + motore InnoDB
    wpab_wc_order_stats: Dati: 0.02MB + indice: 0.05MB + motore InnoDB
    wpab_wc_order_tax_lookup: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpab_wc_product_meta_lookup: Dati: 0.02MB + indice: 0.09MB + motore InnoDB
    wpab_wc_tax_rate_classes: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpab_wc_webhooks: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpab_woocommerce_api_keys: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpab_woocommerce_attribute_taxonomies: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpab_woocommerce_downloadable_product_permissions: Dati: 0.02MB + indice: 0.06MB + motore InnoDB
    wpab_woocommerce_log: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpab_woocommerce_order_itemmeta: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpab_woocommerce_order_items: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpab_woocommerce_payment_tokenmeta: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpab_woocommerce_payment_tokens: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpab_woocommerce_sessions: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpab_woocommerce_shipping_zones: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
    wpab_woocommerce_shipping_zone_locations: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpab_woocommerce_shipping_zone_methods: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
    wpab_woocommerce_tax_rates: Dati: 0.02MB + indice: 0.06MB + motore InnoDB
    wpab_woocommerce_tax_rate_locations: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpiz_actionscheduler_actions: Dati: 0.08MB + indice: 0.11MB + motore InnoDB
    wpiz_actionscheduler_claims: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpiz_actionscheduler_groups: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpiz_actionscheduler_logs: Dati: 0.06MB + indice: 0.03MB + motore InnoDB
    wpiz_berocket_termmeta: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
    wpiz_commentmeta: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpiz_comments: Dati: 0.06MB + indice: 0.09MB + motore InnoDB
    wpiz_links: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpiz_mobileassistant_failed_login: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
    wpiz_mobileassistant_push_settings: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
    wpiz_mobileassistant_session_keys: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
    wpiz_mobileassistant_users: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpiz_nextend2_image_storage: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpiz_nextend2_section_storage: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpiz_nextend2_smartslider3_generators: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
    wpiz_nextend2_smartslider3_sliders: Dati: 0.03MB + indice: 0.00MB + motore InnoDB
    wpiz_nextend2_smartslider3_sliders_xref: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
    wpiz_nextend2_smartslider3_slides: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
    wpiz_options: Dati: 5.08MB + indice: 0.14MB + motore InnoDB
    wpiz_postmeta: Dati: 1.48MB + indice: 0.58MB + motore InnoDB
    wpiz_posts: Dati: 1.47MB + indice: 0.22MB + motore InnoDB
    wpiz_termmeta: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpiz_terms: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpiz_term_relationships: Dati: 0.05MB + indice: 0.02MB + motore InnoDB
    wpiz_term_taxonomy: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpiz_usermeta: Dati: 0.09MB + indice: 0.06MB + motore InnoDB
    wpiz_users: Dati: 0.02MB + indice: 0.05MB + motore InnoDB
    wpiz_wcpdf_invoice_number: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
    wpiz_wc_admin_notes: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
    wpiz_wc_admin_note_actions: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpiz_wc_category_lookup: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
    wpiz_wc_customer_lookup: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpiz_wc_download_log: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpiz_wc_order_coupon_lookup: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpiz_wc_order_product_lookup: Dati: 0.05MB + indice: 0.06MB + motore InnoDB
    wpiz_wc_order_stats: Dati: 0.02MB + indice: 0.05MB + motore InnoDB
    wpiz_wc_order_tax_lookup: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpiz_wc_product_meta_lookup: Dati: 0.02MB + indice: 0.09MB + motore InnoDB
    wpiz_wc_tax_rate_classes: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpiz_wc_webhooks: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpiz_wonderplugin_slider: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
    wpiz_wpgmza: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
    wpiz_wpgmza_circles: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
    wpiz_wpgmza_maps: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
    wpiz_wpgmza_nominatim_geocode_cache: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
    wpiz_wpgmza_polygon: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
    wpiz_wpgmza_polylines: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
    wpiz_wpgmza_rectangles: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
    wpql_actionscheduler_actions: Dati: 0.02MB + indice: 0.11MB + motore InnoDB
    wpql_actionscheduler_claims: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpql_actionscheduler_groups: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpql_actionscheduler_logs: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpql_wc_admin_notes: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
    wpql_wc_admin_note_actions: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpql_wc_category_lookup: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
    wpql_wc_customer_lookup: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpql_wc_download_log: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpql_wc_order_coupon_lookup: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpql_wc_order_product_lookup: Dati: 0.02MB + indice: 0.06MB + motore InnoDB
    wpql_wc_order_stats: Dati: 0.02MB + indice: 0.05MB + motore InnoDB
    wpql_wc_order_tax_lookup: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpql_wc_product_meta_lookup: Dati: 0.02MB + indice: 0.09MB + motore InnoDB
    wpql_wc_tax_rate_classes: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpql_wc_webhooks: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpql_woocommerce_api_keys: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpql_woocommerce_attribute_taxonomies: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpql_woocommerce_downloadable_product_permissions: Dati: 0.02MB + indice: 0.06MB + motore InnoDB
    wpql_woocommerce_log: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpql_woocommerce_order_itemmeta: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpql_woocommerce_order_items: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpql_woocommerce_payment_tokenmeta: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpql_woocommerce_payment_tokens: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpql_woocommerce_sessions: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpql_woocommerce_shipping_zones: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
    wpql_woocommerce_shipping_zone_locations: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpql_woocommerce_shipping_zone_methods: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
    wpql_woocommerce_tax_rates: Dati: 0.02MB + indice: 0.06MB + motore InnoDB
    wpql_woocommerce_tax_rate_locations: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpxi_actionscheduler_actions: Dati: 0.02MB + indice: 0.11MB + motore InnoDB
    wpxi_actionscheduler_claims: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpxi_actionscheduler_groups: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpxi_actionscheduler_logs: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpxi_wc_admin_notes: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
    wpxi_wc_admin_note_actions: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpxi_wc_category_lookup: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
    wpxi_wc_customer_lookup: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpxi_wc_download_log: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpxi_wc_order_coupon_lookup: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpxi_wc_order_product_lookup: Dati: 0.02MB + indice: 0.06MB + motore InnoDB
    wpxi_wc_order_stats: Dati: 0.02MB + indice: 0.05MB + motore InnoDB
    wpxi_wc_order_tax_lookup: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpxi_wc_product_meta_lookup: Dati: 0.02MB + indice: 0.09MB + motore InnoDB
    wpxi_wc_tax_rate_classes: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpxi_wc_webhooks: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpxi_woocommerce_api_keys: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpxi_woocommerce_attribute_taxonomies: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpxi_woocommerce_downloadable_product_permissions: Dati: 0.02MB + indice: 0.06MB + motore InnoDB
    wpxi_woocommerce_log: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpxi_woocommerce_order_itemmeta: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpxi_woocommerce_order_items: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpxi_woocommerce_payment_tokenmeta: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpxi_woocommerce_payment_tokens: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpxi_woocommerce_sessions: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpxi_woocommerce_shipping_zones: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
    wpxi_woocommerce_shipping_zone_locations: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpxi_woocommerce_shipping_zone_methods: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
    wpxi_woocommerce_tax_rates: Dati: 0.02MB + indice: 0.06MB + motore InnoDB
    wpxi_woocommerce_tax_rate_locations: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpye_actionscheduler_actions: Dati: 0.02MB + indice: 0.11MB + motore InnoDB
    wpye_actionscheduler_claims: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpye_actionscheduler_groups: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpye_actionscheduler_logs: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpye_wc_admin_notes: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
    wpye_wc_admin_note_actions: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpye_wc_category_lookup: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
    wpye_wc_customer_lookup: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpye_wc_download_log: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpye_wc_order_coupon_lookup: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpye_wc_order_product_lookup: Dati: 0.02MB + indice: 0.06MB + motore InnoDB
    wpye_wc_order_stats: Dati: 0.02MB + indice: 0.05MB + motore InnoDB
    wpye_wc_order_tax_lookup: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpye_wc_product_meta_lookup: Dati: 0.02MB + indice: 0.09MB + motore InnoDB
    wpye_wc_tax_rate_classes: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpye_wc_webhooks: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpye_woocommerce_api_keys: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpye_woocommerce_attribute_taxonomies: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpye_woocommerce_downloadable_product_permissions: Dati: 0.02MB + indice: 0.06MB + motore InnoDB
    wpye_woocommerce_log: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpye_woocommerce_order_itemmeta: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpye_woocommerce_order_items: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpye_woocommerce_payment_tokenmeta: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpye_woocommerce_payment_tokens: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpye_woocommerce_sessions: Dati: 0.02MB + indice: 0.02MB + motore InnoDB
    wpye_woocommerce_shipping_zones: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
    wpye_woocommerce_shipping_zone_locations: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    wpye_woocommerce_shipping_zone_methods: Dati: 0.02MB + indice: 0.00MB + motore InnoDB
    wpye_woocommerce_tax_rates: Dati: 0.02MB + indice: 0.06MB + motore InnoDB
    wpye_woocommerce_tax_rate_locations: Dati: 0.02MB + indice: 0.03MB + motore InnoDB
    
    ### Post Type Counts ###
    
    attachment: 161
    br_product_filter: 3
    condition_group: 3
    custom_css: 1
    customize_changeset: 266
    feedback: 1
    nav_menu_item: 112
    page: 9
    popup: 4
    popup_theme: 7
    post: 2
    product: 102
    revision: 240
    shop_coupon: 9
    shop_order: 41
    shop_order_refund: 2
    sidebar: 3
    social_icon: 1
    woo_discount: 2
    woo_discount_cart: 1
    
    ### Security ###
    
    Secure connection (HTTPS): ?
    Hide errors from visitors: ?
    
    ### Active Plugins (30) ###
    
    CB Change Mail Sender: by Md Abul Bashar – 1.2.2
    CMB2: by CMB2 team – 2.7.0
    Content Aware Sidebars: by Joachim Jensen - DEV Institute – 3.11.1
    Cookie Notice: by dFactory – 1.2.51
    ELEX WooCommerce Bulk Edit Products, Prices & Attributes (Basic): by ELEXtensions – 1.0.4 – Non testato con la versione attiva di WooCommerce
    Facebook for WooCommerce: by Facebook – 1.10.2 – Non testato con la versione attiva di WooCommerce
    Favicon by RealFaviconGenerator: by Philippe Bernard – 1.3.17
    Jetpack by WordPress.com: by Automattic – 8.3
    Kirki Customizer Framework: by Ari Stathopoulos (@aristath) – 3.1.0
    Mobile Assistant Connector: by eMagicOne – 2.1.1
    WooHero: by N-Media – 3.1 – Non testato con la versione attiva di WooCommerce
    Popup Maker: by Popup Maker – 1.9.2
    Simple Banner: by Ryan Petersen – 2.3.0
    Social Icons Widget & Block by WPZOOM: by WPZOOM – 4.0.2
    User Menus: by Code Atlantic – 1.2.3
    Widget Context: by Kaspars Dambis – 1.2.0
    Wonder Slider Lite: by Magic Hills Pty Ltd – 11.3
    Woo Discount Rules: by Flycart Technologies LLP – 1.9.6 – Non testato con la versione attiva di WooCommerce
    WooCommerce P.IVA e Codice Fiscale per Italia: by dot4all – 2.1.9 – Non testato con la versione attiva di WooCommerce
    Attributes Menu Manager For WooCommerce: by Varun Sridharan – 1.0 – Non testato con la versione attiva di WooCommerce
    WooCommerce - Store Exporter: by Visser Labs – 2.4 – Non testato con la versione attiva di WooCommerce
    WooCommerce PayPal Checkout Gateway: by WooCommerce – 1.6.20 – 1.6.21 è disponibile – Non testato con la versione attiva di WooCommerce
    WooCommerce Stripe Gateway: by WooCommerce – 4.3.3 – Non testato con la versione attiva di WooCommerce
    WPB Product Quick View Popup for WooCommerce: by wpbean – 2.1.0 – Non testato con la versione attiva di WooCommerce
    WooCommerce Max Quantity: by Isabel Castillo – 1.5.2 – Non testato con la versione attiva di WooCommerce
    WooCommerce PDF Invoices & Packing Slips: by Ewout Fernhout – 2.4.7 – Non testato con la versione attiva di WooCommerce
    WooCommerce Services: by Automattic – 1.22.5 – 1.23.0 è disponibile – Non testato con la versione attiva di WooCommerce
    Woocommerce upcoming Products: by Mohaiminul Islam – 1.5.9.2 – Non testato con la versione attiva di WooCommerce
    WooCommerce: by Automattic – 4.0.1
    Importatore convertitore da categorie a tag: by wordpressdotorg – 0.5
    
    ### Inactive Plugins (0) ###
    
    ### Settings ###
    
    API Enabled: –
    Force SSL: –
    Currency: EUR (€)
    Currency Position: left
    Thousand Separator: .
    Decimal Separator: ,
    Number of Decimals: 2
    Taxonomies: Product Types: external (external)
    grouped (grouped)
    simple (simple)
    variable (variable)
    
    Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
    exclude-from-search (exclude-from-search)
    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: #6 - /negozio/
    Carrello: #7 - /carrello/
    Cassa: #8 - /checkout/
    Il mio account: #9 - /mio-account/
    Termini e condizioni: #3 - /privacy-policy/
    
    ### Theme ###
    
    Name: Envo eCommerce
    Version: 1.0.13
    Author URL: https://envothemes.com/
    Child Theme: ? – Se stai modificando WooCommerce o un tema genitore che non hai costruito personalmente
    ti consigliamo di utilizzare un tema child. Vedi: Come creare un tema child
    
    WooCommerce Support: ?
    
    ### Templates ###
    
    Archive Template: Il tuo tema ha il file woocommerce.php
    non potrai sovrascrivere il template personalizzato woocommerce/archive-product.php poiché woocommerce.php ha priorità su archive-product.php. Questo serve a prevenire problemi di visualizzazione.
    
    Overrides: –
    
    ### Action Scheduler ###
    
    Operazione annullata: 1
    Oldest: 2020-03-25 12:13:16 +0000
    Newest: 2020-03-25 12:13:16 +0000
    
    Completato: 211
    Oldest: 2020-03-24 22:56:59 +0000
    Newest: 2020-04-23 01:01:53 +0000
    
    
Viewing 6 replies - 1 through 6 (of 6 total)