WPXtension
Forum Replies Created
-
Hi,
Thank you for providing such a detailed explanation. Based on our review, this appears to be an exceptional case.
Could you confirm whether you are syncing product data from an external source, or if the order is being manually adjusted for a specific reason?
Under normal circumstances, WooCommerce inserts products in a standard order. For cases like this, we have implemented the
pvtfw_table_attributesfilter to address the issue.If the above code works for you, please use the filter in your current theme’s functions.php. We will continue to monitor the situation for further investigation.
Once again, thank you for the thorough details you’ve shared.
Best Regards
Hi,
I hope you are doing well today.
I have reviewed both arrays in my environment and have attached a screenshot for your reference: https://paste.pics/c1ac819534a61e6cd7821db327a276e4.
As you can see, the keys and their respective positions are identical. We are using these array keys to display the table header.
Given that both the keys and positions align, we use the key values to display the table row data, and we have not encountered this issue in the past.
To help us replicate the problem on our end, could you kindly provide a screencast (you can use https://loom.com) or a set of steps that leads to the issue?
It’s possible that the problem may be related to transients. You can try clearing the transient by following the instructions in this link: https://paste.pics/5ca83ca8c7a124718d35493232ab5b75.
Additionally, we have a new version ready for release. Once we are able to replicate the issue, we will include a fix in the upcoming update.
Please feel free to share any further details, and let me know your thoughts.
Best regards
Forum: Reviews
In reply to: [PVT - Product Variation Table for WooCommerce] Min and Max QuantityHi,
Are you using this with our Free/Standard version of PVT? If so, it is not compatible with the Free/Standard version.
Regarding the compatibility, we suggest you directly contact here. This compatibility is not related to our Free version. As per this forum rule, we can’t discuss anything which is not available in our Free version. I hope this will clear up your confusion.
Best Regards
Hi,
I hope you are doing well today.
We have resolved this issue and we will release an update soon.
Thank you so much for reporting this issue.
Best Regards
Forum: Plugins
In reply to: [Variation Price Display Range for WooCommerce] From priceHi,
I hope you are doing well today. From your description, you are using another plugin to reduce the price when a customer purchases multiple quantities.
Our plugin will only work with the default WooCommerce feature. Unfortunately, currently, it will not work as you described.
You can share the plugin name here if it is from the WordPress.org plugin repository. So that, I can send it to our development team to check. It will help them to test it with our plugin.
Best Regards
Forum: Reviews
In reply to: [PVT - Product Variation Table for WooCommerce] Min and Max QuantityHi,
I hope you are doing well today. Unfortunately, each plugin has different structures. So, it is difficult for us to be compatible with all of them. You can check here to get the compatible plugin lists (at the end of the page before The Screenshots section).
I hope this information will help.
Best Regards
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] Mobile versionHi,
I hope you are doing well today.
Can you please give us a link (from your site) to check how it displays? It will help us to inspect it for you.
Hope to hear from you soon.
Best Regards
Hi,
Glad to know it helped.
If you found my support helpful, can you please share your valuable feedback here- https://wordpress.org/support/plugin/product-variant-table-for-woocommerce/reviews/
Your valuable feedback keeps us inspired.
Best Regards
Hi,
I hope you are doing well today.
Please try the following snippet. After version 1.4.0, our codebase was updated. So, the snippet from the support forum is not working with the latest version. Here is the updated snippet for the Divi Theme:
// Variation Table support for Divi Theme (PVT Version 1.4.0+)
function pvt_divi_builder_support(){
if( class_exists( 'PVTFW_TABLE' ) && class_exists( 'PVTFW_PRINT_TABLE' ) ){
$pvtfw_table = PVTFW_TABLE::instance();
$pvtfw_print_table = PVTFW_PRINT_TABLE::instance();
$table = $pvtfw_print_table::allocation();
remove_action('template_redirect', array( $pvtfw_table, 'remove_add_to_cart'), 29 );
remove_action($table['place'], array($pvtfw_print_table, 'print_table'), $table['priority']);
}
}
add_action('init', 'pvt_divi_builder_support');I recommend using the Code Snippets plugin rather than the functions.php to avoid the loss of modification after the theme update.
Hope to hear from you soon.
Best Regards
- This reply was modified 1 year, 7 months ago by WPXtension. Reason: Modified the snippet to avoid error (if the plugin is deactivated)
Forum: Plugins
In reply to: [Variation Price Display Range for WooCommerce] 500 Error when login inHi,
I hope you are doing well today. We are sorry for the inconvenience.
Please kindly do a plugin compatibility check by performing the following steps / doing these steps to identify the error:
=> Deactivate all of your additional plugins except WooCommerce and Variation Price Display Range for WooCommerce plugins.
=> See if the problem persists.
=> If the problem is resolved, you will understand which plugin might be the culprit of this error by activating your additional plugins one by one.
For a deep inspection, you can connect with us here.
Best Regards
Forum: Plugins
In reply to: [Variation Price Display Range for WooCommerce] WooCommerce Product BundlesHi,
I hope you are doing well today. Unfortunately, it will not work with the Bundle Type Product.
Our plugin was intended to work with only Variable Type Products. When you install and activate a Bundle Plugin, then you can create the Bundle Type product. As our plugin will only work with the WooCommerce Variable product, our script will not run for the other product types like Bundle Product.
I hope this explanation will clarify the current situation.
Best Regards
Forum: Reviews
In reply to: [Variation Price Display Range for WooCommerce] Seller not responsingSince it’s been a while since we last heard back from you. Please make sure you have contacted another author and put your review for our plugin or not.
We checked again and couldn’t find a ticket without replies. Hope to hear from you soon.
Best Regards
Forum: Reviews
In reply to: [Variation Price Display Range for WooCommerce] Seller not responsingHi,
I hope you are doing well today. I think it must be a misunderstanding, I have checked our ticket system and we have replied to all the tickets. Can you please share your Ticket ID?
So that I can check and process your refund?
Hope to hear from you soon.
Best Regards
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] Data LayerHi,
I hope you are doing well today.
We have also triggered the
added_to_cartevent as the WooCommerce does.It would be great if you share what we should add to our plugin to be compatible with the
add_to_cartdata layer. So that we can add it to our plugin.Hope to hear from you soon.
Best Regards
Hi,
Unfortunately, we have no control over the Cart Page. 😞
It is a feature of WooCommerce default. I hope this will clear up your confusion.
By the way, if you found our plugin helpful, please share your words for us here- https://wordpress.org/support/plugin/product-variant-table-for-woocommerce/reviews/
Best Regards