WPXtension
Forum Replies Created
-
Forum: Plugins
In reply to: [Variation Price Display Range for WooCommerce] Plugin conflictCan you please give us an exact product page link from your site to check? Please also enable the option so that I can check the issue.
Forum: Plugins
In reply to: [Variation Price Display Range for WooCommerce] Plugin conflictI hope you are doing well today. From my inspection, you are using a plugin not from the WordPress plugin repository. So, it is difficult for us to replicate the issue on our local machine.
Can you please give us an exact product link to check? Please also enable the option so that I can check the issue.
Best Regards
Hi @raul91
I hope you are doing well today. Sorry to know it is not working well on your site.
and after isntalling the plugin the other plugins is not working any more even after i delete the plugin
If you disable our plugin it will not work because the plugin is not active. Our plugin scripts will only run when it is enabled or activated.
Please make sure if you have any snippet regarding the minimum price or not. If the issue still persists please disable all the additional plugin except WooCommrce to identify the faulty plugin.
Also, don’t forget to flush the caches like browser cache, caching plugin cache, and server-side cache. Sometimes object cache reserve the previous data and display it.
Best Regards
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] Title product above atributeI hope you are doing well today. Unfortunately, it is not possible at this moment. I am keeping it as a note and will discuss it with my team. If possible, we will add this feature in the future.
Best Regards
Forum: Plugins
In reply to: [Social Share for WooCommerce] No Facebook Messenger sharing optionI hope you are doing well today. Yes, unfortunately, there is no dedicated button for Facebook Messenger. Because you can share the product link by following the steps:
Please click on this: https://paste.pics/OYE0P
Then you will get this: https://paste.pics/OYE0W screen and select this: https://paste.pics/OYE1H to share in Messenger
By the way, I am adding it to our to-do list. Hopefully, it will be added in our coming versions.
Best Regards
Firstly, thanks for your interest in our plugin. A great thanks for your wonderful suggestions. We will definitely think about it.
Best Regards
I hope you are doing well today. Yes, you are right those plugins will not work with our plugin. Because they are using the same hook to display their price as we are.
To be compatible with them we have to write a separate codebase, which will conflict with the current name of our plugin. Each mentioned plugin has its unique way to rewrite the price. That’s why it is not possible to compatible with them.
I hope the above explanation will clarify the limitation. Still, we will try to find a solution if we can we will add that with this plugin.
Thanks in advance for understanding.
Best Regards
Glad to know this release fixed your issue.
If you found our plugin & support helpful, please write some feedback for us here: https://wordpress.org/support/plugin/product-variant-table-for-woocommerce/reviews/
Your words give us the inspiration to do more.
Best Regards
Glad to know this release fixed your issue.
If you found our plugin & support helpful, please write some feedback for us here: https://wordpress.org/support/plugin/product-variant-table-for-woocommerce/reviews/
Your words give us the inspiration to do more.
Best Regards
I hope you are doing well today. I am very sorry for your inconvenience.
We have released 1.4.12. Please update to the latest release and let me know if this version resolves your issue or not.
Hope to hear from you soon.
Best Regards
I hope you are doing well today. Thanks for letting us know about the issue you are facing.
We have released the 1.4.11 version. Please update to the latest release and let us know if it resolves your issue.
Hope to hear from you soon.
Best Regards
Hi @libor2001
I hope you are doing well today. Firstly, thanks for your great explanation. I have understood your issue properly. But, if you think deeply, the out-of-stock variation is not in stock for now and it could be available in the future.
We used the default behavior of WooCommerce. If one of your variations is out-of-stock the price range will still display the lowest price which is not available right now (or out-of-stock). The logic is the same with our plugin.
Still, I will share this with our development team. I hope this explanation will help to understand the logic of our price display mechanism.
Best Regards
I hope you are doing well today. Please add the product wrapper:
.product.Then check and clear your all caches like- browser cache, caching plugin cache, and server-side cache (if you have any).
Hope to hear from you soon.
Best Regards
I hope you are doing well today. Please add the following snippet using a plugin called Code Snippets or add the following snippet inside your current theme’s functions.php file.
// Thumbnail Title add_filter('pvtfw_image_link_title', function( $default ){ return __('Your Thumbnail Title', 'product-variant-table-for-woocommerce'); }, 10, 1); // Action Title add_filter('pvtfw_action_title', function( $default ){ return __('Your Action Title', 'product-variant-table-for-woocommerce'); }, 10, 1);I hope the above snippet will help you to achieve your need. Please let me know if it helps.
Best Regards
Forum: Plugins
In reply to: [Social Share for WooCommerce] I need instagramI hope you are doing well today. Unfortunately, Instagram currently doesn’t allow you to share a photo or video from another website – you can only upload photos/videos directly using your devices.
Since there isn’t any sharing mechanism, there isn’t any way for us to include a button that will share your content on Instagram.
I hope this explanation will help you to understand the situation.
Best Regards