dimiro93
Forum Replies Created
-
I finally solved the issue by adding the data-no-translation data-no-translation-href to the <a> tags of the email.
So now, it displays the urls based on the visitor’s language.
Hello again,
After some tests, I’ve noticed the following:
In the waitlist-subscribe-emai.php, I’ve used
<?php echo esc_html( $email->object->get_permalink() ); ?>
and the url displays in greek, as it shoud.However, when I change the product link php at the table like below, the link keeps coming with /en/.
<td class=”td xts-tbody-td xts-align-start”>
<a class=”product-link” href=”<?php echo esc_html( $email->object->get_permalink() ); ?>”>
<?php echo esc_html( $email->object->get_name() ); ?>
</a>
</td>
What is the problem?Hello @danieldandu
Thank you for your reply.
I searched the String Translation interface and didn’t find the url I was looking for. However, I found a lot of other product urls containing /en/.
My questions are:
What is their use?
What will happen if I delete them?
How and when are they created?
Also, the en/ product urls are saved greek version and I can’t edit them.Σε ευχαριστώ πολύ και για την βοήθεια και για τις διευκρινήσεις.
Καλησπέρα και πάλι.
Τελικά δούλεψε. Έπρεπε να έχω δει λίγο καλύτερα το documentation…
Ο κώδικας που χρησιμοποίησα είναι αυτός:
// Add SKU in id field for Simple Products
add_filter('dicha_skroutz_feed_custom_product_id', 'bc_skroutz_use_sku_as_product_id', 10, 3);
function bc_skroutz_use_sku_as_product_id($unique_id, $product, $feed_type) {
if (empty($product) || !is_a($product, 'WC_Product')) {
return $unique_id;
}
$sku = $product->get_sku();
if (!empty($sku)) {
return $sku;
}
return $unique_id;
}
// Add SKU in ID field for Variations
add_filter('dicha_skroutz_feed_custom_variation_id', 'bc_skroutz_use_sku_as_variation_id', 10, 4);
function bc_skroutz_use_sku_as_variation_id($variation_id, $variation_obj, $parent_product, $feed_type) {
if (empty($variation_obj) || !is_a($variation_obj, 'WC_Product_Variation')) {
return $variation_id;
}
$sku = $variation_obj->get_sku();
if (empty($sku) && !empty($parent_product) && is_a($parent_product, 'WC_Product')) {
$sku = $parent_product->get_sku();
}
if (!empty($sku)) {
return $sku;
}
return $variation_id;
}Καλησπέρα
Εξαιρετικός! Έκανα την αναβάθμιση και δούλεψε άψογα.
Σε ευχαριστώ πολύ
Καλησπέρα Θοδωρή,
Σε ευχαριστώ πάρα πολύ για την βοήθεια.Α) Το έκανα όπως είπες και δούλεψε αμέσως!
Β) Ναι, θα ενημερώσω τον πελάτη αν θέλει να μεταφέρει τα brands σε ένα σημείο, αλλιώς θα δοκιμάσω το filter που είπες και αν κολλήσω κάπου θα επανέλθω.
Σου στέλνω το zip αρχείο του yith-brands-addon.
Και πάλι σε ευχαριστώ.
Hello,
@autobrochuresnz I didn’t manage to fix the issue and since Google accepted the feed as is, I didn’t give anymore efford.
@superlemon1998 There are about 200 categories. Unfortunatelly, I can’t run any updates or disable plugins to test, since I’m working on a live site.
Forum: Plugins
In reply to: [Discount Rules and Dynamic Pricing for WooCommerce] Multiple available giftsHello @emilywil
Thank you very much for your aswer.
Unfortunatelly, I can’t ask the client for a second paid plugin, so soon. But I’m thinking of adding the gift products as Upsells or related Products and display them on the product page and the cart page.
Forum: Plugins
In reply to: [WooCommerce] Tax rates for different post codesHi @lovingbro, Thank you very much for explaining in detail how the tax rules are calculated.
Forum: Plugins
In reply to: [WooCommerce] Tax rates for different post codesIt did work actually! Thank you very much.
Any ideas why changing thee priority to 1 solved the issue?
Forum: Plugins
In reply to: [WooCommerce] Tax rates for different post codesSo, after making some more tests with the 81103 postcode, here is what I’ve noticed:
1. If I select Pay in store and Store pick up, the tax is 24%
2. If I select Cash on Delivery and any other shipping method, both 17% and 24% taxes are displayed
3. If I select any payment method and any Weight Based Shipping (legacy), both 17% and 24% taxes are displayed
If I test with any other payment or shipment method, I always get the 24% vat.
Both COD and Weigt Based Shipping are Taxable: No
Cash on Delivery https://snipboard.io/NZljEK.jpg
Weight Based Shipping (Legacy) https://snipboard.io/yiNQlD.jpgI’m using the Smart COD for WooCommerce plugin, since I want to add an extra fee to Cash on Delivery. Disabling the plugin, didn’t fix the problem.
Also, changing the GR general tax rule priority from 5 to 2, didn’t make any difference.Forum: Plugins
In reply to: [WooCommerce] Tax rates for different post codesSure,
Here is the Standard rates https://snipboard.io/UhEm1M.jpg
And the Reduced rates https://snipboard.io/hkR6PM.jpgI forgot to add that the double taxes are also displayed on the Cart page. I have also tried with the defaulat theme and I have the same result.
Forum: Plugins
In reply to: [WooCommerce] Tax rates for different post codesHello @shahzeenfarooq ,
The snippet you provided works and now I see the final price as it should be,. Thank you!
However, now I see two tax rules being applied. Here is a screenshot from the checkout https://snipboard.io/gAiTyL.jpg
I’m doing the tests in incognito mode.
Forum: Plugins
In reply to: [WooCommerce] Tax rates for different post codesHello @lovingbro ,
Yes, I have checked again and I have the options “Prices entered with tax” set to “Yes, I will enter prices inclusive of tax”, and “Display prices in the shop” and “Display prices during cart and checkout” both set to “Including tax”
Here are the tax rows https://snipboard.io/UhEm1M.jpg
And the tax options https://snipboard.io/ibFANp.jpg
The System Status Report:<br>### WordPress Environment ###<br><br>WordPress address (URL): https://panoplon.com/new<br>Site address (URL): https://panoplon.com/new<br>WC Version: 10.6.0<br>Legacy REST API Package Version: The Legacy REST API plugin is not installed on this site.<br>Action Scheduler Version: ✔ 3.9.3<br>Log Directory Writable: ✔<br>WP Version: 6.9.3<br>WP Multisite: –<br>WP Memory Limit: 512 MB<br>WP Debug Mode: –<br>WP Cron: ✔<br>WP Environment Type: production<br>Language: el<br>External object cache: –<br><br>### Server Environment ###<br><br>Server Info: Apache<br>Server Architecture: Linux 6.1.0-43-amd64 x86_64<br>PHP Version: 8.3.30<br>PHP Post Max Size: 30 MB<br>PHP Time Limit: 120<br>PHP Max Input Vars: 3000<br>cURL Version: 7.88.1<br>OpenSSL/3.0.18<br><br>SUHOSIN Installed: –<br>MySQL Version: 11.4.10-MariaDB-deb12<br>Max Upload Size: 30 MB<br>Default Timezone is UTC: ✔<br>fsockopen/cURL: ✔<br>SoapClient: ✔<br>DOMDocument: ✔<br>GZip: ✔<br>Multibyte String: ✔<br>Remote Post: ✔<br>Remote Get: ✔<br><br>### Database ###<br><br>WC Database Version: 10.6.0<br>WC Database Prefix: g71WlL3N_<br>Total Database Size: 192.94MB<br>Database Data Size: 140.69MB<br>Database Index Size: 52.25MB<br>g71WlL3N_woocommerce_sessions: Data: 0.05MB + Index: 0.03MB + Engine InnoDB<br>g71WlL3N_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>g71WlL3N_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>g71WlL3N_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.08MB + Engine InnoDB<br>g71WlL3N_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>g71WlL3N_woocommerce_order_itemmeta: Data: 0.08MB + Index: 0.11MB + Engine InnoDB<br>g71WlL3N_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>g71WlL3N_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>g71WlL3N_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>g71WlL3N_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>g71WlL3N_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>g71WlL3N_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>g71WlL3N_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>g71WlL3N_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>g71WlL3N_actionscheduler_actions: Data: 4.02MB + Index: 3.09MB + Engine InnoDB<br>g71WlL3N_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>g71WlL3N_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>g71WlL3N_actionscheduler_logs: Data: 4.02MB + Index: 2.55MB + Engine InnoDB<br>g71WlL3N_cmplz_cookiebanners: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>g71WlL3N_cmplz_cookies: Data: 0.05MB + Index: 0.00MB + Engine InnoDB<br>g71WlL3N_cmplz_dnsmpd: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>g71WlL3N_cmplz_services: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>g71WlL3N_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>g71WlL3N_comments: Data: 0.06MB + Index: 0.13MB + Engine InnoDB<br>g71WlL3N_e_events: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>g71WlL3N_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>g71WlL3N_options: Data: 9.44MB + Index: 0.27MB + Engine InnoDB<br>g71WlL3N_postmeta: Data: 58.56MB + Index: 24.06MB + Engine InnoDB<br>g71WlL3N_posts: Data: 46.52MB + Index: 5.45MB + Engine InnoDB<br>g71WlL3N_termmeta: Data: 0.09MB + Index: 0.09MB + Engine InnoDB<br>g71WlL3N_terms: Data: 0.06MB + Index: 0.03MB + Engine InnoDB<br>g71WlL3N_term_relationships: Data: 1.52MB + Index: 1.52MB + Engine InnoDB<br>g71WlL3N_term_taxonomy: Data: 0.05MB + Index: 0.03MB + Engine InnoDB<br>g71WlL3N_trp_dictionary_el_en_gb: Data: 0.42MB + Index: 0.50MB + Engine InnoDB<br>g71WlL3N_trp_gettext_el: Data: 1.52MB + Index: 0.72MB + Engine InnoDB<br>g71WlL3N_trp_gettext_en_gb: Data: 1.52MB + Index: 0.50MB + Engine InnoDB<br>g71WlL3N_trp_gettext_original_meta: Data: 0.05MB + Index: 0.05MB + Engine InnoDB<br>g71WlL3N_trp_gettext_original_strings: Data: 2.52MB + Index: 1.52MB + Engine InnoDB<br>g71WlL3N_trp_original_meta: Data: 0.08MB + Index: 0.11MB + Engine InnoDB<br>g71WlL3N_trp_original_strings: Data: 0.28MB + Index: 0.17MB + Engine InnoDB<br>g71WlL3N_usermeta: Data: 0.05MB + Index: 0.03MB + Engine InnoDB<br>g71WlL3N_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>g71WlL3N_viva_com_smart_wc_checkout_orders: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>g71WlL3N_viva_com_smart_wc_checkout_recurring: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>g71WlL3N_viva_com_smart_wc_checkout_transactions: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>g71WlL3N_viva_com_smart_wc_checkout_transaction_types: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>g71WlL3N_wc_admin_notes: Data: 0.06MB + Index: 0.00MB + Engine InnoDB<br>g71WlL3N_wc_admin_note_actions: Data: 0.06MB + Index: 0.02MB + Engine InnoDB<br>g71WlL3N_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>g71WlL3N_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>g71WlL3N_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>g71WlL3N_wc_orders: Data: 0.02MB + Index: 0.13MB + Engine InnoDB<br>g71WlL3N_wc_orders_meta: Data: 0.08MB + Index: 0.13MB + Engine InnoDB<br>g71WlL3N_wc_order_addresses: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>g71WlL3N_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>g71WlL3N_wc_order_operational_data: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>g71WlL3N_wc_order_product_lookup: Data: 0.02MB + Index: 0.08MB + Engine InnoDB<br>g71WlL3N_wc_order_stats: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>g71WlL3N_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>g71WlL3N_wc_product_attributes_lookup: Data: 3.52MB + Index: 5.03MB + Engine InnoDB<br>g71WlL3N_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>g71WlL3N_wc_product_meta_lookup: Data: 2.52MB + Index: 4.86MB + Engine InnoDB<br>g71WlL3N_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>g71WlL3N_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>g71WlL3N_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>g71WlL3N_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>g71WlL3N_woodmart_unsubscribed_emails: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>g71WlL3N_woodmart_wishlists: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>g71WlL3N_woodmart_wishlist_products: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>g71WlL3N_wpc_accesslocks: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>g71WlL3N_wpc_login_fails: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>g71WlL3N_wpmailsmtp_debug_events: Data: 0.05MB + Index: 0.00MB + Engine InnoDB<br>g71WlL3N_wpmailsmtp_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>g71WlL3N_wpml_mails: Data: 2.52MB + Index: 0.02MB + Engine InnoDB<br><br>### Post Type Counts ###<br><br>attachment: 124<br>cms_block: 29<br>elementor_library: 1<br>language_switcher: 4<br>nav_menu_item: 175<br>page: 15<br>post: 1<br>product: 2829<br>product_variation: 16288<br>revision: 1122<br>shop_coupon: 1<br>shop_order_placehold: 39<br>wd_product_tabs: 1<br>woodmart_layout: 2<br>woodmart_sidebar: 1<br>woodmart_size_guide: 2<br>woodmart_slide: 4<br>wp_font_face: 36<br>wp_font_family: 12<br>wp_global_styles: 1<br>wp_navigation: 1<br>wpcf7_contact_form: 1<br><br>### Security ###<br><br>Secure connection (HTTPS): ✔<br>Hide errors from visitors: ✔<br><br>### Active Plugins (13) ###<br><br>Complianz | GDPR/CCPA Cookie Consent: by Complianz – 7.4.4.2<br>Contact Form 7: by Rock Lobster Inc. – 6.1.5<br>Elementor: by Elementor.com – 3.34.1<br>ERP Invoice Fields: by ERP Bridge – 1.0.0<br>Pay in Store WooCommerce Payment Gateway: by Papaki – 1.2.6<br>S1 Sync Bridge: by bCom – 1.0.1<br>TranslatePress - Multilingual: by Cozmoslabs<br>Razvan Mocanu<br>Madalin Ungureanu<br>Cristophor Hurduban – 3.1.1<br><br>Viva.com | Smart Checkout for WooCommerce: by Viva.com – 1.0.2<br>Smart COD for WooCommerce: by woosmartcod.com – 1.8.4<br>Weight Based Shipping for WooCommerce: by weightbasedshipping.com – 6.15.0<br>WooCommerce: by Automattic – 10.6.0<br>Woodmart Core: by – 1.1.5<br>Zoho Mail: by Zoho Mail – 1.6.2<br><br>### Inactive Plugins (2) ###<br><br>WP Mail Logging: by WP Mail Logging Team – 1.16.0<br>WP Mail SMTP: by WP Mail SMTP – 4.7.1<br><br>### Dropin Plugins () ###<br><br>maintenance.php: maintenance.php<br><br>### Settings ###<br><br>Legacy API Enabled: –<br>Force SSL: –<br>Currency: EUR (€)<br>Currency Position: right_space<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: Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore<br>HPOS data sync enabled: –<br>Enabled Features: analytics<br>marketplace<br>order_attribution<br>site_visibility_badge<br>remote_logging<br>email_improvements<br>blueprint<br>point_of_sale<br>custom_order_tables<br><br><br>### Logging ###<br><br>Enabled: ✔<br>Handler: Automattic\WooCommerce\Internal\Admin\Logging\LogHandlerFileV2<br>Retention period: 30 days<br>Level threshold: –<br>Log directory size: 420 KB<br><br>### WC Pages ###<br><br>Shop base: #47 - /products/<br>Basket: #9 - /cart/ - Contains the [woocommerce_cart] shortcode<br>Checkout: #10 - /checkout/ - Contains the [woocommerce_checkout] shortcode<br>My account: #11 - /my-account/ - Contains the [woocommerce_my_account] shortcode<br>Terms and conditions: ❌ Page not set<br><br>### Theme ###<br><br>Name: Woodmart Child<br>Version: 1.0.0<br>Author URL: http://xtemos.com<br>Child Theme: ✔<br>Parent Theme Name: Woodmart<br>Parent Theme Version: 8.3.8 – 8.4.1 is available<br>Parent Theme Author URL: http://themeforest.net/user/xtemos<br>Theme type: Classic theme<br>WooCommerce Support: ✔<br><br>### Templates ###<br><br>Overrides: woodmart-child/woocommerce/archive-product.php<br>woodmart/woocommerce/cart/cart-item-data.php<br>woodmart-child/woocommerce/cart/cart.php<br>woodmart/woocommerce/cart/cross-sells.php<br>woodmart/woocommerce/cart/mini-cart.php<br>woodmart/woocommerce/checkout/form-checkout.php<br>woodmart-child/woocommerce/checkout/payment.php<br>woodmart-child/woocommerce/checkout/review-order.php version - is out of date. The core version is 5.2.0<br>woodmart/woocommerce/checkout/thankyou.php<br>woodmart/woocommerce/content-product-cat.php<br>woodmart/woocommerce/content-product.php<br>woodmart/woocommerce/content-single-product.php<br>woodmart/woocommerce/content-widget-product.php<br>woodmart-child/woocommerce/emails/customer-failed-order.php<br>woodmart-child/woocommerce/emails/customer-pos-refunded-order.php<br>woodmart-child/woocommerce/emails/customer-refunded-order.php<br>woodmart/woocommerce/global/breadcrumb.php<br>woodmart/woocommerce/global/form-login.php<br>woodmart/woocommerce/global/quantity-input.php<br>woodmart/woocommerce/loop/add-to-cart.php<br>woodmart/woocommerce/loop/loop-end.php<br>woodmart/woocommerce/loop/loop-start.php<br>woodmart/woocommerce/loop/no-products-found.php<br>woodmart-child/woocommerce/loop/orderby.php<br>woodmart/woocommerce/loop/pagination.php<br>woodmart/woocommerce/loop/sale-flash.php<br>woodmart/woocommerce/myaccount/form-login.php<br>woodmart/woocommerce/myaccount/my-account.php<br>woodmart/woocommerce/product-searchform.php<br>woodmart/woocommerce/single-product/add-to-cart/grouped.php<br>woodmart/woocommerce/single-product/add-to-cart/variable.php<br>woodmart/woocommerce/single-product/meta.php<br>woodmart/woocommerce/single-product/product-attributes.php<br>woodmart/woocommerce/single-product/product-image.php version 9.7.0 is out of date. The core version is 10.5.0<br>woodmart/woocommerce/single-product/product-thumbnails.php<br>woodmart/woocommerce/single-product/rating.php<br>woodmart/woocommerce/single-product/related.php<br>woodmart/woocommerce/single-product/sale-flash.php<br>woodmart/woocommerce/single-product/tabs/description.php<br>woodmart/woocommerce/single-product/tabs/tabs.php<br>woodmart/woocommerce/single-product/title.php<br>woodmart/woocommerce/single-product/up-sells.php<br>woodmart/woocommerce/single-product-reviews.php<br>woodmart/woocommerce/single-product.php<br><br>Outdated Templates: ❌<br> <br> <br> Learn how to update |<br> <br> <br> <br> <br> Clear system status theme info cache<br><br>### Admin ###<br><br>Enabled Features: activity-panels<br>analytics<br>analytics-scheduled-import<br>product-block-editor<br>experimental-iapi-mini-cart<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>experimental-iapi-runtime<br>coming-soon-newsletter-template<br>minified-js<br>product-pre-publish-modal<br>products-catalog-api<br>settings<br>async-product-editor-category-field<br>product-editor-template-system<br>use-wp-horizon<br>rest-api-v4<br><br>Daily Cron: ❌ Not scheduled<br>Options: ✔<br>Notes: 77<br>Onboarding: skipped<br><br>### Action Scheduler ###<br><br>Complete: 7,882<br>Oldest: 2026-02-08 15:44:37 +0000<br>Newest: 2026-03-11 08:46:27 +0000<br><br>Failed: 2<br>Oldest: 2025-12-10 10:24:32 +0000<br>Newest: 2025-12-17 11:43:52 +0000<br><br>Pending: 12<br>Oldest: 2026-03-11 09:37:35 +0000<br>Newest: 2026-03-12 08:46:26 +0000<br><br><br>### Status report information ###<br><br>Generated at: 2026-03-11 09:15:38 +00:00<br>