Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter nosaj2783

    (@nosaj2783)

    @margaretwporg ,

    This is the exact debug error:

    post was called incorrectly. Product properties should not be accessed directly. Backtrace: do_action(‘wp_ajax_nopriv_wc_store_catalog_pdf_download_frontend_generate_pdf_ajax’), WP_Hook->do_action, WP_Hook->apply_filters, WC_Store_Catalog_PDF_Download_Ajax->generate_pdf_ajax, include(‘/themes/PortoChild/woocommerce-store-catalog-pdf-download/pdf-layout-single-html.php’), WC_Abstract_Legacy_Product->__get, wc_doing_it_wrong. This message was added in version 3.0.

    and below is code for the pdf-layout-single-html.php

    <?php
    /**
     * @version 1.0.9
     */
    
    if ( ! defined( 'ABSPATH' ) ) {
    	exit; // Exit if accessed directly
    }
    
    global $wc_posts;
    
    ?>
    
    	<div class="single">
    		<?php
    
    		foreach ( $wc_posts as $post ) {
    
    			// create the product object
    			$product = wc_get_product( $post );
    
    			$single_image_size = apply_filters( 'wc_store_catalog_pdf_download_single_image_size', array( 500, 500, true ), $product );
    			$product_image     = WC_Store_Catalog_PDF_Download_Ajax::get_product_image( $product, $single_image_size );
    		?>
    			<?php do_action( 'wc_store_catalog_pdf_download_before_product', $product ); ?>
                <br><br>
                
                <div class="table-row">
                    <div class="table-cell" style="display:block; float:left; width:40%; margin-right:5%; border:1px solid #999;">
                        <?php echo apply_filters( 'wc_store_catalog_pdf_download_show_product_image', has_post_thumbnail( $post ) ? $product_image : WC_Store_Catalog_PDF_Download_Ajax::get_placeholder_image( array() ), $product ); ?>
                    </div>
                    <div class="table-cell" style="display:block; float:right; width:55%;">
                        <h2><a href="<?php echo get_permalink( $product->get_id() ); ?>"><?php echo apply_filters( 'wc_store_catalog_pdf_download_show_product_title', ( version_compare( WC_VERSION, '3.0', '<' ) ? $product->post->post_title : $product->get_name() ), $product ); ?></a></h2>
                            <h3 style="color:#e26704;">Quick Overview</h3>
                            <?php echo apply_filters( 'the_excerpt', $product->post->post_excerpt ); ?>
                    </div>
                </div>
    			
    			
    
    			<div class="clear"></div>
                            
                            
    			<?php // echo apply_filters( 'wc_store_catalog_pdf_download_show_product_price', $product->get_price_html() ); ?>
    			
                            <h3 style="color:#e26704;">Description</h3>
                            
    			<p class="description"><?php echo apply_filters( 'wc_store_catalog_pdf_download_description', ( version_compare( WC_VERSION, '3.0', '<' ) ? $product->post->post_content : $product->get_description() ), $product ); ?></p>
    
    			<?php apply_filters( 'wc_store_catalog_pdf_download_product_meta', include( WC_Store_Catalog_PDF_Download_Ajax::get_product_meta_template( $product ) ) ); ?>
                            
                            <h3 style="color:#e26704;">Shipping Specifications</h3>
                            
    			<?php do_action( 'wc_store_catalog_pdf_download_product_attr', $product ); ?>
    
    			<?php do_action( 'wc_store_catalog_pdf_download_after_product', $product ); ?>
    		<?php
    		}
    		?>
    	</div>

    Thank you so much!

    Thread Starter nosaj2783

    (@nosaj2783)

    Hi @margaretwporg,

    Thank you for the reply.

    1.I cant established from the first time I am seeking for common things for those products that have error. But a Hard Refresh of the product page will make it work. But then again after that it persist.

    2. Please see below Status:

    
    ### WordPress Environment ###
    
    WordPress address (URL): https://www.fedproducts.co.nz
    Site address (URL): https://www.fedproducts.co.nz
    WC Version: 5.1.0
    REST API Version: ✔ 5.1.0
    WC Blocks Version: ✔ 4.4.3
    Action Scheduler Version: ✔ 3.1.6
    WC Admin Version: ✔ 2.0.2
    Log Directory Writable: ✔
    WP Version: 5.9.1
    WP Multisite: –
    WP Memory Limit: 2 GB
    WP Debug Mode: ✔
    WP Cron: ✔
    Language: en_NZ
    External object cache: –
    
    ### Server Environment ###
    
    Server Info: Apache/2.4.25 (Debian)
    PHP Version: 7.4.27
    PHP Post Max Size: 100 MB
    PHP Time Limit: 4096
    PHP Max Input Vars: 2500
    cURL Version: 7.52.1
    OpenSSL/1.0.2u
    
    SUHOSIN Installed: –
    MySQL Version: 5.5.5-10.4.20-MariaDB-1:10.4.20+maria~stretch-log
    Max Upload Size: 100 MB
    Default Timezone is UTC: ✔
    fsockopen/cURL: ✔
    SoapClient: ✔
    DOMDocument: ✔
    GZip: ✔
    Multibyte String: ✔
    Remote Post: ✔
    Remote Get: ✔
    
    ### Database ###
    
    WC Database Version: 5.1.0
    WC Database Prefix: wp_
    Total Database Size: 251.48MB
    Database Data Size: 183.57MB
    Database Index Size: 67.91MB
    wp_woocommerce_sessions: Data: 21.05MB + Index: 4.02MB + Engine InnoDB
    wp_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_woocommerce_order_items: Data: 1.52MB + Index: 0.34MB + Engine InnoDB
    wp_woocommerce_order_itemmeta: Data: 8.52MB + Index: 8.03MB + Engine InnoDB
    wp_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_actionscheduler_actions: Data: 1.02MB + Index: 0.77MB + Engine InnoDB
    wp_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_actionscheduler_logs: Data: 2.27MB + Index: 1.42MB + Engine InnoDB
    wp_atum_order_itemmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_atum_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_atum_product_data: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_ce4wp_abandoned_checkout: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_comments: Data: 2.52MB + Index: 1.75MB + Engine InnoDB
    wp_dokan_announcement: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_dokan_orders: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_dokan_refund: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_dokan_vendor_balance: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_dokan_withdraw: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_lecm_rewrite: Data: 1.52MB + Index: 0.00MB + Engine InnoDB
    wp_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_mailchimp_carts: Data: 0.05MB + Index: 0.00MB + Engine InnoDB
    wp_mailchimp_jobs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_options: Data: 10.22MB + Index: 4.03MB + Engine InnoDB
    wp_pmxi_files: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_pmxi_hash: Data: 0.20MB + Index: 0.00MB + Engine InnoDB
    wp_pmxi_history: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_pmxi_images: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_pmxi_imports: Data: 0.08MB + Index: 0.00MB + Engine InnoDB
    wp_pmxi_posts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_pmxi_templates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_postmeta: Data: 46.58MB + Index: 25.06MB + Engine InnoDB
    wp_posts: Data: 18.20MB + Index: 3.78MB + Engine InnoDB
    wp_product_catmeta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_redirection_404: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_redirection_groups: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_redirection_items: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
    wp_redirection_logs: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_revslider_css: Data: 0.13MB + Index: 0.02MB + Engine InnoDB
    wp_revslider_css_bkp: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_revslider_layer_animations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_revslider_layer_animations_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_revslider_navigations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_revslider_navigations_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_revslider_sliders: Data: 0.03MB + Index: 0.02MB + Engine InnoDB
    wp_revslider_sliders_bkp: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_revslider_slides: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_revslider_slides_bkp: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_revslider_static_slides: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_revslider_static_slides_bkp: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_termmeta: Data: 0.08MB + Index: 0.06MB + Engine InnoDB
    wp_terms: Data: 0.05MB + Index: 0.03MB + Engine InnoDB
    wp_term_relationships: Data: 1.52MB + Index: 1.52MB + Engine InnoDB
    wp_term_taxonomy: Data: 0.16MB + Index: 0.03MB + Engine InnoDB
    wp_tinvwl_analytics: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_tinvwl_items: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_tinvwl_lists: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_usermeta: Data: 5.52MB + Index: 5.03MB + Engine InnoDB
    wp_users: Data: 1.52MB + Index: 0.61MB + Engine InnoDB
    wp_wcfm_daily_analysis: Data: 5.52MB + Index: 5.52MB + Engine InnoDB
    wp_wcfm_detailed_analysis: Data: 28.55MB + Index: 0.00MB + Engine InnoDB
    wp_wcfm_enquiries: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wcfm_enquiries_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wcfm_enquiries_response: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wcfm_enquiries_response_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wcfm_fbc_chat_rows: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wcfm_fbc_chat_sessions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wcfm_fbc_chat_visitors: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wcfm_fbc_offline_messages: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wcfm_following_followers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wcfm_marketplace_orders: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wcfm_marketplace_orders_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wcfm_marketplace_product_multivendor: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wcfm_marketplace_refund_request: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wcfm_marketplace_refund_request_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wcfm_marketplace_reverse_withdrawal: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wcfm_marketplace_reverse_withdrawal_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wcfm_marketplace_reviews: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wcfm_marketplace_reviews_response: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wcfm_marketplace_reviews_response_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wcfm_marketplace_review_rating_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wcfm_marketplace_shipping_zone_locations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wcfm_marketplace_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wcfm_marketplace_store_taxonomies: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wcfm_marketplace_vendor_ledger: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wcfm_marketplace_withdraw_request: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wcfm_marketplace_withdraw_request_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wcfm_messages: Data: 0.06MB + Index: 0.00MB + Engine InnoDB
    wp_wcfm_messages_modifier: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wcfm_messages_stat: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wcfm_support: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wcfm_support_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wcfm_support_response: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wcfm_support_response_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_admin_notes: Data: 0.05MB + Index: 0.00MB + Engine InnoDB
    wp_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_customer_lookup: Data: 0.47MB + Index: 0.27MB + Engine InnoDB
    wp_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wc_order_product_lookup: Data: 0.05MB + Index: 0.06MB + Engine InnoDB
    wp_wc_order_stats: Data: 1.52MB + Index: 0.50MB + Engine InnoDB
    wp_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wc_product_meta_lookup: Data: 1.52MB + Index: 1.36MB + Engine InnoDB
    wp_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wfblockediplog: Data: 0.13MB + Index: 0.00MB + Engine InnoDB
    wp_wfblocks7: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_wfconfig: Data: 1.30MB + Index: 0.00MB + Engine InnoDB
    wp_wfcrawlers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wffilechanges: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wffilemods: Data: 8.52MB + Index: 0.00MB + Engine InnoDB
    wp_wfhits: Data: 1.02MB + Index: 0.22MB + Engine InnoDB
    wp_wfhoover: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wfissues: Data: 0.11MB + Index: 0.06MB + Engine InnoDB
    wp_wfknownfilelist: Data: 3.52MB + Index: 0.00MB + Engine InnoDB
    wp_wflivetraffichuman: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wflocs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wflogins: Data: 0.39MB + Index: 0.13MB + Engine InnoDB
    wp_wfls_2fa_secrets: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wfls_settings: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wfnotifications: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wfpendingissues: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_wfreversecache: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wfsnipcache: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_wfstatus: Data: 0.13MB + Index: 0.09MB + Engine InnoDB
    wp_wftrafficrates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_woof_query_cache: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wpforms_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wpmailsmtp_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wysija_campaign: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wysija_campaign_list: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wysija_custom_field: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wysija_email: Data: 0.05MB + Index: 0.00MB + Engine InnoDB
    wp_wysija_email_user_stat: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wysija_email_user_url: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wysija_form: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wysija_list: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wysija_queue: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wysija_subscriber_ips: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wysija_url: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wysija_url_mail: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wysija_user: Data: 0.38MB + Index: 0.14MB + Engine InnoDB
    wp_wysija_user_field: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wysija_user_history: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wysija_user_list: Data: 0.16MB + Index: 0.00MB + Engine InnoDB
    wp_yith_wcwl: Data: 0.05MB + Index: 0.02MB + Engine InnoDB
    wp_yith_wcwl_lists: Data: 0.05MB + Index: 0.03MB + Engine InnoDB
    wp_yoast_indexable: Data: 4.52MB + Index: 1.16MB + Engine InnoDB
    wp_yoast_indexable_hierarchy: Data: 0.22MB + Index: 0.33MB + Engine InnoDB
    wp_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_yoast_primary_term: Data: 0.05MB + Index: 0.03MB + Engine InnoDB
    wp_yoast_seo_links: Data: 0.11MB + Index: 0.06MB + Engine InnoDB
    
    ### Post Type Counts ###
    
    acf-field: 5
    acf-field-group: 3
    attachment: 9807
    custom_css: 2
    et_body_layout: 6
    et_footer_layout: 1
    et_header_layout: 1
    et_template: 29
    et_theme_builder: 1
    logosliderwp: 5
    nav_menu_item: 305
    page: 34
    porto_builder: 2
    post: 36
    product: 4422
    product_variation: 15
    revision: 109
    shop_coupon: 2
    shop_order: 3658
    shop_order_refund: 3
    sp_wps_shortcodes: 1
    wp_global_styles: 1
    wpcf7_contact_form: 3
    wysijap: 1
    yith_wcan_preset: 1
    
    ### Security ###
    
    Secure connection (HTTPS): ✔
    Hide errors from visitors: ✔
    
    ### Active Plugins (40) ###
    
    Change Out of Stock Text for Woocommerce: by Joseph Parry – 1.0.0
    Child Theme Generator: by Serafino Corriero – 2.2.7
    Cloudflare: by Cloudflare
    Inc. – 4.5.1
    
    Contact Form 7: by Takayuki Miyoshi – 5.4.1
    Creative Mail by Constant Contact: by Constant Contact – 1.4.0
    Customizer Search: by Brainstorm Force – 1.1.6
    Dynamic Featured Image: by Ankit Pokhrel – 3.7.0
    Facebook for WooCommerce: by Facebook – 2.6.1
    Google Analytics for WordPress by MonsterInsights: by MonsterInsights – 7.18.0
    HummPayment: by HummGroup – 2.3.0
    WPBakery Page Builder: by Michael M - WPBakery.com – 6.6.0
    Google Ads & Marketing by Kliken: by Kliken – 1.0.7
    Mailchimp for WooCommerce: by Mailchimp – 2.5.1
    Payment Gateways by Shipping for WooCommerce: by Algoritmika Ltd – 1.4.0
    Permalink Manager Lite: by Maciej Bis – 2.2.11
    Porto Theme - Functionality: by P-Themes – 2.1.2
    Redirection: by John Godley – 5.1.1
    Regenerate Thumbnails: by Alex Mills (Viper007Bond) – 3.1.5
    Slider Revolution: by ThemePunch – 6.4.11
    Category Order and Taxonomy Terms Order: by Nsp-Code – 1.5.7.5
    TI WooCommerce Wishlist: by TemplateInvaders – 1.24.5
    W3 Total Cache: by BoldGrid – 2.1.8
    WCFM - WooCommerce Frontend Manager: by WC Lovers – 6.5.9
    WCFM - WooCommerce Multivendor Marketplace: by WC Lovers – 3.4.9
    Premmerce Permalink Manager for WooCommerce: by premmerce – 2.3.2
    Product Slider for WooCommerce: by ShapedPlugin – 2.2.10
    WooCommerce Store Catalog PDF Download: by WooCommerce – 1.10.27
    WooCommerce: by Automattic – 5.1.0 (update to version 6.2.1 is available)
    Wordfence Security: by Wordfence – 7.5.2
    Yoast SEO: by Team Yoast – 16.5
    WP All Import Pro: by Soflyy – 4.7.0
    WP Database Backup: by Prashant Walke – 5.7.1
    WP Sitemap Page: by Tony Archambeau – 1.6.4
    WP All Import - WooCommerce Add-On Pro: by Soflyy – 3.2.8
    WPForms Lite: by WPForms – 1.6.7.2
    MailPoet 2: by MailPoet – 2.14
    YITH WooCommerce Ajax Product Filter: by YITH – 4.1.0
    YITH WooCommerce Compare: by YITH – 2.5.2
    YITH Request a Quote for WooCommerce: by YITH – 1.6.5
    YITH WooCommerce Wishlist: by YITH – 3.0.23
    
    ### Inactive Plugins (19) ###
    
    Advanced Custom Fields PRO: by Elliot Condon – 5.9.5
    All-in-One WP Migration: by ServMask – 7.43
    Breadcrumbs Divi Module: by LearnHowWP.com – 1.1
    Classic Editor: by WordPress Contributors – 1.6
    Contact Form 7 Extension For Mailchimp: by Renzo Johnson – 0.5.42
    Divi Builder: by Elegant Themes – 4.9.2
    Dokan: by weDevs – 3.2.6
    Grid/List View for WooCommerce: by BeRocket – 1.1.2
    Logo Slider by LogicHunt.com: by LogicHunt – 2.3.4
    Ocean Product Sharing: by OceanWP – 1.1.1
    Payment Gateways by Customer Location for WooCommerce: by Algoritmika Ltd – 1.4.0
    Product Filter for WooCommerce: by XforWooCommerce – 7.3.3
    Products Compare for WooCommerce: by BeRocket – 3.5.3
    Products per Page for WooCommerce: by Algoritmika Ltd – 1.5.0
    Woocommerce Product Page Social Share: by Sajjad Hossain Sagor – 2.0.2
    WooCommerce Product Tabs: by Nilambar Sharma – 2.0.3
    WOOF - WooCommerce Products Filter: by realmag777 – 1.2.5.3
    WP Mail SMTP: by WPForms – 2.9.0
    YITH WooCommerce Ajax Search: by YITH – 1.9.2
    
    ### Dropin Plugins (1) ###
    
    advanced-cache.php: advanced-cache.php
    
    ### Settings ###
    
    API Enabled: –
    Force SSL: –
    Currency: NZD ($)
    Currency Position: left
    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: #9 - /shop
    Cart: #10 - /cart
    Checkout: #11 - /checkout
    My account: #12 - /my-account
    Terms and conditions: #192 - /terms-conditions
    
    ### Theme ###
    
    Name: PortoChild
    Version: 1.0
    Author URL: 
    Child Theme: ✔
    Parent Theme Name: Porto
    Parent Theme Version: 6.1.2
    Parent Theme Author URL: http://www.portotheme.com/
    WooCommerce Support: ✔
    
    ### Templates ###
    
    Overrides: porto/woocommerce/archive-product.php
    porto/woocommerce/cart/cart-empty.php
    porto/woocommerce/cart/cart-shipping.php
    porto/woocommerce/cart/cart-totals.php
    porto/woocommerce/cart/cart.php
    porto/woocommerce/cart/cross-sells.php
    porto/woocommerce/cart/mini-cart.php
    porto/woocommerce/cart/proceed-to-checkout-button.php
    porto/woocommerce/cart/shipping-calculator.php
    porto/woocommerce/checkout/form-billing.php
    porto/woocommerce/checkout/form-checkout.php
    porto/woocommerce/checkout/form-coupon.php
    porto/woocommerce/checkout/form-login.php
    porto/woocommerce/checkout/form-pay.php
    porto/woocommerce/checkout/form-shipping.php
    porto/woocommerce/checkout/payment-method.php
    porto/woocommerce/checkout/payment.php
    porto/woocommerce/checkout/review-order.php
    porto/woocommerce/checkout/thankyou.php
    porto/woocommerce/content-product-cat.php
    porto/woocommerce/content-product.php
    porto/woocommerce/content-single-product.php
    porto/woocommerce/content-widget-product.php
    PortoChild/woocommerce/emails/admin-new-order.php
    PortoChild/woocommerce/emails/customer-completed-order.php
    PortoChild/woocommerce/emails/email-footer.php
    PortoChild/woocommerce/emails/email-header.php
    PortoChild/woocommerce/emails/email-order-details.php
    PortoChild/woocommerce/emails/email-order-items.php
    porto/woocommerce/global/form-login.php
    porto/woocommerce/global/quantity-input.php
    porto/woocommerce/global/wrapper-start.php
    porto/woocommerce/loop/add-to-cart.php
    porto/woocommerce/loop/loop-end.php
    porto/woocommerce/loop/loop-start.php
    porto/woocommerce/loop/no-products-found.php
    porto/woocommerce/loop/orderby.php
    porto/woocommerce/loop/pagination.php
    porto/woocommerce/loop/rating.php
    porto/woocommerce/loop/sale-flash.php
    porto/woocommerce/myaccount/dashboard.php
    porto/woocommerce/myaccount/downloads.php
    porto/woocommerce/myaccount/form-add-payment-method.php
    porto/woocommerce/myaccount/form-edit-account.php
    porto/woocommerce/myaccount/form-edit-address.php
    porto/woocommerce/myaccount/form-login.php
    porto/woocommerce/myaccount/form-lost-password.php
    porto/woocommerce/myaccount/form-reset-password.php
    porto/woocommerce/myaccount/lost-password-confirmation.php
    porto/woocommerce/myaccount/my-account.php
    porto/woocommerce/myaccount/my-address.php
    porto/woocommerce/myaccount/my-downloads.php
    porto/woocommerce/myaccount/my-orders.php
    porto/woocommerce/myaccount/navigation.php
    porto/woocommerce/myaccount/orders.php
    porto/woocommerce/myaccount/payment-methods.php
    porto/woocommerce/myaccount/view-order.php
    porto/woocommerce/order/form-tracking.php
    porto/woocommerce/order/order-details-customer.php
    porto/woocommerce/order/order-details.php
    porto/woocommerce/order/order-downloads.php
    porto/woocommerce/order/tracking.php
    porto/woocommerce/single-product/add-to-cart/simple.php
    porto/woocommerce/single-product/add-to-cart/variable.php
    porto/woocommerce/single-product/meta.php
    porto/woocommerce/single-product/product-attributes.php
    porto/woocommerce/single-product/product-image.php
    porto/woocommerce/single-product/product-thumbnails.php
    porto/woocommerce/single-product/rating.php
    porto/woocommerce/single-product/related.php
    porto/woocommerce/single-product/review-meta.php
    porto/woocommerce/single-product/review-rating.php
    porto/woocommerce/single-product/review.php
    porto/woocommerce/single-product/sale-flash.php
    porto/woocommerce/single-product/short-description.php
    porto/woocommerce/single-product/tabs/tabs.php
    porto/woocommerce/single-product/title.php
    porto/woocommerce/single-product/up-sells.php
    porto/woocommerce/single-product-reviews.php
    
    ### Store Catalog PDF Download ###
    
    System Temp Directory: ( /tmp )
    Upload Directory: Yes ( /mnt/data/home/597127.cloudwaysapps.com/cfmazxbsnk/public_html/wp-content/uploads/woocommerce-store-catalog-pdf-download/ )
    DOMDocument extension: Yes ( 20031129 )
    GD Library: Yes
    MBString: Yes
    URL fopen: Yes
    Template Overrides: 
    
    ### TI WooCommerce Wishlist Templates ###
    
    Overrides: –
    
    ### Action Scheduler ###
    
    Complete: 2,499
    Oldest: 2022-01-30 23:20:25 +0000
    Newest: 2022-02-28 04:35:26 +0000
    
    Pending: 5
    Oldest: 2022-02-28 07:35:21 +0000
    Newest: 2022-03-07 03:57:26 +0000
    
    ### Status report information ###
    
    Generated at: 2022-02-28 17:14:53 +12:00
    
    Sincerely,
    @nosaj2783
    
Viewing 2 replies - 1 through 2 (of 2 total)