Forum Replies Created

Viewing 15 replies - 1 through 15 (of 21 total)
  • Thread Starter tutsin

    (@tutsin)

    why your support system doesnt work as other you guys always take so much time to reply like a month to reply to tickets and this is what you guys are doing with premium subscribers.

    Thread Starter tutsin

    (@tutsin)

    • along with the previous issue,

      I have another issue that I m facing sir in some orders I got a regenerate button thanks to you for that but still, it’s not visible on all the orders and can we give this button facility to vendors also so they can regenerate I m sending you a screenshot of one order where regenerate button is not there and there are a lot of orders like this where the button is not visible.

      in refund status first of all I want to show the refund button on all order status I have processing, packed, shipped, delivered, completed. I just don’t want those in failed, canceled.

      when we try to approve refund page keeps loading after we click on approve button we keep waiting but if we refresh it or close it then we say the order is refunded on the admin side but on the vendor side it’s not facing this issue on regular basis.

      My staff members with their staff and shop manager login not able to approve the refund request but I have given them permission.

      in the withdrawal invoice, the rs sign is not showing it’s showing boxes only.

      need to show fields like SKU and HSN code in-store invoice I have added HSN filed in product custom filed provided you a screenshot of that also.

      Want to hide customer email from store invoice but when I disable it from customer section in capabilities it also turns off the phone number of the customer.

      In the vendor dashboard Product stats are not correct they are not working correctly when I click on the sales by-product and the pie chart too they are not redirecting me to the right product which is written they only show one single product after clicking.

      Need to change the icons of packed and processing and other status also because they only change color icons are mostly same I have following order status.  Pending payment, On hold, Processing, Packed, Shipping, Re-Shipped, Delivered, Completed, Cancelled, Refunded, Failed.
      Before in this ticket you guys provided me code to show order count its not working I have asked so many time it only shows blank () that’s it not any kind of numbers cout in it. Code you provided me was.

      function wcfmu_orders_menu() { global $WCFM, $WCFMu, $wpdb, $wp_locale; $user_id = get_current_user_id(); $statuses = wc_get_order_statuses(); $wcfmu_orders_menus = array( 'all' => __( 'All', 'wc-frontend-manager-ultimate') ); foreach( $statuses as $slug => $name ) { $wcfmu_orders_menus[str_replace( 'wc-', '', $slug )] = $name; } $wcfmu_orders_menus = apply_filters( 'wcfmu_orders_menus', $wcfmu_orders_menus ); $order_status = ! empty( $_GET['order_status'] ) ? sanitize_text_field( $_GET['order_status'] ) : 'all'; $allowed_status      = array('on-hold','completed','pending'); ?> <ul class="wcfm_orders_menus"> <?php $is_first = true; foreach( $wcfmu_orders_menus as $wcfmu_orders_menu_key => $wcfmu_orders_menu) { $sql = 'SELECT COUNT(commission.ID) AS count FROM ' . $wpdb->prefix . 'wcfm_marketplace_orders AS commission'; $sql .= ' WHERE 1=1'; if( $wcfmu_orders_menu_key != 'all' ) { $sql .= " AND commission.commission_status = '{$wcfmu_orders_menu_key}'"; } if( !apply_filters( 'wcfmmp_is_allow_show_trashed_orders', false ) ) { $sql .= ' ANDis_trashed= 0'; } if(wcfm_is_vendor($user_id)) { $sql .= " ANDvendor_id= {$user_id}"; } $sql .= " GROUP BY commission.order_id"; //print_r($sql);die; $total_item_results = $wpdb->get_results( $sql ); $total_order = count($total_item_results); ?> <li class="wcfm_orders_menu_item"> <?php if($is_first) $is_first = false; else echo " | "; ?> <a>" href="<?php echo get_wcfm_orders_url( $wcfmu_orders_menu_key ); ?>"><?php echo $wcfmu_orders_menu; ?></a>(<?php echo $total_order; ?>) </li> <?php } ?> </ul> <?php }
      Is there any facility or snippet or code to reject vendor articles? there is only two option Approve , Draft i want reject button on that also.

    • This reply was modified 5 years ago by tutsin.
    Thread Starter tutsin

    (@tutsin)

    Can you please check my ticket i raised issue I m facing in plugin and I mentioned that in ticket but you are not responding on that why its so difficult to contact you guys

    Thread Starter tutsin

    (@tutsin)

    #249309 is my ticket number

    Thread Starter tutsin

    (@tutsin)

    Really very disappointed with your service you guys are not answering anywhere not here not in premium support tickets.

    • This reply was modified 5 years ago by tutsin.
    Thread Starter tutsin

    (@tutsin)

    System status report

    
    ### WordPress Environment ###
    
    WordPress address (URL): https://sanskritibazaar.com
    Site address (URL): https://sanskritibazaar.com
    WC Version: 5.0.0
    REST API Version: ✔ 5.0.0
    WC Blocks Version: ✔ 4.0.0
    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: 3 GB
    WP Debug Mode: –
    WP Cron: ✔
    Language: en_US
    External object cache: –
    
    ### Server Environment ###
    
    Server Info: Apache
    PHP Version: 7.3.27
    PHP Post Max Size: 8 GB
    PHP Time Limit: 120
    PHP Max Input Vars: 1000
    cURL Version: 7.74.0
    OpenSSL/1.1.1i
    
    SUHOSIN Installed: –
    MySQL Version: 5.7.33
    Max Upload Size: 200 MB
    Default Timezone is UTC: ✔
    fsockopen/cURL: ✔
    SoapClient: ❌ Your server does not have the SoapClient class enabled - some gateway plugins which use SOAP may not work as expected.
    DOMDocument: ✔
    GZip: ✔
    Multibyte String: ✔
    Remote Post: ✔
    Remote Get: ✔
    
    ### Database ###
    
    WC Database Version: 5.0.0
    WC Database Prefix: 6Oj5n_
    Total Database Size: 138.35MB
    Database Data Size: 110.59MB
    Database Index Size: 27.76MB
    6Oj5n_woocommerce_sessions: Data: 5.46MB + Index: 0.18MB + Engine MyISAM
    6Oj5n_woocommerce_api_keys: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_woocommerce_attribute_taxonomies: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_woocommerce_downloadable_product_permissions: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    6Oj5n_woocommerce_order_items: Data: 0.40MB + Index: 0.16MB + Engine MyISAM
    6Oj5n_woocommerce_order_itemmeta: Data: 2.86MB + Index: 1.82MB + Engine MyISAM
    6Oj5n_woocommerce_tax_rates: Data: 0.01MB + Index: 0.01MB + Engine MyISAM
    6Oj5n_woocommerce_tax_rate_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_woocommerce_shipping_zones: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_woocommerce_shipping_zone_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_woocommerce_shipping_zone_methods: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_woocommerce_payment_tokens: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_woocommerce_payment_tokenmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_woocommerce_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_actionscheduler_actions: Data: 2.07MB + Index: 0.73MB + Engine MyISAM
    6Oj5n_actionscheduler_claims: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_actionscheduler_groups: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    6Oj5n_actionscheduler_logs: Data: 1.50MB + Index: 1.04MB + Engine MyISAM
    6Oj5n_addonlibrary_addons: Data: 0.23MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_addonlibrary_categories: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_advanced_notifications: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_advanced_notification_triggers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_aioseo_notifications: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    6Oj5n_aioseo_posts: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    6Oj5n_aioseo_terms: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    6Oj5n_as3cf_items: Data: 0.33MB + Index: 0.47MB + Engine InnoDB
    6Oj5n_check_email_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_commentmeta: Data: 0.45MB + Index: 0.35MB + Engine MyISAM
    6Oj5n_comments: Data: 3.81MB + Index: 0.84MB + Engine MyISAM
    6Oj5n_dokan_announcement: Data: 0.05MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_dokan_follow_store_followers: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    6Oj5n_dokan_orders: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    6Oj5n_dokan_product_map: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_dokan_refund: Data: 0.06MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_dokan_report_abuse_reports: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    6Oj5n_dokan_rma_conversations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_dokan_rma_request: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_dokan_rma_request_product: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_dokan_shipping_zone_locations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_dokan_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_dokan_vendor_balance: Data: 1.52MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_dokan_withdraw: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_emailTemplate: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_ig_actions: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
    6Oj5n_ig_blocked_emails: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_ig_campaigns: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    6Oj5n_ig_contactmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    6Oj5n_ig_contacts: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    6Oj5n_ig_contacts_ips: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    6Oj5n_ig_contact_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    6Oj5n_ig_forms: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_ig_links: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    6Oj5n_ig_lists: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_ig_lists_contacts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_ig_mailing_queue: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    6Oj5n_ig_queue: Data: 0.02MB + Index: 0.13MB + Engine InnoDB
    6Oj5n_ig_sending_queue: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_ig_temp_import: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_ig_unsubscribe_feedback: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_ig_wc_cart: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
    6Oj5n_ig_wc_guests: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    6Oj5n_ig_workflows: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_ig_workflows_queue: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_jet_smart_filters_indexer: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_mpcommision: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_mpfeedback: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_mporders: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_mporders_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_mpsellerinfo: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_mpseller_asktoadmin: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_mpseller_asktoadmin_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_mpseller_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_mpseller_orders: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_mp_notifications: Data: 0.06MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_ms_snippets: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_newsletter: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    6Oj5n_newsletter_emails: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_newsletter_sent: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_newsletter_stats: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_newsletter_user_logs: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_options: Data: 7.89MB + Index: 3.36MB + Engine MyISAM
    6Oj5n_postmeta: Data: 20.22MB + Index: 4.97MB + Engine MyISAM
    6Oj5n_posts: Data: 3.43MB + Index: 0.60MB + Engine MyISAM
    6Oj5n_revslider_css: Data: 0.09MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_revslider_css_bkp: Data: 0.01MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_revslider_layer_animations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_revslider_layer_animations_bkp: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_revslider_navigations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_revslider_navigations_bkp: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_revslider_sliders: Data: 0.01MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_revslider_sliders_bkp: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_revslider_slides: Data: 0.05MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_revslider_slides_bkp: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_revslider_static_slides: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_revslider_static_slides_bkp: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_seller_transaction: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_smush_dir_images: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    6Oj5n_snippets: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_swift_performance_image_optimizer: Data: 0.16MB + Index: 0.05MB + Engine InnoDB
    6Oj5n_swift_performance_warmup: Data: 0.16MB + Index: 0.22MB + Engine InnoDB
    6Oj5n_termmeta: Data: 0.25MB + Index: 0.16MB + Engine MyISAM
    6Oj5n_terms: Data: 0.07MB + Index: 0.14MB + Engine MyISAM
    6Oj5n_term_relationships: Data: 0.09MB + Index: 0.17MB + Engine MyISAM
    6Oj5n_term_taxonomy: Data: 0.07MB + Index: 0.08MB + Engine MyISAM
    6Oj5n_usermeta: Data: 12.21MB + Index: 6.16MB + Engine MyISAM
    6Oj5n_users: Data: 0.52MB + Index: 0.58MB + Engine MyISAM
    6Oj5n_wcfm_daily_analysis: Data: 1.52MB + Index: 1.52MB + Engine InnoDB
    6Oj5n_wcfm_detailed_analysis: Data: 26.56MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wcfm_enquiries: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wcfm_enquiries_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wcfm_enquiries_response: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wcfm_enquiries_response_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wcfm_fbc_chat_rows: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wcfm_fbc_chat_sessions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    6Oj5n_wcfm_fbc_chat_visitors: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wcfm_fbc_offline_messages: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wcfm_following_followers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wcfm_marketplace_orders: Data: 1.52MB + Index: 0.16MB + Engine InnoDB
    6Oj5n_wcfm_marketplace_orders_meta: Data: 4.52MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wcfm_marketplace_product_multivendor: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    6Oj5n_wcfm_marketplace_refund_request: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wcfm_marketplace_refund_request_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wcfm_marketplace_reverse_withdrawal: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wcfm_marketplace_reverse_withdrawal_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wcfm_marketplace_reviews: Data: 0.05MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wcfm_marketplace_reviews_response: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wcfm_marketplace_reviews_response_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wcfm_marketplace_review_rating_meta: Data: 0.06MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wcfm_marketplace_shipping_zone_locations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wcfm_marketplace_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wcfm_marketplace_store_taxonomies: Data: 0.08MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wcfm_marketplace_vendor_ledger: Data: 1.52MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wcfm_marketplace_withdraw_request: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wcfm_marketplace_withdraw_request_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wcfm_membership_subscription: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    6Oj5n_wcfm_messages: Data: 0.42MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wcfm_messages_modifier: Data: 0.08MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wcfm_messages_stat: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wcfm_support: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wcfm_support_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wcfm_support_response: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wcfm_support_response_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wcpdf_credit_note_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wcpdf_invoice_number: Data: 0.19MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wcpdf_packing_slip_number: Data: 0.06MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wcpdf_proforma_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wc_admin_notes: Data: 0.01MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_wc_admin_note_actions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_wc_category_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_wc_customer_lookup: Data: 0.32MB + Index: 0.25MB + Engine MyISAM
    6Oj5n_wc_download_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_wc_order_coupon_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_wc_order_product_lookup: Data: 0.25MB + Index: 0.20MB + Engine MyISAM
    6Oj5n_wc_order_stats: Data: 0.10MB + Index: 0.06MB + Engine MyISAM
    6Oj5n_wc_order_tax_lookup: Data: 0.07MB + Index: 0.08MB + Engine MyISAM
    6Oj5n_wc_product_meta_lookup: Data: 0.03MB + Index: 0.04MB + Engine MyISAM
    6Oj5n_wc_reserved_stock: Data: 0.02MB + Index: 0.02MB + Engine MyISAM
    6Oj5n_wc_tax_rate_classes: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    6Oj5n_wc_webhooks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_wdr_order_discounts: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_wdr_order_item_discounts: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_wdr_rules: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_weforms_entries: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    6Oj5n_weforms_entrymeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    6Oj5n_weforms_payments: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    6Oj5n_weu_group27: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_weu_subscribers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_weu_unsubscriber: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_weu_user_notification: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_woocatalog_contact: Data: 0.00MB + Index: 0.00MB + Engine MyISAM
    6Oj5n_wpforms_entries: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    6Oj5n_wpforms_entry_fields: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    6Oj5n_wpforms_entry_meta: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    6Oj5n_wpforms_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wpie_template: Data: 0.06MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wpmailsmtp_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wpuf_subscribers: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    6Oj5n_wpuf_transaction: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    6Oj5n_wti_like_post: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wt_iew_action_history: Data: 0.22MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wt_iew_cron: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wt_iew_ftp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_wt_iew_mapping_template: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_yith_wcwl: Data: 0.54MB + Index: 0.26MB + Engine MyISAM
    6Oj5n_yith_wcwl_lists: Data: 0.03MB + Index: 0.03MB + Engine MyISAM
    6Oj5n_yith_ywrac_email_log: Data: 0.06MB + Index: 0.00MB + Engine InnoDB
    6Oj5n_yoast_indexable: Data: 4.01MB + Index: 1.19MB + Engine MyISAM
    6Oj5n_yoast_indexable_hierarchy: Data: 0.04MB + Index: 0.09MB + Engine MyISAM
    6Oj5n_yoast_migrations: Data: 0.00MB + Index: 0.01MB + Engine MyISAM
    6Oj5n_yoast_primary_term: Data: 0.01MB + Index: 0.01MB + Engine MyISAM
    6Oj5n_yoast_prominent_words: Data: 0.13MB + Index: 0.14MB + Engine InnoDB
    6Oj5n_yoast_seo_links: Data: 2.10MB + Index: 0.36MB + Engine MyISAM
    6Oj5n_yoast_seo_meta: Data: 0.01MB + Index: 0.01MB + Engine MyISAM
    
    ### Post Type Counts ###
    
    attachment: 2208
    custom_css: 3
    cwginstocknotifier: 7
    def_reg_fields: 10
    dokan_announcement: 13
    dokan_store_reviews: 2
    dokan_store_support: 5
    elementor_icons: 1
    elementor_library: 29
    es_template: 2
    global_product_addon: 1
    jet-smart-filters: 1
    jp_img_sitemap: 1
    jp_sitemap: 1
    jp_sitemap_master: 1
    mc4wp-form: 2
    nav_menu_item: 343
    o-discount: 2
    o-list: 1
    oembed_cache: 105
    page: 108
    portfolio: 10
    post: 4
    product: 468
    revision: 33
    shop_coupon: 3
    shop_order: 1260
    shop_order_refund: 16
    testimonial: 6
    ticket: 3
    viwec_template: 17
    wc_afrsm: 1
    wc_order_email: 1
    wc_order_status: 11
    wcfm_knowledgebase: 51
    wcfm_notice: 8
    wcsts_predef_answer: 29
    wcsts_ticket: 275
    wcsts_ticket_message: 1050
    wpcf7_contact_form: 6
    wpforms: 2
    wpuf_contact_form: 5
    wpuf_input: 25
    ywcm_message: 1
    ywrac_cart: 123
    ywrac_email: 2
    
    ### Security ###
    
    Secure connection (HTTPS): ✔
    Hide errors from visitors: ✔
    
    ### Active Plugins (62) ###
    
    All-in-One WP Migration With Import: by ServMask – 6.77
    Classic Editor: by WordPress Contributors – 1.6
    Contact Form 7: by Takayuki Miyoshi – 5.3.2
    Disable Admin Notices Individually: by Creative Motion  – 1.2.6
    Elementor Pro: by Elementor.com – 3.1.0
    Elementor: by Elementor.com – 3.1.1
    Fast User Switching: by Tikweb – 1.4.9
    Health Check & Troubleshooting: by The WordPress.org community – 1.4.5
    JetSmartFilters: by Crocoblock – 2.1.1
    WPBakery Page Builder: by Michael M - WPBakery.com – 6.5.0
    Wordpress Less: by smartaddons.com – 4.0.2
    MC4WP: Mailchimp for WordPress: by ibericode – 4.8.3
    WordPress Mass Email to users: by I Thirteen Web Solution – 1.1.4
    Members: by MemberPress – 3.1.3
    WooCommerce Easy Checkout Fields Editor: by woomatrix – 2.0.5
    Product Designer: by PickPlugins – 1.0.24
    Repeat Order for Woocommerce: by polyres – 1.2.0
    Slider Revolution: by ThemePunch – 6.3.6
    Simple Database Repair: by Shantanu Mukherjee – 2.1
    Sw Author: by wpthemego – 1.0.0
    Sw Product Bundles: by wpthemego – 2.1.2
    SW Ajax WooCommerce Search: by smartaddons.com – 1.2.12
    SW Core: by Smartaddons – 1.2.5
    SW List Store: by WpThemeGo – 1.0.1
    Sw Product Brand: by WpThemeGo – 1.0.8
    Sw Vendor Slider: by SmartAddons – 1.1.3
    Sw Woocommerce: by SmartAddons – 1.4.2
    Sw Woocommerce Swatches: by SmartAddons – 1.1.2
    Unlimited Elements for Elementor (Premium): by Unlimited Elements – 1.4.55
    WCFM - WooCommerce Frontend Manager - Analytics: by WC Lovers – 2.2.3
    WCFM - WooCommerce Frontend Manager - Groups & Staffs: by WC Lovers – 3.4.6
    WooCommerce Frontend Manager - Product Hub: by WC Lovers – 1.0.8
    WCFM - WooCommerce Frontend Manager - Ultimate: by WC Lovers – 6.5.5
    WCFM - WooCommerce Frontend Manager: by WC Lovers – 6.5.6
    WCFM - WooCommerce Multivendor Marketplace: by WC Lovers – 3.4.6
    WCFM - WooCommerce Multivendor Membership: by WC Lovers – 2.9.5
    WooCommerce Weight Based Shipping +: by weightbasedshipping.com – 5.2.6
    WCFM - Custom Menus: by WC Lovers – 1.0.0
    weForms Pro - Business: by weForms – 1.3.11
    weForms: by weForms – 1.6.5
    Woo Discount Rules: by Flycart – 2.3.4
    Razorpay for WooCommerce: by Team Razorpay – 2.6.0
    WooCommerce Conditional Shipping and Payments: by SomewhereWarm – 1.8.8
    WooCommerce Email Template Customizer Premium: by VillaTheme – 1.0.1.1
    WooCommerce Order Status Manager: by SkyVerge – 1.12.2
    WooCommerce PDF Invoices & Packing Slips: by Ewout Fernhout – 2.8.2
    WooCommerce PDF Invoices & Packing Slips Professional: by Ewout Fernhout – 2.6.5
    WooCommerce PDF Invoices & Packing Slips Premium Templates: by Ewout Fernhout – 2.9.4
    WooCommerce Photo Reviews Premium: by VillaTheme – 1.1.4.9
    WooCommerce Product Add-ons: by WooCommerce – 3.0.36
    WooCommerce Protected Categories: by Barn2 Media – 2.3.1
    WooCommerce Support Ticket System: by Lagudi Domenico – 13.2
    WooCommerce: by Automattic – 5.0.0
    Yoast SEO Premium: by Team Yoast – 15.8.2
    Yoast SEO: WooCommerce: by Team Yoast – 13.9
    WTI Like Post: by webtechideas – 1.4.6
    YITH WooCommerce Cart Messages Premium: by YITH – 1.7.1
    YITH WooCommerce Compare: by YITH – 2.4.5
    YITH WooCommerce Frequently Bought Together Premium: by YITH – 1.8.6
    YITH WooCommerce Recover Abandoned Cart Premium: by YITH – 2.0.3
    YITH WooCommerce Waiting List Premium: by YITH – 1.8.0
    YITH WooCommerce Wishlist: by YITH – 3.0.19
    
    ### Inactive Plugins (2) ###
    
    YITH WooCommerce Recently Viewed Products Premium: by YITH – 1.5.11
    Yoast SEO: by Team Yoast – 15.8
    
    ### Dropin Plugins (1) ###
    
    maintenance.php: maintenance.php
    
    ### Must Use Plugins (1) ###
    
    Health Check Troubleshooting Mode: by  – 1.7.2
    
    ### Settings ###
    
    API Enabled: –
    Force SSL: –
    Currency: INR (₹)
    Currency Position: left
    Thousand Separator: ,
    Decimal Separator: .
    Number of Decimals: 2
    Taxonomies: Product Types: bundle (bundle)
    external (external)
    grouped (grouped)
    simple (simple)
    variable (variable)
    
    Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
    exclude-from-search (exclude-from-search)
    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: #5455 - /shop/
    Cart: #5 - /cart/
    Checkout: #5456 - /checkout/
    My account: #5457 - /my-account/
    Terms and conditions: #5697 - /shipping-policy/
    
    ### Theme ###
    
    Name: Emarket Child Theme
    Version: 1.0.0
    Author URL: http://www.themeforest.net/user/magentech
    Child Theme: ✔
    Parent Theme Name: Emarket
    Parent Theme Version: 4.2.1
    Parent Theme Author URL: https://themeforest.net/user/magentech/
    WooCommerce Support: ✔
    
    ### Templates ###
    
    Overrides: emarket/woocommerce/archive-product.php
    emarket/woocommerce/content-product.php
    emarket/woocommerce/content-single-product.php
    emarket/woocommerce/loop/loop-end.php
    emarket/woocommerce/loop/loop-start.php
    emarket/woocommerce/loop/rating.php
    emarket/woocommerce/myaccount/form-login.php
    emarket/woocommerce/single-product/meta.php
    emarket/woocommerce/single-product/price.php
    emarket/woocommerce/single-product/product-image.php
    emarket/woocommerce/single-product/product-thumbnails.php
    emarket/woocommerce/single-product/rating.php
    emarket/woocommerce/single-product/tabs/tabs.php
    emarket/single-product.php
    
    ### Action Scheduler ###
    
    Canceled: 1
    Oldest: 2021-02-06 13:43:59 +0530
    Newest: 2021-02-06 13:43:59 +0530
    
    Complete: 7,959
    Oldest: 2021-01-23 16:16:47 +0530
    Newest: 2021-02-23 15:39:08 +0530
    
    Pending: 3
    Oldest: 2021-02-23 18:32:50 +0530
    Newest: 2021-02-28 04:35:41 +0530
    
    

    ERROR LOGS
    FATAL ERROR

    2021-02-22T03:52:51+00:00 CRITICAL Uncaught Exception: Invalid order. in /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php:104
    Stack trace:
    #0 /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/class-wc-data-store.php(159): Abstract_WC_Order_Data_Store_CPT->read(Object(WC_Order))
    #1 /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-order.php(114): WC_Data_Store->read(Object(WC_Order))
    #2 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/includes/razorpay-webhook.php(162): WC_Abstract_Order->__construct('22521')
    #3 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/includes/razorpay-webhook.php(104): RZP_Webhook->paymentAuthorized(Array)
    #4 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/woo-razorpay.php(992): RZP_Webhook->process()
    #5 /home/sanskritibazaar/public_html/wp-includes/class-wp-hook.php(287): razorpay_webhook_init('')
    #6 /home/sanskritibazaar/pu in /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php on line 104
    
    2021-02-22T03:54:22+00:00 CRITICAL Uncaught Exception: Invalid order. in /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php:104
    Stack trace:
    #0 /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/class-wc-data-store.php(159): Abstract_WC_Order_Data_Store_CPT->read(Object(WC_Order))
    #1 /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-order.php(114): WC_Data_Store->read(Object(WC_Order))
    #2 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/includes/razorpay-webhook.php(162): WC_Abstract_Order->__construct('22521')
    #3 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/includes/razorpay-webhook.php(104): RZP_Webhook->paymentAuthorized(Array)
    #4 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/woo-razorpay.php(992): RZP_Webhook->process()
    #5 /home/sanskritibazaar/public_html/wp-includes/class-wp-hook.php(287): razorpay_webhook_init('')
    #6 /home/sanskritibazaar/pu in /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php on line 104
    
    2021-02-22T03:54:37+00:00 CRITICAL Uncaught Exception: Invalid order. in /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php:104
    Stack trace:
    #0 /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/class-wc-data-store.php(159): Abstract_WC_Order_Data_Store_CPT->read(Object(WC_Order))
    #1 /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-order.php(114): WC_Data_Store->read(Object(WC_Order))
    #2 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/includes/razorpay-webhook.php(162): WC_Abstract_Order->__construct('22521')
    #3 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/includes/razorpay-webhook.php(104): RZP_Webhook->paymentAuthorized(Array)
    #4 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/woo-razorpay.php(992): RZP_Webhook->process()
    #5 /home/sanskritibazaar/public_html/wp-includes/class-wp-hook.php(287): razorpay_webhook_init('')
    #6 /home/sanskritibazaar/pu in /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php on line 104
    
    2021-02-22T03:55:00+00:00 CRITICAL Uncaught Exception: Invalid order. in /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php:104
    Stack trace:
    #0 /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/class-wc-data-store.php(159): Abstract_WC_Order_Data_Store_CPT->read(Object(WC_Order))
    #1 /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-order.php(114): WC_Data_Store->read(Object(WC_Order))
    #2 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/includes/razorpay-webhook.php(162): WC_Abstract_Order->__construct('22521')
    #3 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/includes/razorpay-webhook.php(104): RZP_Webhook->paymentAuthorized(Array)
    #4 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/woo-razorpay.php(992): RZP_Webhook->process()
    #5 /home/sanskritibazaar/public_html/wp-includes/class-wp-hook.php(287): razorpay_webhook_init('')
    #6 /home/sanskritibazaar/pu in /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php on line 104
    
    2021-02-22T03:55:46+00:00 CRITICAL Uncaught Exception: Invalid order. in /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php:104
    Stack trace:
    #0 /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/class-wc-data-store.php(159): Abstract_WC_Order_Data_Store_CPT->read(Object(WC_Order))
    #1 /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-order.php(114): WC_Data_Store->read(Object(WC_Order))
    #2 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/includes/razorpay-webhook.php(162): WC_Abstract_Order->__construct('22521')
    #3 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/includes/razorpay-webhook.php(104): RZP_Webhook->paymentAuthorized(Array)
    #4 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/woo-razorpay.php(992): RZP_Webhook->process()
    #5 /home/sanskritibazaar/public_html/wp-includes/class-wp-hook.php(287): razorpay_webhook_init('')
    #6 /home/sanskritibazaar/pu in /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php on line 104
    
    2021-02-22T03:57:19+00:00 CRITICAL Uncaught Exception: Invalid order. in /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php:104
    Stack trace:
    #0 /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/class-wc-data-store.php(159): Abstract_WC_Order_Data_Store_CPT->read(Object(WC_Order))
    #1 /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-order.php(114): WC_Data_Store->read(Object(WC_Order))
    #2 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/includes/razorpay-webhook.php(162): WC_Abstract_Order->__construct('22521')
    #3 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/includes/razorpay-webhook.php(104): RZP_Webhook->paymentAuthorized(Array)
    #4 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/woo-razorpay.php(992): RZP_Webhook->process()
    #5 /home/sanskritibazaar/public_html/wp-includes/class-wp-hook.php(287): razorpay_webhook_init('')
    #6 /home/sanskritibazaar/pu in /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php on line 104
    
    2021-02-22T04:00:43+00:00 CRITICAL Uncaught Exception: Invalid order. in /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php:104
    Stack trace:
    #0 /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/class-wc-data-store.php(159): Abstract_WC_Order_Data_Store_CPT->read(Object(WC_Order))
    #1 /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-order.php(114): WC_Data_Store->read(Object(WC_Order))
    #2 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/includes/razorpay-webhook.php(162): WC_Abstract_Order->__construct('22521')
    #3 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/includes/razorpay-webhook.php(104): RZP_Webhook->paymentAuthorized(Array)
    #4 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/woo-razorpay.php(992): RZP_Webhook->process()
    #5 /home/sanskritibazaar/public_html/wp-includes/class-wp-hook.php(287): razorpay_webhook_init('')
    #6 /home/sanskritibazaar/pu in /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php on line 104
    
    2021-02-22T04:06:20+00:00 CRITICAL Uncaught Exception: Invalid order. in /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php:104
    Stack trace:
    #0 /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/class-wc-data-store.php(159): Abstract_WC_Order_Data_Store_CPT->read(Object(WC_Order))
    #1 /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-order.php(114): WC_Data_Store->read(Object(WC_Order))
    #2 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/includes/razorpay-webhook.php(162): WC_Abstract_Order->__construct('22521')
    #3 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/includes/razorpay-webhook.php(104): RZP_Webhook->paymentAuthorized(Array)
    #4 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/woo-razorpay.php(992): RZP_Webhook->process()
    #5 /home/sanskritibazaar/public_html/wp-includes/class-wp-hook.php(287): razorpay_webhook_init('')
    #6 /home/sanskritibazaar/pu in /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php on line 104
    
    2021-02-22T04:17:07+00:00 CRITICAL Uncaught Exception: Invalid order. in /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php:104
    Stack trace:
    #0 /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/class-wc-data-store.php(159): Abstract_WC_Order_Data_Store_CPT->read(Object(WC_Order))
    #1 /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-order.php(114): WC_Data_Store->read(Object(WC_Order))
    #2 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/includes/razorpay-webhook.php(162): WC_Abstract_Order->__construct('22521')
    #3 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/includes/razorpay-webhook.php(104): RZP_Webhook->paymentAuthorized(Array)
    #4 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/woo-razorpay.php(992): RZP_Webhook->process()
    #5 /home/sanskritibazaar/public_html/wp-includes/class-wp-hook.php(287): razorpay_webhook_init('')
    #6 /home/sanskritibazaar/pu in /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php on line 104
    
    2021-02-22T04:39:22+00:00 CRITICAL Uncaught Exception: Invalid order. in /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php:104
    Stack trace:
    #0 /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/class-wc-data-store.php(159): Abstract_WC_Order_Data_Store_CPT->read(Object(WC_Order))
    #1 /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-order.php(114): WC_Data_Store->read(Object(WC_Order))
    #2 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/includes/razorpay-webhook.php(162): WC_Abstract_Order->__construct('22521')
    #3 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/includes/razorpay-webhook.php(104): RZP_Webhook->paymentAuthorized(Array)
    #4 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/woo-razorpay.php(992): RZP_Webhook->process()
    #5 /home/sanskritibazaar/public_html/wp-includes/class-wp-hook.php(287): razorpay_webhook_init('')
    #6 /home/sanskritibazaar/pu in /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php on line 104
    
    2021-02-22T05:22:10+00:00 CRITICAL Uncaught Exception: Invalid order. in /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php:104
    Stack trace:
    #0 /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/class-wc-data-store.php(159): Abstract_WC_Order_Data_Store_CPT->read(Object(WC_Order))
    #1 /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-order.php(114): WC_Data_Store->read(Object(WC_Order))
    #2 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/includes/razorpay-webhook.php(162): WC_Abstract_Order->__construct('22521')
    #3 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/includes/razorpay-webhook.php(104): RZP_Webhook->paymentAuthorized(Array)
    #4 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/woo-razorpay.php(992): RZP_Webhook->process()
    #5 /home/sanskritibazaar/public_html/wp-includes/class-wp-hook.php(287): razorpay_webhook_init('')
    #6 /home/sanskritibazaar/pu in /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php on line 104
    
    2021-02-22T06:48:12+00:00 CRITICAL Uncaught Exception: Invalid order. in /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php:104
    Stack trace:
    #0 /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/class-wc-data-store.php(159): Abstract_WC_Order_Data_Store_CPT->read(Object(WC_Order))
    #1 /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-order.php(114): WC_Data_Store->read(Object(WC_Order))
    #2 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/includes/razorpay-webhook.php(162): WC_Abstract_Order->__construct('22521')
    #3 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/includes/razorpay-webhook.php(104): RZP_Webhook->paymentAuthorized(Array)
    #4 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/woo-razorpay.php(992): RZP_Webhook->process()
    #5 /home/sanskritibazaar/public_html/wp-includes/class-wp-hook.php(287): razorpay_webhook_init('')
    #6 /home/sanskritibazaar/pu in /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php on line 104
    
    2021-02-22T09:39:13+00:00 CRITICAL Uncaught Exception: Invalid order. in /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php:104
    Stack trace:
    #0 /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/class-wc-data-store.php(159): Abstract_WC_Order_Data_Store_CPT->read(Object(WC_Order))
    #1 /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-order.php(114): WC_Data_Store->read(Object(WC_Order))
    #2 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/includes/razorpay-webhook.php(162): WC_Abstract_Order->__construct('22521')
    #3 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/includes/razorpay-webhook.php(104): RZP_Webhook->paymentAuthorized(Array)
    #4 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/woo-razorpay.php(992): RZP_Webhook->process()
    #5 /home/sanskritibazaar/public_html/wp-includes/class-wp-hook.php(287): razorpay_webhook_init('')
    #6 /home/sanskritibazaar/pu in /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php on line 104
    
    2021-02-22T15:21:23+00:00 CRITICAL Uncaught Exception: Invalid order. in /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php:104
    Stack trace:
    #0 /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/class-wc-data-store.php(159): Abstract_WC_Order_Data_Store_CPT->read(Object(WC_Order))
    #1 /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-order.php(114): WC_Data_Store->read(Object(WC_Order))
    #2 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/includes/razorpay-webhook.php(162): WC_Abstract_Order->__construct('22521')
    #3 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/includes/razorpay-webhook.php(104): RZP_Webhook->paymentAuthorized(Array)
    #4 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/woo-razorpay.php(992): RZP_Webhook->process()
    #5 /home/sanskritibazaar/public_html/wp-includes/class-wp-hook.php(287): razorpay_webhook_init('')
    #6 /home/sanskritibazaar/pu in /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php on line 104
    2021-02-23T02:45:25+00:00 CRITICAL Uncaught Exception: Invalid order. in /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php:104
    Stack trace:
    #0 /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/class-wc-data-store.php(159): Abstract_WC_Order_Data_Store_CPT->read(Object(WC_Order))
    #1 /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-order.php(114): WC_Data_Store->read(Object(WC_Order))
    #2 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/includes/razorpay-webhook.php(162): WC_Abstract_Order->__construct('22521')
    #3 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/includes/razorpay-webhook.php(104): RZP_Webhook->paymentAuthorized(Array)
    #4 /home/sanskritibazaar/public_html/wp-content/plugins/woo-razorpay/woo-razorpay.php(992): RZP_Webhook->process()
    #5 /home/sanskritibazaar/public_html/wp-includes/class-wp-hook.php(287): razorpay_webhook_init('')
    #6 /home/sanskritibazaar/pu in /home/sanskritibazaar/public_html/wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php on line 104

    httpswoocommerce.comwp-jsonwccominbox-notifications1.0notifications.json-2021-02-21-21ca7d1a685d31f80ceb6d96856a2ec7.log
    2021-02-20T11:10:28+00:00 ERROR Remote inbox notification data feed is not an array
    2021-02-20T11:10:28+00:00 ERROR Remote inbox notification data feed is not an array
    2021-02-20T13:15:56+00:00 ERROR Remote inbox notification data feed is not an array

    WCFM ERROR LOGS
    2021-02-23T08:50:47+00:00 DEBUG Order List Error ::22966 => Invalid order item.
    2021-02-23T09:12:53+00:00 DEBUG Order List Error ::22619 => Invalid order item.
    2021-02-23T09:46:53+00:00 DEBUG Order List Error ::22970 => Invalid order item.

    Thread Starter tutsin

    (@tutsin)

    I m still facing this issue even after troubleshooting and I m also getting below type of errors too.

    2021-02-07T06:45:13+00:00 DEBUG Order List Error ::19427 => Invalid order item.
    2021-02-07T07:40:49+00:00 DEBUG Order List Error ::19463 => Invalid order item.
    2021-02-07T08:38:15+00:00 DEBUG Order List Error ::19467 => Invalid order item.
    2021-02-07T09:04:02+00:00 DEBUG Order List Error ::19474 => Invalid order item.
    2021-02-07T09:31:58+00:00 DEBUG Order List Error ::19476 => Invalid order item.

    Thread Starter tutsin

    (@tutsin)

    is anybody going to reply here or not

    I m also facing the same problem everything is working perfectly fine shipping is working it doesn’t shows on vendors-end , admin side everything is perfectly fine shipping is shown to admin for all the products but on vendors side not even displayed on orders and not even on their store invoice can you suggest me what can I do to make it correct

    • This reply was modified 5 years, 2 months ago by tutsin.
    Thread Starter tutsin

    (@tutsin)

    sir its almost 8 days from your last reply that you are making it but still not able to send me the requirements i need so i did it my self kindly you provide support for issues i m facing with shipping store invoice and others i m ultimate user used premium support but they also not responding to me on my tickets kindly help

    Thread Starter tutsin

    (@tutsin)

    Sir i m waiting for the solution kindly provide me as soon as possible because its a loophole that our vendors now know about and they are taking advantage of it.

    Thread Starter tutsin

    (@tutsin)

    Sir how much time i have to wait for this

    Thread Starter tutsin

    (@tutsin)

    Sir how much time it will take

    Thread Starter tutsin

    (@tutsin)

    Sir i m using wcfm multivendor plugin and from there we have different sub order from different vendors and thats shown under my account i want to display all sub orders as vendors wise in my account not the only one single main order

    Thread Starter tutsin

    (@tutsin)

    Thanks sir i just want to provide you some update I have insrted one new order status because our site was facing bit of COD orders issue so I have insrted the status of Re-shipped after the shipping so I this case when product is In shipped category vendor is having one another option with delivered that is Re-shipped so if the product is received by customer it will mark as delivered and process continuous as mentioned above or if not received by customer and returned to us and if he wants us to send it again then we can select reshipped after shipping so everything will be same as above but minor change in the step of shipping to delivered I m sending you layout again with slug of new also
    NAME SLUG

    1. Pending payment
    slug:- pending
    2. On hold
    Slug:- on-hold
    3. Processing
    Slug:- processing
    4. Packed
    Slug:- packed
    5. Shipped
    Slug:- in-shipping
    6. Re-Shipped
    Slug:- re-shipped
    7. Delivered
    Slug:- delivered
    8. Completed
    Slug:- completed
    9. Cancelled
    Slug:- cancelled
    10. Refunded
    Slug:- refunded
    11. Failed
    Slug:- failed

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