WPXtension
Forum Replies Created
-
Forum: Reviews
In reply to: [Social Share for WooCommerce] Old and Out of Date : ApologiesHi @jrpmedia
Thanks for sharing your feedback. I think there is a misunderstanding.
Twitter-X icon is available from 1.2.6. Can you please update it to the latest release?
No Instagram Icon
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.
Hope to hear from you soon.
Best Regards
- This reply was modified 2 years, 4 months ago by WPXtension.
Forum: Plugins
In reply to: [Social Share for WooCommerce] Change address@somemail.com in Email SharingHi,
I hope you are doing well today. You can add the following code inside your child theme’s functions.php file. We recommend using a child theme rather than the main/parent theme.
add_filter( 'psfw_mail_address', '__return_false' );Suggestion: You can also add the snippet using a plugin called Code Snippets
If you found this plugin helpful. Our humble request to you to write some words for us here: https://wordpress.org/support/plugin/product-share/reviews/
Your words will inspire us to do more.
Thanks in advance
Forum: Plugins
In reply to: [Variation Price Display Range for WooCommerce] Bundle Sells Change ImageHi Demian,
I hope you are doing well today. Glad to know you found it and thanks for sharing it here.
For your information, we didn’t release any major updates. So, it should behave as it did before.
Still, please, before updating any plugins, try new updates on a clone site. I hope this suggestion will help.
I am marking this ticket resolved. Please don’t hesitate to contact us if you find any issues regarding our plugins.
Best Regards
Hi,
I hope you are doing well today. Our plugin is intended to work with the variable product type. It will not work with the External/Affiliate product type.
Still, I am keeping it as a note for my team. I hope I could clear up your confusion.
Best Regards
Hi @frostyfly,
I am very glad to hear this version resolves your issue.
If you found our plugin and support helpful, please share your valuable feedback here: https://wordpress.org/support/plugin/product-variant-table-for-woocommerce/reviews/
Your feedback will help us to improve our support and plugin a lot.
Best Regards
Hi @aakkuhalp,
We have released a version 1.4.15. Can you please update the plugin? Let me whether it resolves your issue or not. Hope to hear from you soon.
Best Regards
Hi @frostyfly,
We have released a version 1.4.15. Can you please update the plugin?
Waiting for your feedback. Hope to hear from you soon.
Best Regards
Forum: Plugins
In reply to: [Variation Price Display Range for WooCommerce] Price not changingThanks for your prompt reply. Unfortunately, right now, there is no workaround for the other product types except the default variable product.
I will send this information to our development team. If they can find a way to work with the WooCommerce Subscription plugin, we will definitely release an update.
I hope you will understand.
Best Regards
Forum: Plugins
In reply to: [Variation Price Display Range for WooCommerce] Price not changingHi,
I hope you are doing well today. From my inspection, you are trying the plugin with the WooCommerce Subscription variable product type.
Our plugin will work with the default variable product type. I hope I could clear up your confusion.
Thanks
Hi,
I hope you are doing well today. Thanks for the screenshot. It helped me to replicate the issue on my end. I am forwarding this compatibility issue to our development team.
Please spare us some time to inspect it. I will get back to you with an update soon.
Best Regards
Hi,
I hope you are doing well today.
Sorry for your inconvenience. We have no connection with the updating variables from the product edit page. We just display the variation rather than the default dropdown of WooCommerce.
Can you please record your issue using a tool like https://loom.com? It will help me to understand your issue properly. Screenshots will also help me to understand your issue. You can use any popular screenshot-sharing site like: https://snipboard.io/
Hope to hear from you soon.
Best Regards
Forum: Plugins
In reply to: [Social Share for WooCommerce] Change default iconHi,
I hope you are doing well today.
We have released an update 1.2.6. Please update the Social Share for WooCommerce plugin to the latest release and enjoy the new Twitter X icon.
Please also check our FAQ section to disable the X icon and display the previous icon of Twitter (if you want).
If you find our plugin helpful and want to encourage us to do more for this plugin, I would request you to share your valuable feedback here: https://wordpress.org/support/plugin/product-share/reviews/
Your feedback will help us to grow.
Best Regards
Hi,
I hope you are doing well today.
Unfortunately, this feature is not available in our standard/basic version.
Yearly i used for this Loco Translate but now it not help
Unfortunately, Loco Translate will help you to translate the text. It will not help you to change the text.
You can try the following code using the Code Snippets plugin. Also, you can add it inside your theme’s functions.php file:
add_filter( 'vpd_prefix_min_price', function( $default ){ return __('YOUR_TEXT', 'variation-price-display'); }, 10, 1 );Note: Replace the YOUR_TEXT with your own word.
Best Regards
Hi,
I hope you are doing well today. Please make sure the shortcode is capable of receiving parameters like variation ID or not.
If it has the facility to pass extra parameters like variation ID, then try the following snippet:
add_filter('pvtfw_row_cart_btn_is', function($default,$product_id, $cart_url, $product_url, $variant_id, $text){ echo do_shortcode('[wcqt_request_quote variation_id="'.$variant_id.'"]'); }By the way, we have a snippet for YITH Request a Quote plugin.
Best Regards
Forum: Plugins
In reply to: [Variation Price Display Range for WooCommerce] Plugin conflict