Forum Replies Created

Viewing 15 replies - 1 through 15 (of 102 total)
  • Thread Starter Armsportstore.com

    (@armbreakersweden)

    Tillägg till ovanstående:

    Testade att ändra koden för default så att den laddar den svenska logotypen och nu syns en massa betalsätt istället för “Klarna”-logotypen, vilket verkar vara bildfilen du hänvisade till. Butiken är ju svensk oavsett vilken av domänerna man besöker, bara språket skiljer sig, men är samma WooCommerce-butik och installation. Så nu funkar det ju temporärt, men vore fint om ni kan ordna en fix för detta eller kanske ta bort Klarna-logotypen helt mtp att checkouten ägs av Kustom nu.

    Thread Starter Armsportstore.com

    (@armbreakersweden)

    Kollade i er källkod till pluginet och såg anledningen till att det inte fungerar. Kör en butik som via WPML har tre olika domännamn och språk, där armsportstore.com är riktad internationellt och därmed är på US-engelska. Det verkar som ni kör någon fallback i koden när webbsidan/språket inte är nordiskt och då visas “Klarna”-logotypen av någon anledning.

    Koden ser ut så här i ert plugin:

    default:
    return '<img src="' . esc_url( 'https://cdn.klarna.com/1.0/shared/image/generic/logo/en_us/basic/logo_black.png?width=100' ) . '" alt="' . esc_attr__( 'Kustom Checkout', 'klarna-checkout-for-woocommerce' ) . '" style="border-radius:0px" width="100"/>';

    Därav att “Klarna”-logotypen visas istället för Kustoms. Kan ni fixa till detta?

    Thread Starter Armsportstore.com

    (@armbreakersweden)

    @tobifjellner okej, tack 🙂

    @boozebrorsan mappen du hänvisar till finns där och även bilden du angav. Men detta är då inte problemet, eftersom den lilla logotypen som visas i kassan efter betalsättet verkar hanteras via Klarnas cloudtjänst eftersom bilden är hämtas från cdn-URL som jag skrev i inlägget.

    Om du lägger något i varukorgen och besöker https://www.armsportstore.com/checkout/ så ser du att det är en “Klarna”-logotyp efter “Kustom checkout”-betalsättet. Kollar man logotypen genom att högerklicka och välja inspektera så hämtas alltså bilden från https://cdn.klarna.com/1.0/shared/image/generic/logo/en_us/basic/logo_black.png?width=100 och inte från mappen/bilden du hänvisade till. Så problemet ligger ju

    Thread Starter Armsportstore.com

    (@armbreakersweden)

    @boozebrorsan is it possible to email you and explain in Swedish instead?

    Thread Starter Armsportstore.com

    (@armbreakersweden)

    @boozebrorsan this is still an issue with Kustom Checkout 2.19.1. The logo for Kustom Checkout is still “Klarna” in the Woocommerce checkout and the when checking the inspector this is the link: https://cdn.klarna.com/1.0/shared/image/generic/logo/en_us/basic/logo_black.png?width=100

    So this is not solved yet and very disturbing.

    Thread Starter Armsportstore.com

    (@armbreakersweden)

    This issue has been fixed when updating to WooCommerce 9.8.5, so WooCommerce seemed to been the issue causing this. So urge others having same issue to update to latest version of WooCommerce.

    Thread Starter Armsportstore.com

    (@armbreakersweden)

    Hej Sara.
    Skriver på svenska om det är okej?

    Nej, problemet är inte löst, men fick fixa en tillfällig fix så länge genom att kryssa ur “Dölj fraktkostnaden tills kunden fyllt i sin leveransadress” i WooCommerce. Detta är något jag alltid haft ikryssat för att slippa visa felaktig fraktkostnad för kunder från andra länder. Men har tillfälligt kryssat ur denna för att undvika att jag tappar kunder pga felet.

    Så detta behöver åtgärdas och är orsakat av att WooCommerce förändrat något i alla 9.8-versioner som inte verkar fungera väl ihop med Klarna Checkout. Att ha rutan ikryssad fungerar för andra betalmetoder men inte Klarna Checkout. Och det fungerar med Klarna Checkout om man kör WooCommerce innan version 9.8 och uppåt.

    Thread Starter Armsportstore.com

    (@armbreakersweden)

    shahzeen(woo-hc) I haven’t asked for the custom code or asked for support about a custom code, the thread is about an error created by YOUR plugin. But your colleague provided me a way to bypass the error generated by your plugin and sadly it didn’t work. So all I wanted was to check if there is way to get it working or if I missed something. Are you saying that I can’t ask about the code your colleague wrote?

    Also I don’t get why your colleague can’t answer by himself or am I not allowed to ask him questions?

    Thread Starter Armsportstore.com

    (@armbreakersweden)

    Hi Mahfuzur.

    Sorry to say that the snippet doesn’t work… I tried adding as a PHP-codesnippet into Codesnippets and activated it, but the error still appear in host log when I try visiting the checkout on the site. Can you check if you have done anything wrong in the snippet?

    Thread Starter Armsportstore.com

    (@armbreakersweden)

    Hi.

    The error lines in the log is very long, but this is the full message (it is several 100’s every day):

    2025-01-17 07:17:36.077570 [NOTICE] [776498] [T0] [**.**.***.***:40457:HTTP2-1#APVH_www.***.se:443] [STDERR] PHP Warning: Undefined array key "required" in /home/***/domains/***.se/public_html/wp-content/plugins/woocommerce-payments/includes/class-wc-payments-checkout.php on line 249\n

    Thread Starter Armsportstore.com

    (@armbreakersweden)

    Hi.

    First I am using the latest version of WooPayments 8.8.0.

    Second, this is not a fatal error that I see in the hosting log, so there are no Fatal error-logs. It is PHP-warning and it started a couple of versions back of your plugin WooPayments. Haven’t seen any visual error in the frontend, just want you to fix this warning so it doesn’t have to keep on filling up the logs. And as stated, the error is caused by line 249 in the php-file class-wc-payments-checkout.php which has an array with the key ‘required’. From what I get when googling this it seems to be caused by the PHP-version I use 8.3.14 as it is more strict on how to declare arrays. Am not very familiar with PHP or anything, but it seems this can be easily fixed by your developers to just declare the array key before using it. So would appreciate if you could just fix this, as this is not specific for my site. And can’t and won’t do any conflict testing, as this is a live site and it is not affecting the frontend and hence it is a coding “error”, this should be fixed by you.

    Attaching the system-report below:

    WordPress Environment<br><br>WordPress address (URL): https://www.armsportbutiken.se<br>Site address (URL): https://www.armsportbutiken.se<br>WC Version: 9.5.2<br>Legacy REST API Package Version: Tillägget Legacy REST API är inte installerat på denna webbplats.<br>Action Scheduler Version: ✔ 3.8.2<br>Log Directory Writable: ✔<br>WP Version: 6.7.1<br>WP Multisite: –<br>WP Memory Limit: 8 GB<br>WP Debug Mode: –<br>WP Cron: ✔<br>Language: sv_SE<br>External object cache: – Server Environment<br><br>Server Info: LiteSpeed<br>PHP Version: 8.3.14<br>PHP Post Max Size: 2 GB<br>PHP Time Limit: 300<br>PHP Max Input Vars: 10000<br>cURL Version: 8.9.1<br>OpenSSL/1.1.1w<br><br>SUHOSIN Installed: –<br>MySQL Version: 10.6.20-MariaDB-cll-lve<br>Max Upload Size: 1 GB<br>Default Timezone is UTC: ✔<br>fsockopen/cURL: ✔<br>SoapClient: ✔<br>DOMDocument: ✔<br>GZip: ✔<br>Multibyte String: ✔<br>Remote Post: ✔<br>Remote Get: ✔ Database<br><br>WC Database Version: 9.5.2<br>WC Database Prefix: wp_<br>Total databasstorlek: 217.87MB<br>Datastorlek för databas: 165.74MB<br>Indexstorlek för databas: 52.13MB<br>wp_woocommerce_sessions: Data: 5.02MB + Index: 0.14MB + Motor InnoDB<br>wp_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Motor InnoDB<br>wp_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Motor InnoDB<br>wp_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Motor InnoDB<br>wp_woocommerce_order_items: Data: 1.52MB + Index: 0.17MB + Motor InnoDB<br>wp_woocommerce_order_itemmeta: Data: 6.52MB + Index: 5.03MB + Motor InnoDB<br>wp_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Motor InnoDB<br>wp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Motor InnoDB<br>wp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Motor InnoDB<br>wp_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.05MB + Motor InnoDB<br>wp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Motor InnoDB<br>wp_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Motor InnoDB<br>wp_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Motor InnoDB<br>wp_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Motor InnoDB<br>wp_actionscheduler_actions: Data: 0.08MB + Index: 0.13MB + Motor InnoDB<br>wp_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Motor InnoDB<br>wp_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Motor InnoDB<br>wp_actionscheduler_logs: Data: 0.31MB + Index: 0.23MB + Motor InnoDB<br>wp_aiowps_audit_log: Data: 6.02MB + Index: 0.27MB + Motor InnoDB<br>wp_aiowps_debug_log: Data: 0.02MB + Index: 0.00MB + Motor InnoDB<br>wp_aiowps_events: Data: 0.02MB + Index: 0.00MB + Motor InnoDB<br>wp_aiowps_global_meta: Data: 0.02MB + Index: 0.00MB + Motor InnoDB<br>wp_aiowps_logged_in_users: Data: 0.02MB + Index: 0.08MB + Motor InnoDB<br>wp_aiowps_login_lockdown: Data: 0.08MB + Index: 0.05MB + Motor InnoDB<br>wp_aiowps_message_store: Data: 0.02MB + Index: 0.00MB + Motor InnoDB<br>wp_aiowps_permanent_block: Data: 0.02MB + Index: 0.02MB + Motor InnoDB<br>wp_commentmeta: Data: 0.06MB + Index: 0.06MB + Motor InnoDB<br>wp_comments: Data: 3.52MB + Index: 2.09MB + Motor InnoDB<br>wp_cr_reminders_log: Data: 0.05MB + Index: 0.08MB + Motor InnoDB<br>wp_dgwt_wcas_index: Data: 0.13MB + Index: 0.06MB + Motor InnoDB<br>wp_dgwt_wcas_invindex_cache_en: Data: 0.02MB + Index: 0.02MB + Motor InnoDB<br>wp_dgwt_wcas_invindex_cache_en_eu: Data: 0.02MB + Index: 0.02MB + Motor InnoDB<br>wp_dgwt_wcas_invindex_cache_sv: Data: 0.02MB + Index: 0.02MB + Motor InnoDB<br>wp_dgwt_wcas_invindex_doclist_en: Data: 0.22MB + Index: 0.23MB + Motor InnoDB<br>wp_dgwt_wcas_invindex_doclist_en_eu: Data: 0.22MB + Index: 0.25MB + Motor InnoDB<br>wp_dgwt_wcas_invindex_doclist_sv: Data: 0.23MB + Index: 0.25MB + Motor InnoDB<br>wp_dgwt_wcas_invindex_wordlist_en: Data: 0.08MB + Index: 0.05MB + Motor InnoDB<br>wp_dgwt_wcas_invindex_wordlist_en_eu: Data: 0.08MB + Index: 0.05MB + Motor InnoDB<br>wp_dgwt_wcas_invindex_wordlist_sv: Data: 0.09MB + Index: 0.06MB + Motor InnoDB<br>wp_dgwt_wcas_stats: Data: 0.05MB + Index: 0.00MB + Motor InnoDB<br>wp_icl_background_task: Data: 0.02MB + Index: 0.00MB + Motor InnoDB<br>wp_icl_content_status: Data: 0.02MB + Index: 0.02MB + Motor InnoDB<br>wp_icl_core_status: Data: 0.02MB + Index: 0.02MB + Motor InnoDB<br>wp_icl_flags: Data: 0.02MB + Index: 0.02MB + Motor InnoDB<br>wp_icl_languages: Data: 0.02MB + Index: 0.03MB + Motor InnoDB<br>wp_icl_languages_translations: Data: 0.20MB + Index: 0.13MB + Motor InnoDB<br>wp_icl_locale_map: Data: 0.02MB + Index: 0.00MB + Motor InnoDB<br>wp_icl_message_status: Data: 0.02MB + Index: 0.03MB + Motor InnoDB<br>wp_icl_mo_files_domains: Data: 0.06MB + Index: 0.02MB + Motor InnoDB<br>wp_icl_node: Data: 0.02MB + Index: 0.00MB + Motor InnoDB<br>wp_icl_reminders: Data: 0.02MB + Index: 0.00MB + Motor InnoDB<br>wp_icl_strings: Data: 4.52MB + Index: 8.88MB + Motor InnoDB<br>wp_icl_string_batches: Data: 0.02MB + Index: 0.00MB + Motor InnoDB<br>wp_icl_string_packages: Data: 0.02MB + Index: 0.00MB + Motor InnoDB<br>wp_icl_string_pages: Data: 0.02MB + Index: 0.03MB + Motor InnoDB<br>wp_icl_string_positions: Data: 1.52MB + Index: 0.16MB + Motor InnoDB<br>wp_icl_string_status: Data: 0.02MB + Index: 0.02MB + Motor InnoDB<br>wp_icl_string_translations: Data: 3.52MB + Index: 1.98MB + Motor InnoDB<br>wp_icl_string_urls: Data: 0.02MB + Index: 0.02MB + Motor InnoDB<br>wp_icl_translate: Data: 1.42MB + Index: 0.06MB + Motor InnoDB<br>wp_icl_translate_job: Data: 0.02MB + Index: 0.02MB + Motor InnoDB<br>wp_icl_translations: Data: 0.17MB + Index: 0.36MB + Motor InnoDB<br>wp_icl_translation_batches: Data: 0.02MB + Index: 0.00MB + Motor InnoDB<br>wp_icl_translation_downloads: Data: 0.02MB + Index: 0.00MB + Motor InnoDB<br>wp_icl_translation_status: Data: 2.33MB + Index: 0.02MB + Motor InnoDB<br>wp_jetpack_sync_queue: Data: 0.02MB + Index: 0.06MB + Motor InnoDB<br>wp_links: Data: 0.02MB + Index: 0.02MB + Motor InnoDB<br>wp_litespeed_crawler: Data: 0.22MB + Index: 0.19MB + Motor InnoDB<br>wp_litespeed_crawler_blacklist: Data: 0.02MB + Index: 0.03MB + Motor InnoDB<br>wp_litespeed_url: Data: 0.02MB + Index: 0.03MB + Motor InnoDB<br>wp_litespeed_url_file: Data: 0.02MB + Index: 0.08MB + Motor InnoDB<br>wp_ms_snippets: Data: 0.02MB + Index: 0.00MB + Motor InnoDB<br>wp_options: Data: 11.08MB + Index: 0.31MB + Motor InnoDB<br>wp_postmeta: Data: 52.55MB + Index: 12.94MB + Motor InnoDB<br>wp_posts: Data: 2.44MB + Index: 0.48MB + Motor InnoDB<br>wp_shipment_batch_process: Data: 0.02MB + Index: 0.00MB + Motor InnoDB<br>wp_snippets: Data: 0.16MB + Index: 0.03MB + Motor InnoDB<br>wp_termmeta: Data: 0.09MB + Index: 0.08MB + Motor InnoDB<br>wp_terms: Data: 0.11MB + Index: 0.11MB + Motor InnoDB<br>wp_term_relationships: Data: 1.27MB + Index: 0.27MB + Motor InnoDB<br>wp_term_taxonomy: Data: 0.11MB + Index: 0.11MB + Motor InnoDB<br>wp_usermeta: Data: 0.14MB + Index: 0.03MB + Motor InnoDB<br>wp_users: Data: 0.02MB + Index: 0.05MB + Motor InnoDB<br>wp_wcpdf_credit_note_number: Data: 0.02MB + Index: 0.00MB + Motor InnoDB<br>wp_wcpdf_credit_note_number_2024: Data: 0.02MB + Index: 0.00MB + Motor InnoDB<br>wp_wcpdf_invoice_number: Data: 0.02MB + Index: 0.00MB + Motor InnoDB<br>wp_wcpdf_invoice_number_2024: Data: 0.02MB + Index: 0.00MB + Motor InnoDB<br>wp_wcpdf_packing_slip_number: Data: 0.02MB + Index: 0.00MB + Motor InnoDB<br>wp_wcpdf_packing_slip_number_2024: Data: 0.02MB + Index: 0.00MB + Motor InnoDB<br>wp_wcpdf_proforma_number: Data: 0.02MB + Index: 0.00MB + Motor InnoDB<br>wp_wcpdf_proforma_number_2024: Data: 0.02MB + Index: 0.00MB + Motor InnoDB<br>wp_wcpdf_receipt_number: Data: 0.02MB + Index: 0.00MB + Motor InnoDB<br>wp_wcpdf_receipt_number_2024: Data: 0.02MB + Index: 0.00MB + Motor InnoDB<br>wp_wc_admin_notes: Data: 0.02MB + Index: 0.00MB + Motor InnoDB<br>wp_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Motor InnoDB<br>wp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Motor InnoDB<br>wp_wc_customer_lookup: Data: 0.13MB + Index: 0.09MB + Motor InnoDB<br>wp_wc_download_log: Data: 0.02MB + Index: 0.03MB + Motor InnoDB<br>wp_wc_orders: Data: 1.52MB + Index: 0.78MB + Motor InnoDB<br>wp_wc_orders_meta: Data: 31.55MB + Index: 12.11MB + Motor InnoDB<br>wp_wc_order_addresses: Data: 1.52MB + Index: 0.64MB + Motor InnoDB<br>wp_wc_order_bundle_lookup: Data: 0.06MB + Index: 0.09MB + Motor InnoDB<br>wp_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Motor InnoDB<br>wp_wc_order_operational_data: Data: 0.34MB + Index: 0.17MB + Motor InnoDB<br>wp_wc_order_product_lookup: Data: 0.42MB + Index: 0.44MB + Motor InnoDB<br>wp_wc_order_stats: Data: 0.23MB + Index: 0.22MB + Motor InnoDB<br>wp_wc_order_tax_lookup: Data: 0.14MB + Index: 0.17MB + Motor InnoDB<br>wp_wc_product_attributes_lookup: Data: 0.02MB + Index: 0.02MB + Motor InnoDB<br>wp_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Motor InnoDB<br>wp_wc_product_meta_lookup: Data: 0.02MB + Index: 0.11MB + Motor InnoDB<br>wp_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Motor InnoDB<br>wp_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Motor InnoDB<br>wp_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Motor InnoDB<br>wp_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Motor InnoDB<br>wp_woocommerce_bundled_itemmeta: Data: 0.13MB + Index: 0.16MB + Motor InnoDB<br>wp_woocommerce_bundled_items: Data: 0.02MB + Index: 0.03MB + Motor InnoDB<br>wp_woocommerce_shipping_table_rates: Data: 0.02MB + Index: 0.00MB + Motor InnoDB<br>wp_wpmailsmtp_debug_events: Data: 0.02MB + Index: 0.00MB + Motor InnoDB<br>wp_wpmailsmtp_emails_log: Data: 21.52MB + Index: 0.22MB + Motor InnoDB<br>wp_wpmailsmtp_emails_queue: Data: 0.02MB + Index: 0.03MB + Motor InnoDB<br>wp_wpmailsmtp_email_tracking_events: Data: 0.23MB + Index: 0.25MB + Motor InnoDB<br>wp_wpmailsmtp_email_tracking_links: Data: 0.28MB + Index: 0.08MB + Motor InnoDB<br>wp_wpmailsmtp_tasks_meta: Data: 0.02MB + Index: 0.00MB + Motor InnoDB Post Type Counts<br><br>attachment: 270<br>custom_css: 1<br>nav_menu_item: 58<br>page: 27<br>post: 25<br>product: 67<br>product_variation: 59<br>product-feed: 2<br>revision: 40<br>shipping_package: 1<br>shop_coupon: 83<br>shop_order: 1904<br>shop_order_refund: 12<br>wapl: 7<br>wcam: 1 Security<br><br>Secure connection (HTTPS): ✔<br>Hide errors from visitors: ✔ Active Plugins (44)<br><br>Advanced Database Cleaner PRO: av Younes JFR. – 3.2.10<br>FiboSearch - AJAX Search for WooCommerce (Pro): av FiboSearch Team – 1.29.0<br>All In One WP Security: av TeamUpdraft<br>DavidAnderson – 5.3.8<br><br>Code Snippets Pro (Premium): av Code Snippets Pro – 3.6.6.1<br>Customer Reviews for WooCommerce PRO: av CusRev – 1.11.1<br>Customer Reviews for WooCommerce: av CusRev – 5.67.0<br>Disable Gutenberg: av Jeff Starr – 3.2.2<br>Edit Author Slug: av Brandon Allen – 1.9.1<br>Email Address Encoder: av Till Krüss – 1.0.24<br>Klarna Checkout for WooCommerce: av Klarna – 2.13.3<br>Klarna Order Management for WooCommerce: av klarna<br>krokedil – 1.9.4<br><br>LiteSpeed Cache: av LiteSpeed Technologies – 6.5.4<br>Meta Box: av MetaBox.io – 5.10.6<br>Nifty Coming Soon & Maintenance Page: av WP Hait – 3.0.12<br>OG — Better Share on Social Media: av Marcin Pietrzak – 3.3.3<br>WooCommerce PostNord Shipping Plugin with Print Label: av PluginHive – 1.0.8<br>Payment Plugins for PayPal WooCommerce: av Payment Plugins<br>[email protected] – 1.0.54<br><br>Regenerate Thumbnails: av Alex Mills (Viper007Bond) – 3.1.6<br>Shortcode in Menus: av Gagan Deep Singh – 3.5.1<br>WPML Multilingual CMS: av OnTheGoSystems – 4.6.15<br>Storefront Powerpack: av WooCommerce – 1.6.3<br>Temporary Login Without Password: av StoreApps – 1.8.5<br>WooCommerce Invoice Gateway: av Stuart Duff – 2.0.1<br>Web-Stat: av <a href="https://www.web-stat.com">Web-Stat</a> – 2.4<br>Cart Weight: av Octolize – 1.9.1<br>WooCommerce.com Update Manager: av Automattic – 1.0.3<br>WooCommerce Advanced Product Labels: av Jeroen Sormani – 1.3.0 (en uppdatering till version 1.3.1 finns tillgänglig)<br>Currency Converter for WooCommerce: av Kestrel – 2.2.4<br>WooCommerce Multilingual & Multicurrency: av OnTheGoSystems – 5.3.9<br>WooPayments: av WooCommerce – 8.8.0<br>PDF Invoices & Packing Slips for WooCommerce: av WP Overnight – 3.9.4<br>PDF Invoices & Packing Slips for WooCommerce - Professional: av WP Overnight – 2.15.12<br>PDF Invoices & Packing Slips for WooCommerce - Premium Templates: av WP Overnight – 2.21.11<br>WooCommerce Shipment Tracking: av WooCommerce – 2.5.3<br>WooCommerce Table Rate Shipping Pro: av PluginHive – 3.4.1<br>Store Toolkit for WooCommerce: av Visser Labs – 2.4.1<br>WooCommerce: av Automattic – 9.5.2<br>WP Crontrol: av John Blackbourn – 1.18.0<br>WP Mail SMTP Pro: av WP Mail SMTP – 4.3.0<br>WP Rollback: av WP Rollback – 2.0.7<br>WP Sitemaps Config: av Kybernetik Services – 2.2.3<br>WPFront Scroll Top: av WPFront Team – 2.2<br>WPML Media Translation: av OnTheGoSystems – 2.7.5<br>WPML String Translation: av OnTheGoSystems – 3.2.18 Inactive Plugins (1)<br><br>Flexible Shipping: av Octolize – 5.1.2 Must Use Plugins (2)<br><br>aios-firewall-loader.php: av –<br>WordPress automation by Installatron: av – Settings<br><br>Legacy API Enabled: –<br>Force SSL: –<br>Currency: SEK ( SEK)<br>Currency Position: right<br>Thousand Separator:<br>Decimal Separator: ,<br>Number of Decimals: 2<br>Taxonomies: Product Types: external (external)<br>grouped (grouped)<br>simple (simple)<br>variable (variable)<br><br>Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)<br>exclude-from-search (exclude-from-search)<br>featured (featured)<br>outofstock (outofstock)<br>rated-1 (rated-1)<br>rated-2 (rated-2)<br>rated-3 (rated-3)<br>rated-4 (rated-4)<br>rated-5 (rated-5)<br><br>Connected to WooCommerce.com: ✔<br>Enforce Approved Product Download Directories: –<br>HPOS feature enabled: –<br>Order datastore: WC_Order_Data_Store_CPT<br>HPOS data sync enabled: ✔ Logging<br><br>Enabled: ✔<br>Handler: Automattic\WooCommerce\Internal\Admin\Logging\LogHandlerFileV2<br>Retention period: 30 dagar<br>Level threshold: –<br>Log directory size: 13 B WC Pages<br><br>Butikbas: #14 - /<br>Varukorg: #44 - /cart/ - Innehåller kortkoden [woocommerce_cart]<br>Kassan: #45 - /checkout/ - Innehåller kortkoden [woocommerce_checkout]<br>Mitt konto: #46 - /my-account/<br>Villkor: #10 - /terms-and-conditions/ Theme<br><br>Name: ProShop<br>Version: 2.0.16<br>Author URL: https://woocommerce.com<br>Child Theme: ✔<br>Parent Theme Name: Storefront<br>Parent Theme Version: 4.6.0<br>Parent Theme Author URL: https://woocommerce.com/<br>Theme type: Klassiskt tema<br>WooCommerce Support: ✔ Templates<br><br>Overrides: – WooPayments<br><br>Version: 8.8.0<br>Connected to WPCOM: Yes<br>WPCOM Blog ID: 221018910<br>Account ID: acct_1NR6mjC1el6EkJ3H<br>Payment Gateway: Enabled<br>Test Mode: Disabled<br>Enabled APMs: card,p24,sepa_debit,ideal,eps,bancontact<br>WooPay: Not eligible<br>Apple Pay / Google Pay: Enabled (checkout)<br>Fraud Protection Level: basic<br>Multi-currency: Disabled<br>Auth and Capture: Disabled<br>Documents: Enabled<br>Logging: Disabled Templates<br><br>thumbnail:<br>medium:<br>medium_large:<br>large:<br>1536x1536:<br>2048x2048:<br>woocommerce_thumbnail:<br>woocommerce_single:<br>woocommerce_gallery_thumbnail:<br>dgwt-wcas-product-suggestion: Klarna Checkout Request Log<br><br>2024-12-11 14:46:26: KCO update order<br>Response code: 403<br>Response message: {"error_code":"READ_ONLY_ORDER","error_messages":["Resource is read-only"],"correlation_id":"27e925da-1a87-41b5-93b1-10e102db0414","service_version":"SNAPSHOT"}<br>Correlation ID: 27e925da-1a87-41b5-93b1-10e102db0414<br><br>2024-07-26 18:33:05: KCO update order<br>Response code: 403<br>Response message: {"error_code":"READ_ONLY_ORDER","error_messages":["Resource is read-only"],"correlation_id":"1699f617-d1fe-4ca7-91c2-8fc6b6785cb5","service_version":"SNAPSHOT"}<br>Correlation ID: 1699f617-d1fe-4ca7-91c2-8fc6b6785cb5<br><br>2024-06-07 10:37:39: KCO update order<br>Response code: 404<br>Response message:<br>Correlation ID:<br><br>2024-06-07 10:37:39: KCO get order<br>Response code: 404<br>Response message:<br>Correlation ID:<br><br>2024-06-07 10:37:38: KCO get order<br>Response code: 404<br>Response message:<br>Correlation ID:<br><br>2024-05-24 16:54:00: KCO update order<br>Response code: 403<br>Response message: {"error_code":"READ_ONLY_ORDER","error_messages":["Resource is read-only"],"correlation_id":"14c17aa9-d52e-45c3-8227-e994ae0794fc","service_version":"SNAPSHOT"}<br>Correlation ID: 14c17aa9-d52e-45c3-8227-e994ae0794fc<br><br>2024-05-11 11:40:02: KCO update order<br>Response code: 403<br>Response message: {"error_code":"READ_ONLY_ORDER","error_messages":["Resource is read-only"],"correlation_id":"76320671-45cb-4ec7-bbbe-e70de38f96e6","service_version":"SNAPSHOT"}<br>Correlation ID: 76320671-45cb-4ec7-bbbe-e70de38f96e6<br><br>2024-02-03 18:48:39: KCO get order<br>Response code:<br>Response message:<br>Correlation ID:<br><br>2023-11-22 10:30:16: KCO update confirmation<br>Response code: 403<br>Response message: {"error_code":"READ_ONLY_ORDER","error_messages":["Resource is read-only"],"correlation_id":"8882ee49-a767-4458-a823-07d4ec936009","service_version":"SNAPSHOT"}<br>Correlation ID: 8882ee49-a767-4458-a823-07d4ec936009<br><br>2023-10-30 02:46:44: KCO update order<br>Response code: 403<br>Response message: {"error_code":"READ_ONLY_ORDER","error_messages":["Resource is read-only"],"correlation_id":"f206ab15-8db6-4480-82ff-9e72649d0170","service_version":"SNAPSHOT"}<br>Correlation ID: f206ab15-8db6-4480-82ff-9e72649d0170<br><br>2023-10-16 07:33:02: KCO test credentials<br>Response code: 401<br>Response message: {"error_code":"PERMISSION_DENIED","error_message":"Authentication failed or permission not granted"}<br>Correlation ID:<br><br>2023-08-11 07:51:20: KCO update confirmation<br>Response code: 403<br>Response message: {"error_code":"READ_ONLY_ORDER","error_messages":["Resource is read-only"],"correlation_id":"6552f01b-98bf-4dd7-a2d4-e91fbd1105a8","service_version":"SNAPSHOT"}<br>Correlation ID: 6552f01b-98bf-4dd7-a2d4-e91fbd1105a8<br><br>2023-07-21 00:41:47: KCO update confirmation<br>Response code: 403<br>Response message: {"error_code":"READ_ONLY_ORDER","error_messages":["Resource is read-only"],"correlation_id":"76ab5edc-7795-4cd9-8706-44bbab4d2bec","service_version":"SNAPSHOT"}<br>Correlation ID: 76ab5edc-7795-4cd9-8706-44bbab4d2bec<br><br>2023-07-20 11:45:58: KCO update order<br>Response code: 403<br>Response message: {"error_code":"READ_ONLY_ORDER","error_messages":["Resource is read-only"],"correlation_id":"831a0ae8-202b-4150-9ec2-600682d280f0","service_version":"SNAPSHOT"}<br>Correlation ID: 831a0ae8-202b-4150-9ec2-600682d280f0<br><br>2023-07-01 11:41:49: KCO update order<br>Response code: 403<br>Response message: {"error_code":"READ_ONLY_ORDER","error_messages":["Resource is read-only"],"correlation_id":"30d0b933-6d31-42c2-be79-3d0ab1f47361","service_version":"SNAPSHOT"}<br>Correlation ID: 30d0b933-6d31-42c2-be79-3d0ab1f47361 Admin<br><br>Enabled Features: activity-panels<br>analytics<br>product-block-editor<br>coupons<br>core-profiler<br>customize-store<br>customer-effort-score-tracks<br>import-products-task<br>experimental-fashion-sample-products<br>shipping-smart-defaults<br>shipping-setting-tour<br>homescreen<br>marketing<br>mobile-app-banner<br>onboarding<br>onboarding-tasks<br>pattern-toolkit-full-composability<br>product-custom-fields<br>remote-inbox-notifications<br>remote-free-extensions<br>payment-gateway-suggestions<br>printful<br>shipping-label-banner<br>subscriptions<br>store-alerts<br>transient-notices<br>woo-mobile-welcome<br>wc-pay-promotion<br>wc-pay-welcome-page<br>launch-your-store<br><br>Disabled Features: product-data-views<br>experimental-blocks<br>coming-soon-newsletter-template<br>minified-js<br>product-pre-publish-modal<br>settings<br>async-product-editor-category-field<br>product-editor-template-system<br>blueprint<br>reactify-classic-payments-settings<br>use-wp-horizon<br>add-to-cart-with-options-stepper-layout<br><br>Daily Cron: ✔ Next scheduled: 2025-01-16 22:58:53 +01:00<br>Options: ✔<br>Notes: 21<br>Onboarding: completed Action Scheduler<br><br>Färdigbehandlad: 142<br>Oldest: 2025-01-15 14:34:52 +0100<br>Newest: 2025-01-16 13:54:33 +0100<br><br>Misslyckades: 1<br>Oldest: 2025-01-15 14:57:59 +0100<br>Newest: 2025-01-15 14:57:59 +0100<br><br>Väntar: 7<br>Oldest: 2025-01-16 17:33:42 +0100<br>Newest: 2026-01-01 00:00:01 +0100 Status report information<br><br>Generated at: 2025-01-16 14:05:39 +01:00<br>
    Thread Starter Armsportstore.com

    (@armbreakersweden)

    Seems to be fixed with this new version 🙂

    Thread Starter Armsportstore.com

    (@armbreakersweden)

    Seems to be working fine as far as I have noticed. Very happy with this. Thanks!

    Thread Starter Armsportstore.com

    (@armbreakersweden)

    @qtwrk currently testing, so will get back when I have run it for a while. Thanks for the great response and fast solution. Really appreciate it.

    Thread Starter Armsportstore.com

    (@armbreakersweden)

    Thanks Marcin, appreciate it. The error isn’t triggered anymore. Will mark this as resolved 🙂

Viewing 15 replies - 1 through 15 (of 102 total)