Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter webbinternetse

    (@webbinternetse)

    Hello,

    any ideas to troubleshoot this issue?

    Thread Starter webbinternetse

    (@webbinternetse)

    we can’t just do that in a live website and using the troubleshooting plugin is not working because it only affect the view on desktop not on the phone where the problem happens

    Thread Starter webbinternetse

    (@webbinternetse)

    Theme: Flatsome
    Plugins:
    Clean Image Filenames
    Conversios.io – Google Analytics and Google Shopping plugin for WooCommerce
    CTX Feed Pro
    Custom Related Products for WooCommerce
    Disable REST API
    Email Subscribers & Newsletters
    GDPR Cookie Compliance
    Google Analytics för WordPress av MonsterInsights
    Import and export users and customers
    InfiniteWP – Client
    Nav Menu Roles
    PDF Invoices & Packing Slips for WooCommerce
    Popup Maker
    Post SMTP
    Product Feed Manager for WooCommerce
    reCaptcha for WooCommerce

    Redirection
    Resurs Bank AB betalningslösning för WooCommerce
    Safe SVG
    Search By SKU – for Woocommerce
    Sequential Order Numbers for WooCommerce
    ShortPixel Image Optimizer
    Smart WooCommerce Search
    UpdraftPlus – Backup/Restore
    WooCommerce
    WooCommerce Advanced Bulk Edit
    WooCommerce Advanced Product Labels
    WooCommerce Brands
    WooCommerce Conditional Shipping and Payments
    WooCommerce Currency Converter
    WooCommerce Product Add-ons
    WooCommerce Product Search
    WooSidebars
    Yoast Duplicate Post
    Yoast SEO
    Yoast SEO Multilingual`

    Thread Starter webbinternetse

    (@webbinternetse)

    hello
    I downloaded Professional extension and can’t find this option “Keep PDF on server”

    Thread Starter webbinternetse

    (@webbinternetse)

    Hello,

    I troubleshoot the site and the problem still exists during the troubleshooting when I activate the basic theme and WooCommerce Measurement Price Calculator and Woocommerce.

    Thread Starter webbinternetse

    (@webbinternetse)

    Ok I will post it there as well

    Thread Starter webbinternetse

    (@webbinternetse)

    I’m sorry I don’t understand what do you mean by adding this to the footer
    I added the same code and it through this error

    https://snipboard.io/YJQMcU.jpg

    here’s the full document

    <?php if ( ! defined( ‘ABSPATH’ ) ) exit; // Exit if accessed directly ?>
    <?php do_action( ‘wpo_wcpdf_before_document’, $this->type, $this->order ); ?>
    
    <?php if ( $this->get_footer() ): ?>
    <div id=”footer”>
    <div class=”order-number” style=”position: fixed; bottom: 0cm; text-align: center; font-weight: 700;”>
    <?php _e( ‘Order Number:’, ‘woocommerce-pdf-invoices-packing-slips’ ); ?>
    <?php $this->order_number(); ?>
    </div>
    
    <?php $this->footer(); ?>
    <!– #letter-footer –>
    <?php endif; ?>
    </div>
    
    <table class=”head container”>
    <tr>
    <td class=”header”>
    <?php
    if( $this->has_header_logo() ) {
    $this->header_logo();
    } else {
    echo $this->get_title();
    }
    ?>
    </td>
    <td class=”shop-info”>
    <?php do_action( ‘wpo_wcpdf_before_shop_name’, $this->type, $this->order ); ?>
    <div class=”shop-name”><h3><?php $this->shop_name(); ?></h3></div>
    <?php do_action( ‘wpo_wcpdf_after_shop_name’, $this->type, $this->order ); ?>
    <?php do_action( ‘wpo_wcpdf_before_shop_address’, $this->type, $this->order ); ?>
    <div class=”shop-address”><?php $this->shop_address(); ?></div>
    <?php do_action( ‘wpo_wcpdf_after_shop_address’, $this->type, $this->order ); ?>
    </td>
    </tr>
    </table>
    
    <h1 class="document-type-label">
    <?php if( $this->has_header_logo() ) echo $this->get_title(); ?>
    </h1>
    
    <?php do_action( 'wpo_wcpdf_after_document_label', $this->type, $this->order ); ?>
    
    <table class="order-data-addresses">
    	<tr>
    		<td class="address billing-address">
    			<!-- <h3><?php _e( 'Billing Address:', 'woocommerce-pdf-invoices-packing-slips' ); ?></h3> -->
    			<?php do_action( 'wpo_wcpdf_before_billing_address', $this->type, $this->order ); ?>
    			<?php $this->billing_address(); ?>
    			<?php do_action( 'wpo_wcpdf_after_billing_address', $this->type, $this->order ); ?>
    			<?php if ( isset($this->settings['display_email']) ) { ?>
    			<div class="billing-email"><?php $this->billing_email(); ?></div>
    			<?php } ?>
    			<?php if ( isset($this->settings['display_phone']) ) { ?>
    			<div class="billing-phone"><?php $this->billing_phone(); ?></div>
    			<?php } ?>
    		</td>
    		<td class="address shipping-address">
    			<?php if ( !empty($this->settings['display_shipping_address']) && ( $this->ships_to_different_address() || $this->settings['display_shipping_address'] == 'always' ) ) { ?>
    			<h3><?php _e( 'Ship To:', 'woocommerce-pdf-invoices-packing-slips' ); ?></h3>
    			<?php do_action( 'wpo_wcpdf_before_shipping_address', $this->type, $this->order ); ?>
    			<?php $this->shipping_address(); ?>
    			<?php do_action( 'wpo_wcpdf_after_shipping_address', $this->type, $this->order ); ?>
    			<?php } ?>
    		</td>
    		<td class="order-data">
    			<table>
    				<?php do_action( 'wpo_wcpdf_before_order_data', $this->type, $this->order ); ?>
    				<?php if ( isset($this->settings['display_number']) ) { ?>
    				<tr class="invoice-number">
    					<th><?php _e( 'Invoice Number:', 'woocommerce-pdf-invoices-packing-slips' ); ?></th>
    					<td><?php $this->invoice_number(); ?></td>
    				</tr>
    				<?php } ?>
    				<?php if ( isset($this->settings['display_date']) ) { ?>
    				<tr class="invoice-date">
    					<th><?php _e( 'Invoice Date:', 'woocommerce-pdf-invoices-packing-slips' ); ?></th>
    					<td><?php $this->invoice_date(); ?></td>
    				</tr>
    				<?php } ?>
    				<tr class="order-number">
    					<th><?php _e( 'Order Number:', 'woocommerce-pdf-invoices-packing-slips' ); ?></th>
    					<td><?php $this->order_number(); ?></td>
    				</tr>
    				<tr class="order-date">
    					<th><?php _e( 'Order Date:', 'woocommerce-pdf-invoices-packing-slips' ); ?></th>
    					<td><?php $this->order_date(); ?></td>
    				</tr>
    				<tr class="payment-method">
    					<th><?php _e( 'Payment Method:', 'woocommerce-pdf-invoices-packing-slips' ); ?></th>
    					<td><?php $this->payment_method(); ?></td>
    				</tr>
    				<?php do_action( 'wpo_wcpdf_after_order_data', $this->type, $this->order ); ?>
    			</table>			
    		</td>
    	</tr>
    </table>
    
    <?php do_action( 'wpo_wcpdf_before_order_details', $this->type, $this->order ); ?>
    
    <table class="order-details">
    	<thead>
    		<tr>
    			<th class="product"><?php _e('Product', 'woocommerce-pdf-invoices-packing-slips' ); ?></th>
    			<th class="quantity"><?php _e('Quantity', 'woocommerce-pdf-invoices-packing-slips' ); ?></th>
    			<th class="price"><?php _e('Price', 'woocommerce-pdf-invoices-packing-slips' ); ?></th>
    		</tr>
    	</thead>
    	<tbody>
    		<?php $items = $this->get_order_items(); if( sizeof( $items ) > 0 ) : foreach( $items as $item_id => $item ) : ?>
    		<tr class="<?php echo apply_filters( 'wpo_wcpdf_item_row_class', $item_id, $this->type, $this->order, $item_id ); ?>">
    			<td class="product">
    				<?php $description_label = __( 'Description', 'woocommerce-pdf-invoices-packing-slips' ); // registering alternate label translation ?>
    				<span class="item-name"><?php echo $item['name']; ?></span>
    				<?php do_action( 'wpo_wcpdf_before_item_meta', $this->type, $item, $this->order  ); ?>
    				<span class="item-meta"><?php echo $item['meta']; ?></span>
    				<dl class="meta">
    				</dl>
    				<?php do_action( 'wpo_wcpdf_after_item_meta', $this->type, $item, $this->order  ); ?>
    			</td>
    			<td class="quantity"><?php echo $item['quantity']; ?></td>
    			<td class="price"><?php echo $item['order_price']; ?></td>
    		</tr>
    		<?php endforeach; endif; ?>
    	</tbody>
    	<tfoot>
    		<tr class="no-borders">
    			<td class="no-borders">
    				<div class="document-notes">
    					<?php do_action( 'wpo_wcpdf_before_document_notes', $this->type, $this->order ); ?>
    					<?php if ( $this->get_document_notes() ) : ?>
    						<h3><?php _e( 'Notes', 'woocommerce-pdf-invoices-packing-slips' ); ?></h3>
    						<?php $this->document_notes(); ?>
    					<?php endif; ?>
    					<?php do_action( 'wpo_wcpdf_after_document_notes', $this->type, $this->order ); ?>
    				</div>
    				<div class="customer-notes">
    					<?php do_action( 'wpo_wcpdf_before_customer_notes', $this->type, $this->order ); ?>
    					<?php if ( $this->get_shipping_notes() ) : ?>
    						<h3><?php _e( 'Customer Notes', 'woocommerce-pdf-invoices-packing-slips' ); ?></h3>
    						<?php $this->shipping_notes(); ?>
    					<?php endif; ?>
    					<?php do_action( 'wpo_wcpdf_after_customer_notes', $this->type, $this->order ); ?>
    				</div>				
    			</td>
    			<td class="no-borders" colspan="2">
    				<table class="totals">
    					<tfoot>
    						<?php foreach( $this->get_woocommerce_totals() as $key => $total ) : ?>
    						<tr class="<?php echo $key; ?>">
    							<th class="description"><?php echo $total['label']; ?></th>
    							<td class="price"><span class="totals-price"><?php echo $total['value']; ?></span></td>
    						</tr>
    						<?php endforeach; ?>
    					</tfoot>
    				</table>
    			</td>
    		</tr>
    	</tfoot>
    </table>
    
    <div class="bottom-spacer">
    </div>
    
    <?php do_action( 'wpo_wcpdf_after_order_details', $this->type, $this->order ); ?>
    <?php do_action( 'wpo_wcpdf_after_document', $this->type, $this->order ); ?>
    Thread Starter webbinternetse

    (@webbinternetse)

    I have added the code you sent but it didn’t solve the problem
    please check the attached photo

    https://snipboard.io/7FCrda.jpg

    the code

    <?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?>
    <?php do_action( 'wpo_wcpdf_before_document', $this->type, $this->order ); ?>
    
    <table class="head container">
    	<tr>
    		<td class="header">
    		<?php
    		if( $this->has_header_logo() ) {
    			$this->header_logo();
    		} else {
    			echo $this->get_title();
    		}
    		?>
    		</td>
    		<td class="shop-info">
    			<?php do_action( 'wpo_wcpdf_before_shop_name', $this->type, $this->order ); ?>
    			<div class="shop-name"><h3><?php $this->shop_name(); ?></h3></div>
    			<?php do_action( 'wpo_wcpdf_after_shop_name', $this->type, $this->order ); ?>
    			<?php do_action( 'wpo_wcpdf_before_shop_address', $this->type, $this->order ); ?>
    			<div class="shop-address"><?php $this->shop_address(); ?></div>
    			<?php do_action( 'wpo_wcpdf_after_shop_address', $this->type, $this->order ); ?>
    		</td>
    	</tr>
    </table>
    
    <?php if ( $this->get_footer() ): ?>
    <div id="footer">
    	 <div class=”order-number” style=”position: fixed; bottom: 0cm; text-align: center; font-weight: 700;”>
    		<?php _e( 'Order Number:', 'woocommerce-pdf-invoices-packing-slips' ); ?>
    		<?php $this->order_number(); ?>
    	</div>
    
    	<?php $this->footer(); ?>
    <!-- #letter-footer -->
    <?php endif; ?>
    </div>

    #css

    /* Footer Imprint */
    #footer {
    	position: fixed;
    	bottom: 0cm;
    	left: 0;
    	font-weight:700;
    	right: 0;
    	height: 2cm; /* if you change the footer height, don't forget to change the bottom (=negative height) and the @page margin-bottom as well! */
    	text-align: center;
    	border-top: 0.1mm solid gray;
    	margin-bottom: 0;
    	padding-top: 2mm;
    }
    Thread Starter webbinternetse

    (@webbinternetse)

    
    ### WordPress Environment ###
    
    WordPress address (URL): https://www.skroten.se
    Site address (URL): https://www.skroten.se
    WC Version: 5.0.0
    REST API Version: ✔ 5.0.0
    WC Blocks Version: ✔ 4.5.2
    Action Scheduler Version: ✔ 3.1.6
    WC Admin Version: ✔ 1.9.0
    Log Directory Writable: ✔
    WP Version: 5.6.2
    WP Multisite: –
    WP Memory Limit: 2 GB
    WP Debug Mode: –
    WP Cron: ✔
    Language: sv_SE
    External object cache: –
    
    ### Server Environment ###
    
    Server Info: Apache
    PHP Version: 7.4.11
    PHP Post Max Size: 2 GB
    PHP Time Limit: 70
    PHP Max Input Vars: 1000
    cURL Version: 7.72.0
    OpenSSL/1.1.1h
    
    SUHOSIN Installed: –
    MySQL Version: 5.7.32
    Max Upload Size: 2 GB
    Default Timezone is UTC: ✔
    fsockopen/cURL: ✔
    SoapClient: ✔
    DOMDocument: ✔
    GZip: ✔
    Multibyte String: ✔
    Remote Post: ✔
    Remote Get: ✔
    
    ### Database ###
    
    WC Database Version: 5.0.0
    WC Database Prefix: wp5n_
    Total Database Size: 225.62MB
    Database Data Size: 199.06MB
    Database Index Size: 26.56MB
    wp5n_woocommerce_sessions: Data: 2.02MB + Index: 0.02MB + Engine InnoDB
    wp5n_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp5n_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp5n_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp5n_woocommerce_order_items: Data: 0.14MB + Index: 0.06MB + Engine InnoDB
    wp5n_woocommerce_order_itemmeta: Data: 1.48MB + Index: 2.95MB + Engine InnoDB
    wp5n_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp5n_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp5n_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp5n_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp5n_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp5n_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp5n_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp5n_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp5n_actionscheduler_actions: Data: 0.41MB + Index: 0.17MB + Engine MyISAM
    wp5n_actionscheduler_claims: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp5n_actionscheduler_groups: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wp5n_actionscheduler_logs: Data: 0.34MB + Index: 0.21MB + Engine MyISAM
    wp5n_aryo_activity_log: Data: 11.52MB + Index: 0.00MB + Engine InnoDB
    wp5n_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp5n_comments: Data: 0.33MB + Index: 0.30MB + Engine InnoDB
    wp5n_itsec_distributed_storage: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp5n_itsec_fingerprints: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp5n_itsec_geolocation_cache: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp5n_itsec_lockouts: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
    wp5n_itsec_logs: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
    wp5n_itsec_temp: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp5n_iwp_backup_status: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp5n_iwp_processed_iterator: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp5n_layerslider: Data: 0.05MB + Index: 0.00MB + Engine InnoDB
    wp5n_layerslider_revisions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp5n_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp5n_options: Data: 10.11MB + Index: 1.14MB + Engine InnoDB
    wp5n_pmxi_files: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp5n_pmxi_hash: Data: 0.09MB + Index: 0.09MB + Engine MyISAM
    wp5n_pmxi_history: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp5n_pmxi_images: Data: 0.11MB + Index: 0.04MB + Engine MyISAM
    wp5n_pmxi_imports: Data: 0.03MB + Index: 0.00MB + Engine MyISAM
    wp5n_pmxi_posts: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp5n_pmxi_templates: Data: 0.03MB + Index: 0.00MB + Engine MyISAM
    wp5n_postmeta: Data: 129.58MB + Index: 14.97MB + Engine InnoDB
    wp5n_posts: Data: 17.48MB + Index: 1.11MB + Engine InnoDB
    wp5n_revslider_css: Data: 0.13MB + Index: 0.00MB + Engine InnoDB
    wp5n_revslider_css_bkp: Data: 0.13MB + Index: 0.00MB + Engine InnoDB
    wp5n_revslider_layer_animations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp5n_revslider_layer_animations_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp5n_revslider_navigations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp5n_revslider_navigations_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp5n_revslider_sliders: Data: 0.33MB + Index: 0.00MB + Engine InnoDB
    wp5n_revslider_sliders_bkp: Data: 1.52MB + Index: 0.00MB + Engine InnoDB
    wp5n_revslider_slides: Data: 5.52MB + Index: 0.00MB + Engine InnoDB
    wp5n_revslider_slides_bkp: Data: 8.52MB + Index: 0.00MB + Engine InnoDB
    wp5n_revslider_static_slides: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp5n_revslider_static_slides_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp5n_sbi_instagram_feeds_posts: Data: 0.02MB + Index: 0.01MB + Engine MyISAM
    wp5n_sbi_instagram_feed_locator: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp5n_sbi_instagram_posts: Data: 0.74MB + Index: 0.01MB + Engine MyISAM
    wp5n_shortpixel_folders: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp5n_shortpixel_meta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp5n_termmeta: Data: 0.08MB + Index: 0.06MB + Engine InnoDB
    wp5n_terms: Data: 0.06MB + Index: 0.03MB + Engine InnoDB
    wp5n_term_relationships: Data: 0.44MB + Index: 0.19MB + Engine InnoDB
    wp5n_term_taxonomy: Data: 0.06MB + Index: 0.03MB + Engine InnoDB
    wp5n_usermeta: Data: 2.41MB + Index: 1.98MB + Engine InnoDB
    wp5n_users: Data: 0.08MB + Index: 0.05MB + Engine InnoDB
    wp5n_wcpdf_invoice_number: Data: 0.02MB + Index: 0.01MB + Engine MyISAM
    wp5n_wc_admin_notes: Data: 0.01MB + Index: 0.00MB + Engine MyISAM
    wp5n_wc_admin_note_actions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp5n_wc_category_lookup: Data: 0.01MB + Index: 0.01MB + Engine MyISAM
    wp5n_wc_customer_lookup: Data: 0.08MB + Index: 0.08MB + Engine MyISAM
    wp5n_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp5n_wc_order_coupon_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp5n_wc_order_product_lookup: Data: 0.42MB + Index: 0.37MB + Engine MyISAM
    wp5n_wc_order_stats: Data: 0.09MB + Index: 0.06MB + Engine MyISAM
    wp5n_wc_order_tax_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp5n_wc_product_meta_lookup: Data: 0.28MB + Index: 0.58MB + Engine InnoDB
    wp5n_wc_reserved_stock: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp5n_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp5n_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp5n_wdr_order_discounts: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp5n_wdr_order_item_discounts: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp5n_wdr_rules: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp5n_woodmart_wishlists: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp5n_woodmart_wishlist_products: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp5n_wpmailsmtp_tasks_meta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    wp5n_wsal_metadata: Data: 0.21MB + Index: 0.08MB + Engine MyISAM
    wp5n_wsal_occurrences: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wp5n_yith_wcwl: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp5n_yith_wcwl_lists: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp5n_yoast_indexable: Data: 3.29MB + Index: 0.86MB + Engine MyISAM
    wp5n_yoast_indexable_hierarchy: Data: 0.07MB + Index: 0.21MB + Engine MyISAM
    wp5n_yoast_migrations: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    wp5n_yoast_primary_term: Data: 0.02MB + Index: 0.02MB + Engine MyISAM
    wp5n_yoast_seo_links: Data: 0.08MB + Index: 0.03MB + Engine InnoDB
    wp5n_yoast_seo_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    
    ### Post Type Counts ###
    
    attachment: 2785
    cms_block: 2
    custom_css: 1
    elementor_library: 1
    iwp_log: 103
    mc4wp-form: 1
    nav_menu_item: 12
    oembed_cache: 18
    page: 16
    post: 4
    postman_sent_mail: 250
    product: 1816
    revision: 522
    shop_order: 1076
    shop_order_refund: 5
    woodmart_slide: 1
    wpcf7_contact_form: 1
    
    ### Security ###
    
    Secure connection (HTTPS): ✔
    Hide errors from visitors: ✔
    
    ### Active Plugins (38) ###
    
    InfiniteWP - Client: by Revmakx – 1.9.4.8.2
    WP Activity Log: by WP White Security – 4.2.0.1
    WooCommerce Nordea Connect Payments Gateway: by Nordea Connect – 1.0.8
    Advanced CSS Editor: by Hardeep Asrani – 3.1
    Autoptimize: by Frank Goossens (futtta) – 2.8.1
    Clean Image Filenames: by Upperdog – 1.3
    Contact Form 7: by Takayuki Miyoshi – 5.4
    Yoast Duplicate Post: by Enrico Battocchi & Team Yoast – 4.1.1
    Elementor: by Elementor.com – 3.1.1
    Health Check & Troubleshooting: by The ww.wp.xz.cn community – 1.4.5
    Insert Headers and Footers: by WPBeginner – 1.5.0
    Smash Balloon Instagram Feed: by Smash Balloon – 2.8.2
    Jetpack by WordPress.com: by Automattic – 9.5
    WPBakery Page Builder: by Michael M - WPBakery.com – 6.5.0
    LiteSpeed Cache: by LiteSpeed Technologies – 3.6.2
    Loco Translate: by Tim Whitlock – 2.5.1
    MC4WP: Mailchimp for WordPress: by ibericode – 4.8.3
    Media File Renamer: by Jordy Meow – 5.1.6
    Post SMTP: by Yehuda Hassine – 2.0.22
    Really Simple SSL: by Really Simple Plugins – 4.0.9
    Slider Revolution: by ThemePunch – 6.3.5
    Safe SVG: by Daryll Doyle – 1.9.9
    Stock Export and Import for WooCommerce: by Potent Plugins – 1.0.4
    Category Order and Taxonomy Terms Order: by Nsp-Code – 1.5.7.4
    UpdraftPlus - Backup/Restore: by UpdraftPlus.Com
    DavidAnderson – 2.16.47.25
    
    WooCommerce Blocks: by Automattic – 4.5.2
    Advanced Order Export For WooCommerce: by AlgolPlus – 3.1.8
    WooCommerce Advanced Bulk Edit: by George Iron – 4.4.2
    WooCommerce - Store Exporter: by Visser Labs – 2.7
    WooCommerce Measurement Price Calculator: by SkyVerge – 3.18.1 (update to version 3.19.1 is available)
    WooCommerce PDF Invoices & Packing Slips: by Ewout Fernhout – 2.8.2
    WooCommerce Shipping & Tax: by Automattic – 1.25.8
    WP All Import - WooCommerce Add-On: by Soflyy – 1.4.7
    WooCommerce: by Automattic – 5.0.0
    Woodmart Core: by  – 1.0.27
    Yoast SEO: by Team Yoast – 15.9
    WP All Import Pro: by Soflyy – 4.6.5
    YITH WooCommerce Bulk Product Editing Premium: by YITH – 1.2.30
    
    ### Inactive Plugins (4) ###
    
    Google Analytics for WordPress by MonsterInsights: by MonsterInsights – 7.16.2
    Order / Coupon / Subscription Export Import Plugin for WooCommerce (BASIC): by WebToffee – 1.7.3
    Woo Discount Rules: by Flycart – 2.3.4
    WP Fastest Cache: by Emre Vona – 0.9.1.5
    
    ### Must Use Plugins (2) ###
    
    Health Check Troubleshooting Mode: by  – 1.7.2
    InfiniteWP - Client Loader: by Revmakx –
    
    ### Settings ###
    
    API Enabled: –
    Force SSL: –
    Currency: SEK (kr)
    Currency Position: right_space
    Thousand Separator: 
    Decimal Separator: ,
    Number of Decimals: 2
    Taxonomies: Product Types: simple (simple)
    grouped (grouped)
    variable (variable)
    external (external)
    composite (composite)
    
    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: #2767 - /webbshop/
    Cart: #2858 - /varukorg/
    Checkout: #2853 - /kassa/
    My account: #2856 - /mitt-konto/
    Terms and conditions: #7382 - /kopvillkor/
    
    ### Theme ###
    
    Name: Woodmart Child
    Version: 1.0.0
    Author URL: http://xtemos.com
    Child Theme: ✔
    Parent Theme Name: Woodmart
    Parent Theme Version: 5.3.6
    Parent Theme Author URL: http://themeforest.net/user/xtemos
    WooCommerce Support: ✔
    
    ### Templates ###
    
    Overrides: woodmart/woocommerce/archive-product.php
    woodmart/woocommerce/cart/cart-item-data.php
    woodmart/woocommerce/cart/cart.php
    woodmart/woocommerce/cart/cross-sells.php
    woodmart/woocommerce/cart/mini-cart.php
    woodmart/woocommerce/checkout/form-checkout.php
    woodmart/woocommerce/checkout/thankyou.php
    woodmart/woocommerce/content-product-cat.php
    woodmart/woocommerce/content-product.php
    woodmart/woocommerce/content-single-product.php
    woodmart/woocommerce/content-widget-product.php
    woodmart-child/woocommerce/emails/admin-new-order.php
    woodmart/woocommerce/global/breadcrumb.php
    woodmart/woocommerce/global/form-login.php
    woodmart/woocommerce/global/quantity-input.php
    woodmart/woocommerce/loop/add-to-cart.php
    woodmart/woocommerce/loop/loop-end.php
    woodmart/woocommerce/loop/loop-start.php
    woodmart/woocommerce/loop/no-products-found.php
    woodmart/woocommerce/loop/orderby.php
    woodmart/woocommerce/loop/pagination.php
    woodmart/woocommerce/loop/sale-flash.php
    woodmart/woocommerce/myaccount/form-login.php
    woodmart/woocommerce/product-searchform.php
    woodmart/woocommerce/single-product/add-to-cart/grouped.php
    woodmart/woocommerce/single-product/add-to-cart/variable.php
    woodmart/woocommerce/single-product/meta.php
    woodmart/woocommerce/single-product/product-image.php
    woodmart/woocommerce/single-product/product-thumbnails.php
    woodmart/woocommerce/single-product/rating.php
    woodmart/woocommerce/single-product/related.php
    woodmart/woocommerce/single-product/sale-flash.php
    woodmart/woocommerce/single-product/tabs/tabs.php
    woodmart/woocommerce/single-product/title.php
    woodmart/woocommerce/single-product/up-sells.php
    woodmart/woocommerce/single-product.php
    
    ### Action Scheduler ###
    
    Complete: 1,469
    Oldest: 2021-02-01 15:29:17 +0100
    Newest: 2021-03-04 13:26:32 +0100
    
    Pending: 1
    Oldest: 2021-03-05 11:08:35 +0100
    Newest: 2021-03-05 11:08:35 +0100
    
    

    https://snipboard.io/ISPn0J.jpg
    https://snipboard.io/sUgPLl.jpg

Viewing 9 replies - 1 through 9 (of 9 total)