WPXtension
Forum Replies Created
-
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] Warning: Undefined array keyWe are very glad that this version resolves this issue.
If you found our support helpful, please share some good words here.
It will inspire us a lot.π
Forum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] Warning: Undefined array keyForum: Plugins
In reply to: [PVT - Product Variation Table for WooCommerce] Warning: Undefined array keyThanks for reaching out to us. Will you please copy the full warning message and paste it here?
So that, I can send this to our development team to check?
Hope to hear from you soon!
Forum: Plugins
In reply to: [Variation Price Display Range for WooCommerce] Conflict with another pluginI have tried to test the snippet you provided but couldn’t test it.
Will you please confirm if the snippet works for you (on your environment) or not?
So that I can add it based on your confirmation.
Hope to hear from you soon!
Forum: Plugins
In reply to: [Variation Price Display Range for WooCommerce] Conflict with another pluginThanks for reaching out to us. Sure, we will try to add the code inside our plugin.
Before doing that, we need to test the script you sent. Please be patient, I will notify you here.
Thanks in advance for your patience.
Forum: Plugins
In reply to: [Variation Price Display Range for WooCommerce] Plugin unwanted exnsionThanks for reaching out to us. Can you please explain a bit more?
A screenshot link of your issue will help us to understand it clearly.
Hope to hear from you soon!
Forum: Plugins
In reply to: [Variation Price Display Range for WooCommerce] CSS CLASSHi,
Itβs been a while since we heard from you.
We are changing the status of this thread.
Donβt hesitate to open a new one, if you have more queries.
Thanks
Glad to know it helped. Thanks a lot for your good words.
Added your requested filter hooks. I hope you will enjoy this new version 1.4.5.π
Please check our changelog to get the list of new filter hooks.
If you found our support helpful please share some good words here.
Hi,
Thanks for reaching out to us. Please try the following:
add_filter('pvtfw_row_cart_btn_is', function( $text, $product_id, $cart_url, $product_url, $variant_id){ $new_text = __('TEST', 'product-variant-table-for-woocommerce'); $btn = sprintf( '<button data-product-id="%s" data-url="%s" data-product="%s" data-variant="%s" class="pvtfw_variant_table_cart_btn button alt"> <span class="pvtfw-btn-text">%s</span> <div class="spinner-wrap"><span class="flaticon-spinner-of-dots"></span></div> </button>' , $product_id, $cart_url, $product_url, $variant_id, sprintf( _x( '%s', 'Button Text: Add To Cart', 'product-variant-table-for-woocommerce' ), $new_text ) ); return $btn; }, 10, 5);If you found our support helpful and like our plugin. My humble request, please leave your good words here to inspire us.
Thanks
Hi @bizin
Thanks for reaching out to us. Can you please re-create your attribute terms for a test?
Please don’t use special characters and other languages in the slug for both attributes and terms. Because, by default, WooCommerce will encrypt it.
I hope this explanation will help.
Thanks
Forum: Plugins
In reply to: [Variation Price Display Range for WooCommerce] CSS CLASSHi,
Thanks for reaching out to us. Can you please give us a screenshot and a product link to check?
It will help us to understand your need properly.
Hope to hear from you soon!
Thanks
Hi,
Again thanks for your appreciation.
Did you rewrite some validation rules? BTW, you can use
pvtfw_woocommerce_add_to_cart_validationfilter to validate as you want.I will inform our development team as you suggested.
Thanks
Hi,
Thanks for your appreciation and suggestions. Sorry for the inconvenience.
We will try to add the filter hooks as you suggested in our coming version.
Again thanks for using our plugin.
Regards
Hi,
Itβs been a while since we heard from you.
We are changing the status of this thread.
Donβt hesitate to open a new one, if you have more queries.
Thanks