prodograw
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Search Appearance Settings issue 18.3It’s works on SEO other settings just not search appearance settings
your documentation for all your hooks do not have any documentation on them
https://docs.flexibleshipping.com/article/940-flexible-shipping-hooks
This does need to be addressed asap!
Helpie faq loads on shop_order page scans orders and MySQL tmp file is huge !
disabling helpie faq sorts my order page out and loads faster !
Please have and option in settings to disable on admin pages
WordPress database error Error writing file '/var/tmp/MYaFvuHB' (Errcode: 28 - No space left on device) for query SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (200862,180546,180545,180544,180543,180542,180212,177459,177458,177457,128369,73840,120619,112797,112793,112790,112787,112784,112781,112778,112646,112517,112484,112443,112434,112430,105929,19695,99493,99241,19655,19654,944,943,592,81403,79735,79731,75084,75082,75080,73131,73129,67761,61899,40610,38815,33523,21200,21191,21176,21169,18214,10266,10260,10258,9808,3644,2668,2665,2663,2661,2659,2649,2641,2637,2627,2623,1817,1794,1787,1780,1771,1767,1754,1663,1657,502,490,464,458,455,443,431,229) ORDER BY meta_id ASC made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, Helpie_FAQ->init_hook, Helpie_FAQ->load_widgets, HelpieFaq\Features\Faq\Faq_Model->get_fields, HelpieFaq\Features\Faq\Fields_Model->get_fields, HelpieFaq\Features\Faq\Fields_Model->get_products_field, HelpieFaq\Includes\Repos\Faq_Repo->get_options, HelpieFaq\Includes\Woo_Integrator->get_products_option, get_posts, WP_Query->query, WP_Query->get_posts, update_post_caches, update_postmeta_cache, update_meta_cache
Forum: Plugins
In reply to: [Index WP MySQL For Speed] InnoDb UpgradeI couldn’t wait for the response I went ahead and changed..
I used mysqltuner to optimise MySQL fingers crossed I don’t blow the server up…
One question I haven’t seen an immense speed change on searching orders …
Do you do any private work ?
our site is https://www.prodograw.com
my email is mike@ ??
and also on pay later when pay later isnt enabled
[18-Sep-2021 05:15:10 UTC] payment_method was called incorrectly. Order properties should not be accessed directly. Backtrace: do_action('wp_ajax_order_exporter'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Order_Export_Admin->ajax_gate, WC_Order_Export_Pro_Ajax->ajax_run_one_job, WC_Order_Export_Engine::build_file_full, do_action('woe_order_exported'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Order_Export_Engine::{closure}, WC_Order->update_status, WC_Order->save, WC_Order->status_transition, do_action('woocommerce_order_status_completed'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Emails::send_transactional_email, do_action_ref_array('woocommerce_order_status_completed_notification'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Email_Customer_Completed_Order->trigger, WC_Email->get_content, WC_Email_Customer_Completed_Order->get_content_html, wc_get_template_html, wc_get_template, include('/themes/fp-theme-prodog/woocommerce/emails/customer-completed-order.php'), do_action('woocommerce_email_order_details'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Emails->order_details, wc_get_template, include('/plugins/woocommerce/templates/emails/email-order-details.php'), do_action('woocommerce_email_before_order_table'), WP_Hook->do_action, WP_Hook->apply_filters, Wf_Woocommerce_Packing_List_Pay_Later_Payment->email_instructions, WC_Abstract_Legacy_Order->__get, wc_doing_it_wrong. This message was added in version 3.0.
Hi
Yes this is working as expected now
Thank you
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] How to apply an excel formulaadd_action( "woe_xls_print_footer", function ($objPHPExcel,$formatter) { $formatter->objPHPExcel->getActiveSheet()->setCellValue( "C1", "=REDONDEAR(((A2*100)/B2)-100; 0)" ); } ,10, 2);
has this been implemented yet ?
Delivery Date isn’t a field
right click on one of your orders and see what the delivery date field is
If utilising woocommerce order delivery
The field value is _delivery_date
This is what needs inputting into the custom field not the label “Delivery Date”
Add custom field which you can find in filter by order>> custom fields>>
add _delivery_date = {tomorrow}
And in custom php add
// replace {tomorrow} with actual values comparison operators add_filter('woe_settings_validate_defaults', function ($settings) { $settings = json_encode($settings); // to string $tomorrow = date('Y-m-d' , strtotime('+1 day')); $settings = str_replace( '{tomorrow}', $tomorrow, $settings); $settings = json_decode($settings, true); // to array return $settings; } );
Can you please only enqueue the style on FAQ helper admin pages please
Hi the issue is with
/assets/admin-bundle.css
font-size:0
Forum: Plugins
In reply to: [Brevo for WooCommerce] PHP Error – PLEASE FIX ASAPForum: Plugins
In reply to: [Brevo for WooCommerce] PHP Error – PLEASE FIX ASAPI shall just roll back for time being