Card payment order status
-
Hello,
When a client pays online by card, the order status goes directly to Completed. I need it to go to Processing, as are the other orders not paid online.
The products are not virtual/downloadable.
I also tried applying to functions.php a snippet of code that I found online, but it is not working (netopiapayments is my card processor)
add_filter( ‘woocommerce_netopiapayments_process_payment_order_status’, ‘bbloomer_change_netopiapayments_order_status’, 9999, 2 );
function bbloomer_change_netopiapayments_order_status( $status, $order ) {
return ‘processing’;
}Anybody has other suggestions?
Thanks!
-
This topic was modified 3 years, 5 months ago by
vladbtc.
-
This topic was modified 3 years, 5 months ago by
-
Hello @vladbtc,
I need it to go to Processing, as are the other orders not paid online.
Can you please elaborate more on this part? Does part of the order need to be paid in person?
Could you also share a copy of your site’s System Status Report and the order notes? You can find the report in WooCommerce > Status.
Select “Get system report” and then “Copy for support”. Once you’ve done that, paste it here in your response.
Generally speaking, it’s up to the payment gateway what to do with an order once it’s paid so you might want to get in touch with your payment processor as well.
Look forward to hearing back from you.Can you please elaborate more on this part? Does part of the order need to be paid in person?
I wasn’t clear enough. So – I have two payment options in my store.
One is Cash on Delivery (the client orders the product and pays for it by cash when the courier delivers the product).
The payment option is online by card – the client pays in full by card when placing the order, then the product will be delivered to them and they don’t have to pay anything anymore.
So my issue here is with the order status in woocommerce. When a client chooses to pay with cash on delivery, the order status is going by default to ‘Processing’, which is ok. I change it manually to ‘Completed’ after processing the order and delivering the product.
When a client chooses to pay online by card, the order status is going by default to ‘Completed’, and this is my problem. I would like it to go to ‘Processing’ instead.
I’m also attaching the System Status Report. Also mentioning the store has been online for about 10 months and I had this issue from the beginning, it didn’t appear after an update or something like that.
<br>WordPress Environment<br>WordPress address (URL): https://konservaria.ro<br>Site address (URL): https://konservaria.ro<br>WC Version: 7.3.0<br>REST API Version: ✔</img> 7.3.0<br>WC Blocks Version: ✔</img> 9.1.5<br>Action Scheduler Version: ✔</img> 3.5.2<br>Log Directory Writable: ✔</img><br>WP Version: 6.1.1<br>WP Multisite: –<br>WP Memory Limit: 512 MB<br>WP Debug Mode: –<br>WP Cron: ✔</img><br>Language: ro_RO<br>External object cache: –<br>Server Environment<br>Server Info: Apache<br>PHP Version: 7.4.33<br>PHP Post Max Size: 516 MB<br>PHP Time Limit: 60<br>PHP Max Input Vars: 1000<br>cURL Version: 7.87.0<br>OpenSSL/1.1.1s<br>SUHOSIN Installed: –<br>MySQL Version: 5.7.23-23<br>Max Upload Size: 512 MB<br>Default Timezone is UTC: ✔</img><br>fsockopen/cURL: ✔</img><br>SoapClient: ✔</img><br>DOMDocument: ✔</img><br>GZip: ✔</img><br>Multibyte String: ✔</img><br>Remote Post: ✔</img><br>Remote Get: ✔</img><br>Database<br>WC Database Version: 7.3.0<br>WC Database Prefix: yrw_<br>Total Database Size: 69.61MB<br>Database Data Size: 44.79MB<br>Database Index Size: 24.82MB<br>yrw_woocommerce_sessions: Data: 1.02MB + Index: 0.02MB + Engine InnoDB<br>yrw_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>yrw_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>yrw_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>yrw_woocommerce_order_items: Data: 0.19MB + Index: 0.08MB + Engine InnoDB<br>yrw_woocommerce_order_itemmeta: Data: 1.52MB + Index: 3.03MB + Engine InnoDB<br>yrw_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>yrw_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>yrw_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>yrw_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>yrw_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>yrw_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>yrw_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>yrw_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wpstg0_actionscheduler_actions: Data: 0.36MB + Index: 0.47MB + Engine InnoDB<br>wpstg0_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wpstg0_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wpstg0_actionscheduler_logs: Data: 0.30MB + Index: 0.25MB + Engine InnoDB<br>wpstg0_cartflows_ca_cart_abandonment: Data: 0.06MB + Index: 0.02MB + Engine InnoDB<br>wpstg0_cartflows_ca_email_history: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wpstg0_cartflows_ca_email_templates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wpstg0_cartflows_ca_email_templates_meta: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wpstg0_cli_cookie_scan: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wpstg0_cli_cookie_scan_categories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wpstg0_cli_cookie_scan_cookies: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wpstg0_cli_cookie_scan_url: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wpstg0_cli_scripts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wpstg0_cmplz_cookiebanners: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wpstg0_cmplz_cookies: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wpstg0_cmplz_services: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wpstg0_commentmeta: Data: 0.08MB + Index: 0.09MB + Engine InnoDB<br>wpstg0_comments: Data: 0.36MB + Index: 0.39MB + Engine InnoDB<br>wpstg0_crfw_cart: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wpstg0_crfw_cart_event: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wpstg0_crfw_cart_meta: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wpstg0_e_events: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wpstg0_e_notes: Data: 0.02MB + Index: 0.17MB + Engine InnoDB<br>wpstg0_e_notes_users_relations: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wpstg0_e_submissions: Data: 0.02MB + Index: 0.27MB + Engine InnoDB<br>wpstg0_e_submissions_actions_log: Data: 0.02MB + Index: 0.11MB + Engine InnoDB<br>wpstg0_e_submissions_values: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wpstg0_gamipress_logs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wpstg0_gamipress_logs_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wpstg0_gamipress_user_earnings: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wpstg0_gamipress_user_earnings_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wpstg0_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wpstg0_ml_data: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wpstg0_myCRED_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wpstg0_omnisend_logs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wpstg0_options: Data: 7.52MB + Index: 0.25MB + Engine InnoDB<br>wpstg0_postmeta: Data: 3.52MB + Index: 4.03MB + Engine InnoDB<br>wpstg0_posts: Data: 1.52MB + Index: 0.28MB + Engine InnoDB<br>wpstg0_sameday_awb: Data: 0.08MB + Index: 0.02MB + Engine InnoDB<br>wpstg0_sameday_locker: Data: 1.52MB + Index: 0.00MB + Engine InnoDB<br>wpstg0_sameday_pickup_point: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wpstg0_sameday_service: Data: 0.06MB + Index: 0.02MB + Engine InnoDB<br>wpstg0_shortpixel_folders: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wpstg0_shortpixel_meta: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wpstg0_sib_model_forms: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wpstg0_sib_model_users: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wpstg0_smush_dir_images: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wpstg0_swift_performance_warmup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wpstg0_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wpstg0_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wpstg0_term_relationships: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wpstg0_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wpstg0_usermeta: Data: 1.52MB + Index: 0.52MB + Engine InnoDB<br>wpstg0_users: Data: 0.06MB + Index: 0.05MB + Engine InnoDB<br>wpstg0_wc_admin_notes: Data: 0.08MB + Index: 0.00MB + Engine InnoDB<br>wpstg0_wc_admin_note_actions: Data: 0.05MB + Index: 0.02MB + Engine InnoDB<br>wpstg0_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wpstg0_wc_customer_lookup: Data: 0.06MB + Index: 0.03MB + Engine InnoDB<br>wpstg0_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wpstg0_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wpstg0_wc_order_product_lookup: Data: 0.20MB + Index: 0.25MB + Engine InnoDB<br>wpstg0_wc_order_stats: Data: 0.06MB + Index: 0.05MB + Engine InnoDB<br>wpstg0_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wpstg0_wc_product_attributes_lookup: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wpstg0_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wpstg0_wc_product_meta_lookup: Data: 0.02MB + Index: 0.09MB + Engine InnoDB<br>wpstg0_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wpstg0_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wpstg0_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wpstg0_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wpstg0_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wpstg0_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wpstg0_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wpstg0_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wpstg0_woocommerce_order_itemmeta: Data: 1.52MB + Index: 3.03MB + Engine InnoDB<br>wpstg0_woocommerce_order_items: Data: 0.16MB + Index: 0.06MB + Engine InnoDB<br>wpstg0_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wpstg0_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wpstg0_woocommerce_sessions: Data: 0.16MB + Index: 0.02MB + Engine InnoDB<br>wpstg0_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wpstg0_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wpstg0_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wpstg0_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB<br>wpstg0_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wpstg0_wpmailsmtp_debug_events: Data: 0.06MB + Index: 0.00MB + Engine InnoDB<br>wpstg0_wpmailsmtp_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wpstg0_wpstg_queue: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wpstg0_yith_wapo_groups: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wpstg0_yith_wapo_types: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wpstg0_yith_wcwl: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wpstg0_yith_wcwl_lists: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wpstg0_yith_ywrac_email_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>wpstg0_yoast_indexable: Data: 0.25MB + Index: 0.13MB + Engine InnoDB<br>wpstg0_yoast_indexable_hierarchy: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>wpstg0_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>wpstg0_yoast_primary_term: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>wpstg0_yoast_seo_links: Data: 0.05MB + Index: 0.03MB + Engine InnoDB<br>yrw_actionscheduler_actions: Data: 1.52MB + Index: 0.91MB + Engine InnoDB<br>yrw_actionscheduler_claims: Data: 0.05MB + Index: 0.02MB + Engine InnoDB<br>yrw_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>yrw_actionscheduler_logs: Data: 0.38MB + Index: 0.33MB + Engine InnoDB<br>yrw_cartflows_ca_cart_abandonment: Data: 0.06MB + Index: 0.02MB + Engine InnoDB<br>yrw_cartflows_ca_email_history: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>yrw_cartflows_ca_email_templates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>yrw_cartflows_ca_email_templates_meta: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>yrw_cli_cookie_scan: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>yrw_cli_cookie_scan_categories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>yrw_cli_cookie_scan_cookies: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>yrw_cli_cookie_scan_url: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>yrw_cli_scripts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>yrw_cmplz_cookiebanners: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>yrw_cmplz_cookies: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>yrw_cmplz_services: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>yrw_commentmeta: Data: 0.17MB + Index: 0.19MB + Engine InnoDB<br>yrw_comments: Data: 0.45MB + Index: 0.44MB + Engine InnoDB<br>yrw_crfw_cart: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>yrw_crfw_cart_event: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>yrw_crfw_cart_meta: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>yrw_e_events: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>yrw_e_notes: Data: 0.02MB + Index: 0.17MB + Engine InnoDB<br>yrw_e_notes_users_relations: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>yrw_e_submissions: Data: 0.02MB + Index: 0.27MB + Engine InnoDB<br>yrw_e_submissions_actions_log: Data: 0.02MB + Index: 0.11MB + Engine InnoDB<br>yrw_e_submissions_values: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>yrw_gamipress_logs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>yrw_gamipress_logs_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>yrw_gamipress_user_earnings: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>yrw_gamipress_user_earnings_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>yrw_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>yrw_mailchimp_carts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>yrw_mailchimp_jobs: Data: 0.22MB + Index: 0.00MB + Engine InnoDB<br>yrw_ml_data: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>yrw_myCRED_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>yrw_omnisend_logs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>yrw_options: Data: 6.08MB + Index: 0.25MB + Engine InnoDB<br>yrw_postmeta: Data: 4.52MB + Index: 4.03MB + Engine InnoDB<br>yrw_posts: Data: 1.52MB + Index: 0.30MB + Engine InnoDB<br>yrw_sameday_awb: Data: 0.08MB + Index: 0.02MB + Engine InnoDB<br>yrw_sameday_locker: Data: 1.52MB + Index: 0.00MB + Engine InnoDB<br>yrw_sameday_pickup_point: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>yrw_sameday_service: Data: 0.06MB + Index: 0.02MB + Engine InnoDB<br>yrw_shortpixel_folders: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>yrw_shortpixel_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>yrw_shortpixel_postmeta: Data: 0.44MB + Index: 0.27MB + Engine InnoDB<br>yrw_shortpixel_queue: Data: 0.05MB + Index: 0.09MB + Engine InnoDB<br>yrw_sib_model_forms: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>yrw_sib_model_users: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>yrw_smush_dir_images: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>yrw_swift_performance_warmup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>yrw_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>yrw_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>yrw_term_relationships: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>yrw_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>yrw_usermeta: Data: 1.52MB + Index: 0.56MB + Engine InnoDB<br>yrw_users: Data: 0.06MB + Index: 0.05MB + Engine InnoDB<br>yrw_wc_admin_notes: Data: 0.08MB + Index: 0.00MB + Engine InnoDB<br>yrw_wc_admin_note_actions: Data: 0.05MB + Index: 0.02MB + Engine InnoDB<br>yrw_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>yrw_wc_customer_lookup: Data: 0.06MB + Index: 0.03MB + Engine InnoDB<br>yrw_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>yrw_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>yrw_wc_order_product_lookup: Data: 0.23MB + Index: 0.28MB + Engine InnoDB<br>yrw_wc_order_stats: Data: 0.06MB + Index: 0.05MB + Engine InnoDB<br>yrw_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>yrw_wc_product_attributes_lookup: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>yrw_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>yrw_wc_product_meta_lookup: Data: 0.02MB + Index: 0.09MB + Engine InnoDB<br>yrw_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>yrw_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>yrw_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>yrw_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>yrw_wpmailsmtp_debug_events: Data: 0.06MB + Index: 0.00MB + Engine InnoDB<br>yrw_wpmailsmtp_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>yrw_wpstg_queue: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>yrw_yith_wapo_groups: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>yrw_yith_wapo_types: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>yrw_yith_wcwl: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>yrw_yith_wcwl_lists: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>yrw_yith_ywrac_email_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB<br>yrw_yoast_indexable: Data: 0.27MB + Index: 0.09MB + Engine InnoDB<br>yrw_yoast_indexable_hierarchy: Data: 0.02MB + Index: 0.05MB + Engine InnoDB<br>yrw_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB<br>yrw_yoast_primary_term: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>yrw_yoast_seo_links: Data: 0.02MB + Index: 0.03MB + Engine InnoDB<br>Post Type Counts<br>announcer: 4<br>attachment: 175<br>cookielawinfo: 6<br>custom_css: 4<br>elementor_library: 13<br>global_product_addon: 1<br>jp_img_sitemap: 1<br>jp_sitemap: 1<br>jp_sitemap_master: 1<br>mastermega_content: 1<br>mycred_rank: 1<br>nav_menu_item: 10<br>oembed_cache: 4<br>page: 18<br>points-award: 2<br>points-type: 1<br>portfolio: 12<br>post: 5<br>product: 36<br>revision: 57<br>shop_coupon: 736<br>shop_order: 682<br>shop_order_refund: 5<br>sl-insta-account: 1<br>sl-insta-feed: 1<br>sp_wps_shortcodes: 1<br>wp_global_styles: 1<br>yith_wcps_type: 1<br>ywrac_cart: 1<br>ywrac_email: 1<br>Security<br>Secure connection (HTTPS): ✔</img><br>Hide errors from visitors: ✔</img><br>Active Plugins (21)<br>Complianz | GDPR/CCPA Cookie Consent: by Really Simple Plugins – 6.3.9<br>Customer Reviews for WooCommerce: by CusRev – 5.14.0<br>GTM4WP: by Thomas Geiger – 1.16.2<br>Elementor Pro: by Elementor.com – 3.10.1<br>Elementor: by Elementor.com – 3.10.0<br>Envato Market: by Envato – 2.0.7<br>Facebook for WooCommerce: by Facebook – 3.0.8<br>KP Fastest Tidio Chat: by Kreativo Pro – 1.0.4<br>Mailchimp for WooCommerce: by Mailchimp – 2.7.6<br>Newsletter, SMTP, Email marketing and Subscribe forms by Sendinblue: by Sendinblue – 3.1.56<br>Omnisend for Woocommerce: by Omnisend – 1.11.1<br>Perfmatters: by forgemedia – 2.0.2<br>Points and Rewards for WooCommerce: by WP Swings – 1.3.0<br>Really Simple SSL: by Really Simple Plugins – 6.1.0<br>SamedayCourier Shipping: by SamedayCourier – 1.4.4<br>ShortPixel Image Optimizer: by ShortPixel - Convert WebP/AVIF & Optimize Images – 5.1.6<br>NETOPIA Payments Payment Gateway: by Netopia – 1.0<br>UpdraftPlus - Backup/Restore: by UpdraftPlus.Com<br>DavidAnderson – 1.22.24<br>Advanced Order Export For WooCommerce: by AlgolPlus – 3.3.3<br>WooCommerce: by Automattic – 7.3.0<br>Yoast SEO: by Team Yoast – 19.14<br>Inactive Plugins (4)<br>Akismet Anti-Spam: by Automattic – 5.0.2<br>Announcer: by Aakash Chakravarthy – 5.7<br>FlyingPress: by – 3.9.5<br>WooCommerce Product Add-ons: by WooCommerce – 4.7.0 (update to version 5.0.3 is available)<br>Must Use Plugins (2)<br>Endurance Page Cache: by Mike Hansen – 2.2<br>SSO: by Garth Mortensen<br>Mike Hansen – 0.4<br>Settings<br>API Enabled: –<br>Force SSL: –<br>Currency: RON (lei)<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>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>Connected to WooCommerce.com: ✔</img><br>Enforce Approved Product Download Directories: –<br>Order datastore: WC_Order_Data_Store_CPT<br>WC Pages<br>Shop base: #2879 - /pravalie/<br>Cart: #2953 - /cosul-meu/<br>Checkout: #2880 - /checkout-2/<br>My account: #8 - /contul-meu/<br>Terms and conditions: #3440 - /termeni-si-conditii/<br>Theme<br>Name: Shopkeeper Child<br>Version: 1.0<br>Author URL: http:%20//www.getbowtied.com/<br>Child Theme: ✔</img><br>Parent Theme Name: Shopkeeper<br>Parent Theme Version: 2.9.982<br>Parent Theme Author URL: https://www.getbowtied.com/<br>WooCommerce Support: ✔</img><br>Templates<br>Overrides: shopkeeper/woocommerce/archive-product.php<br>shopkeeper/woocommerce/checkout/form-coupon.php<br>shopkeeper/woocommerce/checkout/form-login.php<br>shopkeeper/woocommerce/content-product.php<br>shopkeeper/woocommerce/content-single-product.php<br>shopkeeper-child/woocommerce/emails/customer-completed-order.php<br>shopkeeper-child/woocommerce/emails/customer-new-account.php<br>shopkeeper-child/woocommerce/emails/customer-on-hold-order.php version 3.7.0 is out of date. The core version is 7.3.0<br>shopkeeper-child/woocommerce/emails/customer-processing-order.php<br>shopkeeper-child/woocommerce/emails/customer-refunded-order.php<br>shopkeeper-child/woocommerce/emails/customer-reset-password.php<br>shopkeeper/woocommerce/global/quantity-input.php<br>shopkeeper/woocommerce/global/sidebar.php<br>shopkeeper/woocommerce/global/wrapper-end.php<br>shopkeeper/woocommerce/global/wrapper-start.php<br>shopkeeper/woocommerce/single-product/add-to-cart/simple.php<br>shopkeeper/woocommerce/single-product/product-image.php<br>shopkeeper/woocommerce/single-product/product-thumbnails.php<br>shopkeeper/woocommerce/single-product/tabs/tabs.php<br>shopkeeper/woocommerce/single-product.php<br>Outdated Templates: ❌</img><br><code>Learn how to update</code><br>Admin<br>Enabled Features: activity-panels<br>analytics<br>coupons<br>customer-effort-score-tracks<br>experimental-products-task<br>experimental-import-products-task<br>experimental-fashion-sample-products<br>shipping-smart-defaults<br>shipping-setting-tour<br>homescreen<br>marketing<br>multichannel-marketing<br>mobile-app-banner<br>navigation<br>onboarding<br>onboarding-tasks<br>remote-inbox-notifications<br>remote-free-extensions<br>payment-gateway-suggestions<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>Disabled Features: minified-js<br>new-product-management-experience<br>settings<br>Daily Cron: ✔</img> Next scheduled: 2023-01-17 12:26:30 +02:00<br>Options: ✔</img><br>Notes: 90<br>Onboarding: completed<br>Action Scheduler<br>Complete: 1,749<br>Oldest: 2022-12-17 08:58:53 +0000<br>Newest: 2023-01-17 07:55:36 +0000<br>Failed: 783<br>Oldest: 2022-10-08 15:06:08 +0000<br>Newest: 2023-01-13 09:59:25 +0000<br>Pending: 3<br>Oldest: 2023-01-17 07:56:24 +0000<br>Newest: 2023-01-17 14:00:58 +0000<br>Status report information<br>Generated at: 2023-01-17 09:55:39 +02:00<br>Howdy @vladbtc
Thank you for reaching back, with further information on this.
I am investigating the site at https://konservaria.ro, and the payment gateway for accepting card payments appears to be via the
NETOPIA Payments Payment Gateway: by Netopia – 1.0plugin. See screenshot linked here, for reference.I suggest getting in touch with their support channel about this, as they would be able to assist you further.
It is available at the following link:
https://ww.wp.xz.cn/support/plugin/netopia-payments-payment-gateway/
I trust that points you in the right direction, but if you have more questions, let us know. We’re happy to help.
-
This reply was modified 3 years, 4 months ago by
anastas10s. Reason: added screenshot link
I found the solution there, thank you!
-
This reply was modified 3 years, 4 months ago by
The topic ‘Card payment order status’ is closed to new replies.