easycomtech
Forum Replies Created
-
Hi,
I have submitted a support ticket as requested. Please let me know if you need any additional information to assist me further.
Thanks
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/
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
In reply to: [Wishlist and Compare for WooCommerce] Compare counter number – Max productsHi,
they suggested the solution in the following article:
- Open the …/wp-content/plugins/wpml-all-import/classes/WCML.php file.
- Look for line 35 and comment it out:1
//remove_action( 'deleted_post_meta', [ $WCMLSynchronizeProductData, 'delete_empty_post_meta_for_translations' ], 10, 3 );
- Do the same with line 46:1
//add_action( 'deleted_post_meta', [ $this->getWCMLSynchronizeProductData(), 'delete_empty_post_meta_for_translations'
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/
Could you help us?
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
This error exists in both conditions ( checked or not checked).
Hi, this error is created where, i run the wp all import
Could you help me?
Hi,
I face the same problem with some products. How did you fix it?
Thank you
Forum: Plugins
In reply to: [WooCommerce XML feed for Skroutz & Bestprice] Custom Product Id BugΜπορε?τε να το διορθ?σετε ? δεν υποστηρ?ζεται αυτ? την δυνατ?τητα καθ?λου;
Forum: Plugins
In reply to: [Admin Columns] Increase limit 30 terms in a attributeHi,
I changed the @var WP_Term_Query
‘number’ => XXX,
and it is ok now./admin-columns-pro/classes/Helper/Select/Entities/Taxonomy.php
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
In reply to: [WooCommerce] Disable multi select in attributeHi,
I asked about the default product filter with attribute which is standard with woocommerce, not the premium plugin.
Could you help me?
After some changes is ok. It is working
*I’m importing XML and my variations are child XML elements