Title: easycomtech's Replies | WordPress.org

---

# easycomtech

  [  ](https://wordpress.org/support/users/easycomtech/)

 *   [Profile](https://wordpress.org/support/users/easycomtech/)
 *   [Topics Started](https://wordpress.org/support/users/easycomtech/topics/)
 *   [Replies Created](https://wordpress.org/support/users/easycomtech/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/easycomtech/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/easycomtech/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/easycomtech/engagements/)
 *   [Favorites](https://wordpress.org/support/users/easycomtech/favorites/)

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/easycomtech/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/easycomtech/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pixel Tag Manager for WooCommerce - Google Analytics 4, Google Ads, and More Pixels] Exclude fee](https://wordpress.org/support/topic/exclude-fee/)
 *  Thread Starter [easycomtech](https://wordpress.org/support/users/easycomtech/)
 * (@easycomtech)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/exclude-fee/#post-18286144)
 * Hi,
 * I have submitted a support ticket as requested. Please let me know if you need
   any additional information to assist me further.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pixel Tag Manager for WooCommerce - Google Analytics 4, Google Ads, and More Pixels] Exclude fee](https://wordpress.org/support/topic/exclude-fee/)
 *  Thread Starter [easycomtech](https://wordpress.org/support/users/easycomtech/)
 * (@easycomtech)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/exclude-fee/#post-18284154)
 * Hello,
 * Thank you for your response. I am using the following plugin: [WooCommerce Payment Gateway Based Fees](https://woocommerce.com/products/payment-gateway-based-fees/).
 * [https://woocommerce.com/products/payment-gateway-based-fees/](https://woocommerce.com/products/payment-gateway-based-fees/)
 * However, I am facing an issue where the fee is not being excluded as expected.
 * Could you please advise if there is a specific setting or workaround to achieve
   this? Let me know if you need any additional details.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wishlist and Compare for WooCommerce] Compare counter number – Max products](https://wordpress.org/support/topic/compare-counter-number-max-products/)
 *  Thread Starter [easycomtech](https://wordpress.org/support/users/easycomtech/)
 * (@easycomtech)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/compare-counter-number-max-products/#post-17119163)
 * Hi,
 * i just send you a ticket on your official website. [https://help.themehigh.com/](https://help.themehigh.com/)
 * Request (20399)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP All Import – Drag & Drop Import for CSV, XML, Excel & Google Sheets] Error after import wpallimport](https://wordpress.org/support/topic/error-after-import-wpallimport/)
 *  Thread Starter [easycomtech](https://wordpress.org/support/users/easycomtech/)
 * (@easycomtech)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/error-after-import-wpallimport/#post-17058752)
 * Hi,
 * they suggested the solution in the following article:
 * [https://wpml.org/errata/wpml-all-import-and-php-8-fatal-error-uncaught-typeerror-call_user_func_array-when-importing-products/](https://wpml.org/errata/wpml-all-import-and-php-8-fatal-error-uncaught-typeerror-call_user_func_array-when-importing-products/)
    1. Open the …/wp-content/plugins/wpml-all-import/classes/**WCML.php** file.
    2. Look for line 35 and comment it out:1`//remove_action( 'deleted_post_meta', [
       $WCMLSynchronizeProductData, 'delete_empty_post_meta_for_translations' ], 10,
       3 );`
    3. Do the same with line 46:1`//add_action( 'deleted_post_meta', [ $this->getWCMLSynchronizeProductData(),'
       delete_empty_post_meta_for_translations'`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP All Import – Drag & Drop Import for CSV, XML, Excel & Google Sheets] AH01071: Got error ‘PHP message: PHP Fatal error](https://wordpress.org/support/topic/ah01071-got-error-php-message-php-fatal-error/)
 *  Thread Starter [easycomtech](https://wordpress.org/support/users/easycomtech/)
 * (@easycomtech)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/ah01071-got-error-php-message-php-fatal-error/#post-17058732)
 * Hi,
 * I found the function which appearing the error:
 * function after_xml_import( $import_id, $import ) {
   $admin = new WooCommerce_Single_Variations_Admin(‘
   plugin’, ‘1.3.19’);$admin->update_variations(false, true);$admin->reset_transients(
   false);}add_action( ‘pmxi_after_xml_import’, ‘after_xml_import’, 10, 2 );
 * Related to this article: [https://www.welaunch.io/en/knowledge-base/faq/init-variations-after-wp-all-import/](https://www.welaunch.io/en/knowledge-base/faq/init-variations-after-wp-all-import/)
 * Could you help us?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP All Import – Drag & Drop Import for CSV, XML, Excel & Google Sheets] AH01071: Got error ‘PHP message: PHP Fatal error](https://wordpress.org/support/topic/ah01071-got-error-php-message-php-fatal-error/)
 *  Thread Starter [easycomtech](https://wordpress.org/support/users/easycomtech/)
 * (@easycomtech)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/ah01071-got-error-php-message-php-fatal-error/#post-16850666)
 * Hi,
 * if I comment the line add_action( ‘transition_post_status’, ‘_update_posts_count_on_transition_post_status’,
   10, 3 ); in pmxi_after_xml_import.php the error is not appread anymore.
 * Is it safe to comment out this action?
 * Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP All Import – Drag & Drop Import for CSV, XML, Excel & Google Sheets] AH01071: Got error ‘PHP message: PHP Fatal error](https://wordpress.org/support/topic/ah01071-got-error-php-message-php-fatal-error/)
 *  Thread Starter [easycomtech](https://wordpress.org/support/users/easycomtech/)
 * (@easycomtech)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/ah01071-got-error-php-message-php-fatal-error/#post-16843437)
 * This error exists in both conditions ( checked or not checked).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP All Import – Drag & Drop Import for CSV, XML, Excel & Google Sheets] AH01071: Got error ‘PHP message: PHP Fatal error](https://wordpress.org/support/topic/ah01071-got-error-php-message-php-fatal-error/)
 *  Thread Starter [easycomtech](https://wordpress.org/support/users/easycomtech/)
 * (@easycomtech)
 * [3 years ago](https://wordpress.org/support/topic/ah01071-got-error-php-message-php-fatal-error/#post-16785461)
 * Hi, this error is created where, i run the wp all import
 * Could you help me?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Print Invoice & Delivery Notes for WooCommerce] Product variation not displayed](https://wordpress.org/support/topic/product-variation-not-displayed/)
 *  [easycomtech](https://wordpress.org/support/users/easycomtech/)
 * (@easycomtech)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/product-variation-not-displayed/#post-16312272)
 * Hi,
 * I face the same problem with some products. How did you fix it?
 * Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Skroutz & Bestprice XML feed for WooCommerce] Custom Product Id Bug](https://wordpress.org/support/topic/custom-product-id-bug/)
 *  Thread Starter [easycomtech](https://wordpress.org/support/users/easycomtech/)
 * (@easycomtech)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/custom-product-id-bug/#post-15418378)
 * Μπορείτε να το διορθώσετε ή δεν υποστηρίζεται αυτή την δυνατότητα καθόλου;
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Admin Columns] Increase limit 30 terms in a attribute](https://wordpress.org/support/topic/increase-limit-30-terms-in-a-attribute/)
 *  Thread Starter [easycomtech](https://wordpress.org/support/users/easycomtech/)
 * (@easycomtech)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/increase-limit-30-terms-in-a-attribute/#post-15311333)
 * Hi,
 * I changed the [@var](https://wordpress.org/support/users/var/) WP_Term_Query
   ‘
   number’ => XXX, and it is ok now.
 * /admin-columns-pro/classes/Helper/Select/Entities/Taxonomy.php
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP All Import – Drag & Drop Import for CSV, XML, Excel & Google Sheets] Import variable with one variation or none](https://wordpress.org/support/topic/import-variable-with-one-variation-or-none/)
 *  Thread Starter [easycomtech](https://wordpress.org/support/users/easycomtech/)
 * (@easycomtech)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/import-variable-with-one-variation-or-none/#post-15018408)
 * Ok I just added and it worked.
 * add_filter( ‘wp_all_import_minimum_number_of_variations’, wpai_wp_all_import_minimum_number_of_variations’,
   10, 3 );
 * function wpai_wp_all_import_minimum_number_of_variations( $min_number_of_variations,
   $pid, $import_id ) {
 *  return 1;
 * }`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Disable multi select in attribute](https://wordpress.org/support/topic/disable-multi-select-in-attribute/)
 *  Thread Starter [easycomtech](https://wordpress.org/support/users/easycomtech/)
 * (@easycomtech)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/disable-multi-select-in-attribute/#post-14898361)
 * Hi,
 * I asked about the default product filter with attribute which is standard with
   woocommerce, not the premium plugin.
 * Could you help me?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP All Import – Drag & Drop Import for CSV, XML, Excel & Google Sheets] Import works only for the first products variations](https://wordpress.org/support/topic/import-works-only-for-the-first-products-variations/)
 *  Thread Starter [easycomtech](https://wordpress.org/support/users/easycomtech/)
 * (@easycomtech)
 * [5 years ago](https://wordpress.org/support/topic/import-works-only-for-the-first-products-variations/#post-14435423)
 * After some changes is ok. It is working
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP All Import – Drag & Drop Import for CSV, XML, Excel & Google Sheets] How to enable variation after import update?](https://wordpress.org/support/topic/how-to-enable-variation-after-import-update/)
 *  Thread Starter [easycomtech](https://wordpress.org/support/users/easycomtech/)
 * (@easycomtech)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/how-to-enable-variation-after-import-update/#post-14415139)
 * *I’m importing XML and my variations are child XML elements

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

1 [2](https://wordpress.org/support/users/easycomtech/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/easycomtech/replies/page/2/?output_format=md)