WPXtension
Forum Replies Created
-
Hi,
Thanks for reaching out to us. Please remove all custom codes you applied before using Variation Price Display Range for WooCommerce.
BTW, are you using any role base pricing plugin? Please temporarily disable that plugin also. Because those plugins will override the WooCommerce default pricing filters.
Thanks
Hi, hope that you are doing great.
Thanks a lot for your interest in our plugin.
The first and third parts of your query require conditions and a functional quoting system. Unfortunately, this is completely different from the goal of this plugin. Sorry that we could not help you with this.
You can add From as a prefix with the minimum price and Up To as a prefix with the maximum price with our plugin. BTW, the advanced versions offer to add a custom prefix.
Sorry that we don’t have much knowledge to suggest a plugin or other means for you. We hope you will understand.
If you have more questions, please let us know.
Thanks a lot
Forum: Plugins
In reply to: [Variation Price Display Range for WooCommerce] Default price not showingPlease check our advanced options.
Thanks
Forum: Plugins
In reply to: [Variation Price Display Range for WooCommerce] Wrong Price ShownHi,
It’s been a while since you didn’t respond to this thread.
So, we are closing this thread. Please feel free to open a new thread, if you face any issues.
Thanks
Hi,
Please place the below code at your current theme’s functions.php or use the code snippets plugin and add the below code as a snippet
function remove_for_single_attribute($prices, $product, $price){ $num_of_variations = $product->get_available_variations(); if( count($num_of_variations) <= 1 ){ return $price; } return $prices; } add_filter('vpd_woocommerce_variable_price_html', 'remove_for_single_attribute', 21, 3);If it resolves your issue and found my support helpful, my humble request to you to write your beautiful thought here.
Your beautiful thought will inspire us a lot.
Thanks in advance
Forum: Plugins
In reply to: [Social Share for WooCommerce] Copy to ClipboardHello,
We have released a new version 1.0.1 for you. We have added your requested feature.
Please have a look and let us know if you wanted this feature.
If you wanted this feature and found our support helpful, our humble request to you to write your beautiful words here.
Your beautiful words will inspire us a lot.
Thanks
Hi,
I have tested both plugins from my side and then found everything is working.
Please check this screencast. Please let me know your thought.
Thanks
Hi,
Unfortunately, this feature is not currently available. But it is a great idea.
We will research this and will keep it on our to-do list.
Thanks
Hi,
Sorry for the late response. We have released a new version
1.4.1.Please update the plugin and check if this version resolves your issue or not.
Thanks for your patience.
Forum: Plugins
In reply to: [Social Share for WooCommerce] Copy to ClipboardHi,
Thanks for reaching out to us. Glad to know you love our plugin.Do you want to copy the link by clicking on social icons rather than redirect to social sites?
Hope to hear from you soon!
Hello,
Glad to know issue is resolved in this version.
If you found our support helpful, my humble request to you to write your beautiful words here.
Your beautiful words inspire us a lot.
Thanks in advance for your beautiful words.
Hello,
Thanks for sharing the exact link with us. We have updated our plugin for you and the new version is
1.2.1.Please update the plugin and check if it resolves your issue or not.
If it resolves your issue and you found our support helpful, my humble request to you to write your beautiful words here.
Your beautiful words inspire us a lot.
Thanks
Hi,
Thanks for reaching out to us. Can you please give us an exact link to check?
Hope to hear from you soon!
Thanks
Hi,
Glad to know, you preferred the current view.
Can you please give an exact link to check?
Thanks
Hi,
Unfortunately not 😞. Because Divi structured their builder in their own style.
They wrap the default WooCommerce cart wrapper to get control over the WooCommerce cart notice.
I hope it will clear your confusion.
Thanks