Hakik Zaman
Forum Replies Created
-
Hi,
Yes, I am confirming that version 3.0.5 is working as expected. Everything is working fine as it was.
Thank you so much.
Hi @hamza1010,
I have updated the plugin to the latest version 3.0.5. I will let know after getting an order.
Thank you so much for your attention and for letting me know that you have updated the plugin.
Thanks
Thanks for replying me back
That might not be set so kindly select the order status on which you would like to deliver the license key.
Is this something you have changed in version 3? I didn’t change the settings as I have been using it since 2021. Here is the screenshot of my setup: https://prnt.sc/8RIhX-dHeOQo
Also it is generating the following error in the order email:
Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/wpxten6/public_html/wp-content/plugins/license-manager-for-woocommerce/includes/Integrations/WooCommerce/Email.php on line 36
I think this information will help you to debug the issue.
Thanks
Thanks for reaching out to me. I am sorry for my late response.
Thanks for reporting this issue. I have released version
1.1.5
for you.Please update the plugin and let me know whether this update resolves your issue or not.
Hope to hear from you soon!
Hi,
Glad to know it helped. ??
If you found my support helpful and you like this plugin, please share your beautiful words here.
It will inspire me a lot.
Thanks
Hi,
You can do two things to fix this-
1. Add the below CSS at Appearance > Customize > Additional CSS
.archive.product-style-1 li.product:not(.elementor-style) .price { flex-direction: row-reverse !important; }
2. Or, replace the php snippet with the below one-
add_filter('vpd_prefix_min_price', '__return_false' ); add_filter('vpd_suffix_min_price', function(){ return __(' From', 'variation-price-display'); });
Please let me know if it resolves.
Thanks
Hi,
From my side “From” is right after the price. Please check this screenshot.
Can you please clear your cache?
Hope to hear from you soon!
Hi,
The issue is coming from your theme. Please add the below CSS at Appearance > Customize > Additional CSS
.product-style-1 li.product:not(.elementor-style) .price { flex-direction: row !important; }
Then let me know. Hope to hear from you soon!
Hi,
Maybe your theme or any plugin overrides the filter hook we use. Can you please try the below snippet-
add_filter('vpd_prefix_min_price', function($before_min_price){ if( is_product() ){ return false; } return $before_min_price; }, 10, 1 ); add_filter('vpd_suffix_min_price', function($after_min_price){ if( is_product() ){ return __(' From', 'variation-price-display'); } }, 10, 1);
Then let me know if it resolves your issue.
Hope to hear from you soon!
Hi,
Thanks for reaching out to me. I have released a new version
1.1.4
only for you.To display “From” after the price, use the below snippet–
add_filter('vpd_prefix_min_price', '__return_false' ); add_filter('vpd_suffix_min_price', function(){ return __(' From', 'variation-price-display'); });
To display “UpTo” after the price, use the below snippet–
add_filter('vpd_prefix_max_price', '__return_false' ); add_filter('vpd_suffix_max_price', function(){ return __(' UpTo', 'variation-price-display'); });
Please place the above snippets inside your child theme’s functions.php. Before placing snippets, please don’t forget to update the version to 1.1.4.
If it helps and you like this plugin, please share your beautiful words here.
It will inspire me a lot.
Thanks in advance for your beautiful words. ??
Forum: Plugins
In reply to: [Variation Price Display Range for WooCommerce] Replace “From” and “Up to”Hi,
Glad to know it works for you.
If you like this plugin and found my support helpful, my humble request to you to write your beautiful words here.
Your beautiful words inspire me a lot.
Thanks
Forum: Plugins
In reply to: [Variation Price Display Range for WooCommerce] Wrong Price ShownHi,
Thanks for reaching out to me. It is difficult to understand your issue without seeing the setup.
Can you please reproduce your issue by using a tool like- Loom?
So that I can understand and regenerate it from my side.
Thanks in advance for your co-operation
Forum: Plugins
In reply to: [Variation Price Display Range for WooCommerce] Replace “From” and “Up to”Hi,
Thanks for reaching out to me. If you want to translate the
From
andUpTo
just use the Loco Translate plugin.But if you want to replace the text, simply paste the below snippet inside your child theme’s functions.php or as a snippet inside the Code Snippets plugin.
For the From Text-
add_filter('vpd_prefix_min_price', function( $min_prefix ){ return __('Your Min Text ', 'variation-price-display'); });
For the UpTo Text-
add_filter('vpd_prefix_max_price', function( $max_prefix ){ return __('Your Max Text ', 'variation-price-display'); });
Please let me know if it helps. ??
Thanks
Forum: Plugins
In reply to: [Variation Price Display Range for WooCommerce] THANK YOU SO MUCH MAN!Hi,
Thanks a lot for your appreciation. Really, your words made my day.
If you really love this plugin and found it helpful, my humble request to you to write your beautiful words here.
It will inspire me a lot.
Again thank you very much
Hi,
Thanks for your patience. I have added your requested feature only for you.
Please update your Variation Price Range Display Plugin to
version 1.1.3
Then from the plugin settings page enable this option.
I hope you will enjoy this feature. If you found my support helpful and love my plugin, my humble request to you to write your beautiful thought here.
It will inspire me a lot. ??
Thanks